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

/httpd/server/
H A Dutil_expr_parse.h67 T_OP_NE = 276, enumerator in enum:yytokentype
H A Dutil_expr_parse.y64 %token T_OP_NE "integer not equal"
130 | word T_OP_NE word { $$ = ap_expr_make(op_NE, $1, $3, ctx); }
H A Dutil_expr_scan.c1401 { return T_OP_NE; }
1447 { return T_OP_NE; }
H A Dutil_expr_parse.c132 T_OP_NE = 276, enumerator in enum:yytokentype

Completed in 2488 milliseconds