Searched refs:LIST (Results 26 - 50 of 77) sorted by relevance

1234

/haiku-buildtools/jam/
H A Dvariable.c51 LIST *value;
55 static void var_dump( const char *symbol, LIST *value, const char *what );
89 LIST *l = L0;
184 LIST *l = var_expand( L0, lastword, out, lol, 0 );
222 LIST *
253 LIST *value,
288 LIST *
291 LIST *value )
294 LIST *oldvalue = v->value;
335 LIST *valu
[all...]
H A Drules.h56 LIST *bindlist; /* variable to bind for actions */
57 LIST *params; /* bind args to local vars */
99 LIST *value; /* symbol value for var_set() */
181 TARGETS *targetlist( TARGETS *chain, LIST *targets );
185 SETTINGS *addsettings( SETTINGS *v, int setflag, const char *sym, LIST *val );
H A Dhcache.c47 LIST *includes;
48 LIST *hdrscan; /* the HDRSCAN value for this target */
78 LIST *hcachevar = var_get("HCACHEFILE");
103 LIST *var = var_get("HCACHEMAXAGE");
198 LIST *l;
305 LIST *l;
347 LIST *
348 hcache (TARGET *t, LIST *hdrscan)
351 LIST *l = 0;
367 LIST *l
[all...]
H A Dmake1.c28 * make1list() - turn a list of targets into a LIST, for $(<) and $(>)
71 static LIST *make1list( LIST *l, TARGETS *targets, int flags,
73 static SETTINGS *make1settings( LIST *vars );
389 LIST *targets = lol_get( &cmd->args, 0 );
420 LIST *shell = var_get( "JAMSHELL" ); /* shell is per-target */
430 LIST *nt, *ns;
556 * make1list() - turn a list of targets into a LIST, for $(<) and $(>)
559 static LIST *
561 LIST *
[all...]
H A Dexpand.c69 LIST *
71 LIST *l,
182 LIST *variables = 0;
183 LIST *remainder = 0;
184 LIST *vars;
199 LIST *value, *evalue = 0;
278 LIST *rem;
303 /* rather than creating separate LIST elements. */
H A Dparse.c13 * returns a LIST *.
77 LIST *(*func)( PARSE *p, LOL *args, int *jmp ),
H A Dsearch.c27 LIST *varlist;
H A Dexecvms.c55 LIST *shell )
H A Djam.c305 LIST *l = L0;
330 LIST *l = L0;
397 LIST *l = var_get( "JAM_TARGETS" );
H A Drules.c156 LIST *targets )
251 LIST *value )
H A Dexecunix.c105 LIST *shell )
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dpr54131.f5 * DEN,GRD,ENG,DIP,NVST,NFTODO,LIST)
7 DIMENSION DEN(*),GRD(*),ENG(*),DIP(*),LIST(*)
/haiku-buildtools/binutils/binutils/
H A Darparse.h52 LIST = 262, enumerator in enum:yytokentype
73 #define LIST 262 macro
H A Darparse.y47 %token LIST
125 LIST
H A Darparse.c140 LIST = 262, enumerator in enum:yytokentype
161 #define LIST 262 macro
496 "ADDLIB", "LIST", "ADDMOD", "CLEAR", "CREATE", "DELETE", "DIRECTORY",
/haiku-buildtools/gcc/gcc/
H A Dpass_manager.h35 #define DEF_PASS_LIST(LIST) PASS_LIST_NO_##LIST,
/haiku-buildtools/legacy/binutils/binutils/
H A Darparse.y47 %token LIST
125 LIST
H A Darparse.c63 LIST = 262, enumerator in enum:yytokentype
84 #define LIST 262 macro
424 "ADDLIB", "LIST", "ADDMOD", "CLEAR", "CREATE", "DELETE", "DIRECTORY",
/haiku-buildtools/binutils/gas/testsuite/gas/rx/
H A Drx-asm-bad.s47 .LIST ON
/haiku-buildtools/legacy/binutils/ld/
H A Dldgram.h114 LIST = 340, enumerator in enum:yytokentype
231 #define LIST 340 macro
/haiku-buildtools/gcc/mpc/
H A Dar-lib227 $AR -NOLOGO -LIST "$archive" | sed -e 's/\\/\\\\/g' | while read member
269 $AR -NOLOGO -LIST "$archive" || exit $?
/haiku-buildtools/binutils/ld/
H A Dldgram.h139 LIST = 349, enumerator in enum:yytokentype
271 #define LIST 349 macro
/haiku-buildtools/gcc/contrib/
H A Dconfig-list.mk14 LIST = aarch64-elf aarch64-linux-gnu \ macro
81 LOGFILES = $(patsubst %,log/%-make.out,$(LIST))
83 config: $(LIST)
85 @echo $(LIST)
96 $(LIST): make-log-dir
/haiku-buildtools/isl/include/isl/
H A Darg.h113 struct isl_arg name ## LIST[]; \
114 struct isl_args name = { sizeof(s), name ## LIST }; \
115 struct isl_arg name ## LIST[] = {
/haiku-buildtools/isl/
H A Disl_multi_templ.c25 #define LIST(EL) xLIST(EL) macro
467 __isl_give MULTI(BASE) *FN(FN(MULTI(BASE),from),LIST(BASE))(
468 __isl_take isl_space *space, __isl_take LIST(EL) *list)
479 n = FN(FN(LIST(EL),n),BASE)(list);
487 FN(FN(LIST(EL),get),BASE)(list, i));
491 FN(LIST(EL),free)(list);
495 FN(LIST(EL),free)(list);

Completed in 124 milliseconds

1234