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

/httpd/server/
H A Dutil_expr_parse.h73 T_OP_NRE = 282, enumerator in enum:yytokentype
H A Dutil_expr_parse.y70 %token T_OP_NRE "regex non-match"
143 | word T_OP_NRE regex { $$ = ap_expr_make(op_NRE, $1, $3, ctx); }
H A Dutil_expr_parse.c138 T_OP_NRE = 282, enumerator in enum:yytokentype
H A Dutil_expr_scan.c1351 { return T_OP_NRE; }

Completed in 1654 milliseconds