Searched refs:T_OP_NRE (Results 1 - 4 of 4) sorted by relevance
/httpd/server/ | ||
H A D | util_expr_parse.h | 73 T_OP_NRE = 282, enumerator in enum:yytokentype |
H A D | util_expr_parse.y | 70 %token T_OP_NRE "regex non-match" 143 | word T_OP_NRE regex { $$ = ap_expr_make(op_NRE, $1, $3, ctx); } |
H A D | util_expr_parse.c | 138 T_OP_NRE = 282, enumerator in enum:yytokentype |
H A D | util_expr_scan.c | 1351 { return T_OP_NRE; } |
Completed in 22 milliseconds