Searched refs:expr_list (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/filesync/
H A Dignore.c79 static struct list *expr_list; /* list of regular expressions */ variable in typeref:struct:list
128 for (lp = expr_list; lp; lp = lp->l_next) {
183 lp->l_next = expr_list;
184 expr_list = lp;
358 for (lp = expr_list; lp; lp = np) {
363 expr_list = 0;
/opensolaris-onvv-gate/usr/src/cmd/tnf/prex/
H A Dexpr.h62 expr_t * expr_list(expr_t * list_p, expr_t * item_p);
H A Dexpr.c158 * expr_list() - append a expr_t to a list
162 expr_list(expr_t * h, function
168 } /* end expr_list */
H A Dprexgram.y336 | exprlist expr { $$ = expr_list($1, $2); }

Completed in 42 milliseconds