Searched refs:LOL (Results 1 - 16 of 16) sorted by relevance

/haiku-buildtools/jam/
H A Dcompile.h20 LIST *compile_append( PARSE *parse, LOL *args, int *jmp );
21 LIST *compile_break( PARSE *parse, LOL *args, int *jmp );
22 LIST *compile_foreach( PARSE *parse, LOL *args, int *jmp );
23 LIST *compile_if( PARSE *parse, LOL *args, int *jmp );
24 LIST *compile_eval( PARSE *parse, LOL *args, int *jmp );
25 LIST *compile_include( PARSE *parse, LOL *args, int *jmp );
26 LIST *compile_list( PARSE *parse, LOL *args, int *jmp );
27 LIST *compile_local( PARSE *parse, LOL *args, int *jmp );
28 LIST *compile_null( PARSE *parse, LOL *args, int *jmp );
29 LIST *compile_on( PARSE *parse, LOL *arg
[all...]
H A Dexpand.h17 LOL *lol,
H A Dlists.h17 * LOL - list of LISTs
30 * lol_init() - initialize a LOL (list of lists)
31 * lol_add() - append a LIST onto an LOL
32 * lol_free() - free the LOL and its LISTs
33 * lol_get() - return one of the LISTs in the LOL
56 * LOL - list of LISTs
59 typedef struct _lol LOL; typedef in typeref:struct:_lol
80 void lol_add( LOL *lol, LIST *l );
81 void lol_init( LOL *lol );
82 void lol_free( LOL *lo
[all...]
H A Dparse.h21 LIST *(*func)( PARSE *p, LOL *args, int *jmp );
35 LIST *(*func)( PARSE *p, LOL *args, int *jmp ),
H A Dvariable.h14 int var_string( const char *in, char *out, int outsize, LOL *lol );
H A Dcommand.h46 LOL args; /* LISTs for $(<), $(>) */
H A Dbuiltins.c52 LIST *builtin_depends( PARSE *parse, LOL *args, int *jmp );
53 LIST *builtin_echo( PARSE *parse, LOL *args, int *jmp );
54 LIST *builtin_exit( PARSE *parse, LOL *args, int *jmp );
55 LIST *builtin_flags( PARSE *parse, LOL *args, int *jmp );
56 LIST *builtin_glob( PARSE *parse, LOL *args, int *jmp );
57 LIST *builtin_match( PARSE *parse, LOL *args, int *jmp );
127 LOL *args,
165 LOL *args,
183 LOL *args,
202 LOL *arg
[all...]
H A Dparse.c41 LOL l;
77 LIST *(*func)( PARSE *p, LOL *args, int *jmp ),
H A Dlists.c225 * lol_init() - initialize a LOL (list of lists)
229 lol_init( LOL *lol )
235 * lol_add() - append a LIST onto an LOL
240 LOL *lol,
248 * lol_free() - free the LOL and its LISTs
252 lol_free( LOL *lol )
263 * lol_get() - return one of the LISTs in the LOL
268 LOL *lol,
279 lol_print( LOL *lol )
H A Dcompile.c103 LOL *args,
123 LOL *args,
161 LOL *args,
261 LOL *args,
310 LOL *args,
331 LOL *args,
376 LOL *args,
395 LOL *args,
439 LOL *args,
455 LOL *arg
[all...]
H A Dheaders.c62 LOL lol;
H A Dvariable.c144 LOL *lol )
H A Djamgram.yy52 # define F0 (LIST *(*)(PARSE *, LOL *, int *))0
H A Dexpand.c74 LOL *lol,
H A Djamgram.y98 # define F0 (LIST *(*)(PARSE *, LOL *, int *))0
H A Djamgram.c187 # define F0 (LIST *(*)(PARSE *, LOL *, int *))0

Completed in 71 milliseconds