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

/haiku-buildtools/jam/
H A Dparse.h18 typedef struct _PARSE PARSE; typedef in typeref:struct:_PARSE
21 LIST *(*func)( PARSE *p, LOL *args, int *jmp );
22 PARSE *left;
23 PARSE *right;
24 PARSE *third;
32 void parse_save( PARSE *p );
34 PARSE * parse_make(
35 LIST *(*func)( PARSE *p, LOL *args, int *jmp ),
36 PARSE *left,
37 PARSE *righ
[all...]
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 *pars
[all...]
H A Dparse.c10 * 09/07/00 (seiwald) - ref count on PARSE to avoid freeing when used,
25 static PARSE *yypsave;
42 PARSE *p;
70 parse_save( PARSE *p )
75 PARSE *
77 LIST *(*func)( PARSE *p, LOL *args, int *jmp ),
78 PARSE *left,
79 PARSE *right,
80 PARSE *third,
85 PARSE *
[all...]
H A Dscan.h37 PARSE *parse;
H A Dbuiltins.c49 # define P0 (PARSE *)0
52 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 );
126 PARSE *parse,
164 PARSE *parse,
182 PARSE *pars
[all...]
H A Dcompile.c102 PARSE *parse,
122 PARSE *parse,
160 PARSE *parse,
260 PARSE *p,
309 PARSE *p,
330 PARSE *parse,
375 PARSE *parse,
394 PARSE *parse,
438 PARSE *parse,
454 PARSE *pars
[all...]
H A Drules.h54 PARSE *procedure; /* parse tree from RULE */
H A Djamgram.yy52 # define F0 (LIST *(*)(PARSE *, LOL *, int *))0
53 # define P0 (PARSE *)0
H A Djamgram.y98 # define F0 (LIST *(*)(PARSE *, LOL *, int *))0
99 # define P0 (PARSE *)0
H A Drules.c70 r->procedure = (PARSE *)0;
H A Djamgram.c187 # define F0 (LIST *(*)(PARSE *, LOL *, int *))0
188 # define P0 (PARSE *)0
/haiku-buildtools/binutils/gas/config/
H A Dte-vms.c188 status = SYS$PARSE (&fab, 0, 0);
/haiku-buildtools/gcc/gcc/
H A Dvmsdbgout.c1747 status = SYS$PARSE (&fab, 0, 0);
/haiku-buildtools/legacy/gcc/gcc/
H A Dcccp.c11111 extern unsigned long SYS$PARSE(), SYS$SEARCH();
11158 char exp_nam[NAM$C_MAXRSS+1], /* expanded name buffer for SYS$PARSE */
11169 if (SYS$PARSE (&fab) & 1)
11179 (void) SYS$PARSE (&fab);

Completed in 81 milliseconds