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

/httpd/server/
H A Dutil_expr_parse.h77 T_OP_STR_LT = 286, enumerator in enum:yytokentype
H A Dutil_expr_parse.y74 %token T_OP_STR_LT "string less than"
137 | word T_OP_STR_LT word { $$ = ap_expr_make(op_STR_LT, $1, $3, ctx); }
H A Dutil_expr_parse.c142 T_OP_STR_LT = 286, enumerator in enum:yytokentype
H A Dutil_expr_scan.c1326 { return T_OP_STR_LT; }

Completed in 1478 milliseconds