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

/httpd/server/
H A Dutil_expr_parse.h60 T_OP_UNARY = 269, enumerator in enum:yytokentype
H A Dutil_expr_parse.y55 %token <cpVal> T_OP_UNARY "unary operator"
123 | T_OP_UNARY word { $$ = ap_expr_unary_op_make( $1, $2, ctx); }
H A Dutil_expr_parse.c125 T_OP_UNARY = 269, enumerator in enum:yytokentype
H A Dutil_expr_scan.c1464 return T_OP_UNARY;

Completed in 1318 milliseconds