Searched refs:lol_get (Results 1 - 7 of 7) sorted by relevance

/haiku-buildtools/jam/
H A Dbuiltins.c130 LIST *targets = lol_get( args, 0 );
131 LIST *sources = lol_get( args, 1 );
168 list_print( lol_get( args, 0 ) );
186 list_print( lol_get( args, 0 ) );
205 LIST *l = lol_get( args, 0 );
255 LIST *l = lol_get( args, 0 );
256 LIST *r = lol_get( args, 1 );
284 for( l = lol_get( args, 0 ); l; l = l->next )
290 for( r = lol_get( args, 1 ); r; r = r->next )
H A Dlists.h33 * lol_get() - return one of the LISTs in the LOL
83 LIST * lol_get( LOL *lol, int i );
H A Dexpand.c94 return list_copy( l, lol_get( lol, 0 ) );
98 return list_copy( l, lol_get( lol, 1 ) );
247 value = lol_get( lol, 0 );
249 value = lol_get( lol, 1 );
251 value = lol_get( lol, varname[0] - '1' );
H A Dheaders.c83 if( lol_get( &lol, 1 ) )
H A Dmake1.c288 list_print( lol_get( &cmd->args, 0 ) );
377 list_print( lol_get( &cmd->args, 0 ) );
389 LIST *targets = lol_get( &cmd->args, 0 );
H A Dlists.c263 * lol_get() - return one of the LISTs in the LOL
267 lol_get( function
H A Dcompile.c578 action->targets = targetlist( (TARGETS *)0, lol_get( args, 0 ) );
579 action->sources = targetlist( (TARGETS *)0, lol_get( args, 1 ) );
626 list_copy( L0, lol_get( args, i ) ) );

Completed in 67 milliseconds