Searched refs:list_next (Results 1 - 14 of 14) sorted by relevance

/haiku-buildtools/jam/
H A Dlists.c117 for( ; nl; nl = list_next( nl ) )
135 for( ; l && start--; l = list_next( l ) )
138 for( ; l && count--; l = list_next( l ) )
167 for( ; l; l = list_next( l ) )
181 for( ; l; l = list_next( l ) )
218 for( ; l; l = list_next( l ), ++n )
H A Dlists.h76 # define list_next( l ) ((l)->next) macro
H A Dexpand.c197 for( vars = variables; vars; vars = list_next( vars ) )
267 --sub1, value = list_next( value );
276 for( ; value; value = list_next( value ) )
306 ( list_next( value ) || list_next( vars ) ) )
329 for( rem = remainder; rem; rem = list_next( rem ) )
H A Dsearch.c68 varlist = list_next( varlist );
H A Dcompile.c151 t = t ? list_next( t ) : t;
152 s = s ? list_next( s ) : s;
200 for( t = ll; t; t = list_next( t ) )
202 for( s = lr; s; s = list_next( s ) )
270 for( l = nv; l && *jmp == JMP_NONE; l = list_next( l ) )
415 for( l = nt; l; l = list_next( l ) )
522 for( l = ll; l; l = list_next( l ) )
725 for( l = nt; l; l = list_next( l ) )
854 for( ts = targets; ts; ts = list_next( ts ) )
859 for( l = nt; l; l = list_next(
[all...]
H A Dhcache.c326 for (l = c->includes; l; l = list_next(l)) {
330 for (l = c->hdrscan; l; l = list_next(l)) {
372 l1 = list_next(l1);
373 l2 = list_next(l2);
H A Dheaders.c120 hdrscan = list_next( hdrscan );
H A Dbuiltins.c134 for( l = targets; l; l = list_next( l ) )
207 for( ; l; l = list_next( l ) )
263 for( ; l; l = list_next( l ) )
H A Dmake1.c391 for( ; targets; targets = list_next( targets ) )
618 for( ; vars; vars = list_next( vars ) )
623 for( ; l; l = list_next( l ) )
H A Dvariable.c200 if( l = list_next( l ) )
H A Drules.c158 for( ; targets; targets = list_next( targets ) )
H A Dexecunix.c185 for( i = 0; shell && i < MAXARGC; i++, shell = list_next( shell ) )
/haiku-buildtools/binutils/gold/
H A Dworkqueue.cc41 gold_assert(t->list_next() == NULL);
59 gold_assert(t->list_next() == NULL);
83 gold_assert(ret->list_next() == NULL);
89 this->head_ = ret->list_next();
H A Dworkqueue.h83 list_next() const function in class:gold::Task

Completed in 179 milliseconds