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

/httpd/server/
H A Dutil_expr_parse.h70 T_OP_GT = 279, enumerator in enum:yytokentype
H A Dutil_expr_parse.y67 %token T_OP_GT "integer greater than"
133 | word T_OP_GT word { $$ = ap_expr_make(op_GT, $1, $3, ctx); }
H A Dutil_expr_scan.c1416 { return T_OP_GT; }
1437 { return T_OP_GT; }
H A Dutil_expr_parse.c135 T_OP_GT = 279, enumerator in enum:yytokentype

Completed in 22 milliseconds