Searched defs:wordlist (Results 1 - 1 of 1) sorted by relevance

/httpd/server/
H A Dutil_expr_parse.y95 %type <exVal> wordlist
141 | word T_OP_IN wordlist { $$ = ap_expr_make(op_IN, $1, $3, ctx); }
146 wordlist : lstfunccall { $$ = $1; } label

Completed in 10 milliseconds