Searched refs:LIST (Results 1 - 25 of 77) sorted by relevance

1234

/haiku-buildtools/jam/
H A Dlists.h8 * lists.h - the LIST structure and routines to manipulate them
16 * LIST - list of strings
31 * lol_add() - append a LIST onto an LOL
44 * LIST - list of strings
47 typedef struct _list LIST; typedef in typeref:struct:_list
50 LIST *next;
51 LIST *tail; /* only valid in head node */
65 LIST *list[ LOL_MAX ];
68 LIST * list_append( LIST *
[all...]
H A Dexpand.h13 LIST *var_expand(
14 LIST *l,
H A Dhcache.h11 LIST *hcache(TARGET *t, LIST *hdrscan);
H A Dheaders.h14 LIST *headers1( const char *file, LIST *hdrscan );
H A Dvariable.h15 LIST * var_get( const char *symbol );
16 void var_set( const char *symbol, LIST *value, int flag );
17 LIST * var_swap( const char *symbol, LIST *value );
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_o
[all...]
H A Dcommand.h45 LIST *shell; /* $(SHELL) value */
52 LIST *targets, /* $(<) (freed) */
53 LIST *sources, /* $(>) (freed) */
54 LIST *shell, /* $(SHELL) (freed) */
H A Dexeccmd.h17 LIST *shell );
H A Dlists.c31 static LIST *freelist = 0; /* junkpile for list_free() */
37 LIST *
39 LIST *l,
40 LIST *nl )
64 LIST *
66 LIST *head,
70 LIST *l;
91 l = (LIST *)malloc( sizeof( *l ) );
112 LIST *
114 LIST *
[all...]
H A Dheaders.c20 * headers1() - using regexp, scan a file and build include LIST
47 static LIST *headers1( const char *file, LIST *hdrscan );
59 LIST *hdrscan;
60 LIST *hdrrule;
61 LIST *hdrcache;
69 /* Call headers1() to get LIST of included files. */
95 * headers1() - using regexp, scan a file and build include LIST
99 LIST *
101 static LIST *
[all...]
H A Dexecmac.c53 LIST *shell )
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 );
124 LIST *
130 LIST *targets = lol_get( args, 0 );
131 LIST *sources = lol_get( args, 1 );
132 LIST *
[all...]
H A Dcompile.c100 LIST *
120 LIST *
126 LIST *lv = (*parse->left->func)( parse->left, args, jmp );
140 lcmp( LIST *t, LIST *s )
158 LIST *
164 LIST *ll, *lr, *s, *t;
258 LIST *
264 LIST *nv = (*p->left->func)( p->left, args, jmp );
265 LIST *resul
[all...]
H A Dcommand.c30 LIST *targets,
31 LIST *sources,
32 LIST *shell,
H A Dparse.h21 LIST *(*func)( PARSE *p, LOL *args, int *jmp );
35 LIST *(*func)( PARSE *p, LOL *args, int *jmp ),
H A Dscan.h38 LIST *list;
/haiku-buildtools/isl/
H A Disl_list_templ.h4 #define LIST(EL) xLIST(EL) macro
6 struct LIST(EL) { function
16 __isl_give LIST(EL) *FN(LIST(EL),dup)(__isl_keep LIST(EL) *list);
H A Disl_list_templ.c25 #define LIST(EL) xLIST(EL) macro
29 isl_ctx *FN(LIST(EL),get_ctx)(__isl_keep LIST(EL) *list) function
34 __isl_give LIST(EL) *FN(LIST(EL),alloc)(isl_ctx *ctx, int n) function
36 LIST(EL) *list;
42 list = isl_alloc(ctx, LIST(EL),
43 sizeof(LIST(EL)) + (n - 1) * sizeof(struct EL *));
55 __isl_give LIST(EL) *FN(LIST(E function
64 __isl_give LIST(EL) *FN(LIST(EL),dup)(__isl_keep LIST(EL) *list) function
80 __isl_give LIST(EL) *FN(LIST(EL),cow)(__isl_take LIST(EL) *list) function
97 static __isl_give LIST(EL) *FN(LIST(EL),grow)(__isl_take LIST(EL) *list, int n) function
133 __isl_give LIST(EL) *FN(LIST(EL),add)(__isl_take LIST(EL) *list, function
150 __isl_give LIST(EL) *FN(LIST(EL),drop)(__isl_take LIST(EL) *list, function
180 __isl_give LIST(EL) *FN(LIST(EL),insert)(__isl_take LIST(EL) *list, function
217 void *FN(LIST(EL),free)(__isl_take LIST(EL) *list) function
235 int FN(FN(LIST(EL),n),BASE)(__isl_keep LIST(EL) *list) function
240 __isl_give EL *FN(FN(LIST(EL),get),BASE)(__isl_keep LIST(EL) *list, int index) function
252 __isl_give LIST(EL) *FN(FN(LIST(EL),set),BASE)(__isl_take LIST(EL) *list, function
276 int FN(LIST(EL),foreach)(__isl_keep LIST(EL) *list, function
320 __isl_give LIST(EL) *FN(LIST(EL),sort)(__isl_take LIST(EL) *list, function
366 static int FN(LIST(EL),call_on_scc)(__isl_keep LIST(EL) *list, int *pos, int n, function
397 int FN(LIST(EL),foreach_scc)(__isl_keep LIST(EL) *list, function
446 __isl_give LIST(EL) *FN(FN(LIST(EL),from),BASE)(__isl_take EL *el) function
464 __isl_give LIST(EL) *FN(LIST(EL),concat)(__isl_take LIST(EL) *list1, function
510 void FN(LIST(EL),dump)(__isl_keep LIST(EL) *list) function
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/graphite/
H A Did-4.f9023 RECURSIVE SUBROUTINE QSORT (LIST)
24 INTEGER, DIMENSION(:), INTENT(INOUT) :: LIST local in subroutine:QSORT
25 INTEGER, DIMENSION(SIZE(LIST)) :: SMALLER,LARGER
26 IF (SIZE(LIST) > 1) THEN
27 LIST(NUMBER_SMALLER+1:NUMBER_SMALLER+NUMBER_EQUAL) = CHOSEN
29 LIST(NUMBER_SMALLER+NUMBER_EQUAL+1:) = LARGER(1:NUMBER_LARGER)
/haiku-buildtools/gcc/contrib/reghunt/bin/
H A Dgcc-svn-ids42 LIST=${REG_CHANGESET_LIST}
66 index) LINE=`awk -F '|' -v id="${ID}" '{if ($1 == id) print }' < ${LIST}`;;
67 rev) LINE=`awk -F '|' -v id="${ID}" '{if ($2 == id) print }' < ${LIST}`;;
/haiku-buildtools/legacy/binutils/binutils/
H A Darparse.h36 LIST = 262, enumerator in enum:yytokentype
57 #define LIST 262 macro
H A Darlex.l53 "LIST" { return LIST; }
68 "list" { return LIST; }
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp11667.C8 class LIST { class
11 LIST() { nitems = 16; items = new T[nitems]; }; function in class:LIST
13 LIST(int u) { nitems = u; items = new T[nitems]; }; function in class:LIST
44 LIST<int> mylist(10);
/haiku-buildtools/gcc/mpfr/examples/
H A Drndo-add.c37 #define LIST x, y, d, u, e, z macro
41 mpfr_t LIST; local
59 mpfr_inits2 (prec, LIST, (mpfr_ptr) 0);
89 mpfr_clears (LIST, (mpfr_ptr) 0);
/haiku-buildtools/binutils/binutils/
H A Darlex.l57 "LIST" { return LIST; }
72 "list" { return LIST; }

Completed in 77 milliseconds

1234