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

/httpd/server/
H A Dutil_expr_parse.y94 %type <exVal> words
147 | '{' words '}' { $$ = $2; }
150 words : word { $$ = ap_expr_make(op_ListElement, $1, NULL, ctx); } label
151 | words ',' word { $$ = ap_expr_make(op_ListElement, $3, $1, ctx); }
208 | T_ID '(' words ')' { $$ = ap_expr_str_func_make($1, $3, ctx); }

Completed in 9 milliseconds