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

/httpd/server/
H A Dutil_expr_parse.h76 T_OP_STR_NE = 285, enumerator in enum:yytokentype
H A Dutil_expr_parse.y73 %token T_OP_STR_NE "string not equal"
136 | word T_OP_STR_NE word { $$ = ap_expr_make(op_STR_NE, $1, $3, ctx); }
H A Dutil_expr_parse.c141 T_OP_STR_NE = 285, enumerator in enum:yytokentype
H A Dutil_expr_scan.c1321 { return T_OP_STR_NE; }

Completed in 1554 milliseconds