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

/httpd/server/
H A Dutil_expr_parse.h84 T_OP_NOT = 293 enumerator in enum:yytokentype
H A Dutil_expr_parse.y82 %token T_OP_NOT "logical not"
86 %right T_OP_NOT
119 | T_OP_NOT expr { $$ = ap_expr_make(op_Not, $2, NULL, ctx); }
H A Dutil_expr_scan.c1376 { return T_OP_NOT; }
1381 { return T_OP_NOT; }
H A Dutil_expr_parse.c149 T_OP_NOT = 293 enumerator in enum:yytokentype

Completed in 3398 milliseconds