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

/httpd/server/
H A Dutil_expr_parse.h49 T_TRUE = 258, enumerator in enum:yytokentype
H A Dutil_expr_parse.y41 %token T_TRUE "true"
117 expr : T_TRUE { $$ = ap_expr_make(op_True, NULL, NULL, ctx); }
H A Dutil_expr_parse.c114 T_TRUE = 258, enumerator in enum:yytokentype
H A Dutil_expr_scan.c1481 { return T_TRUE; }

Completed in 1755 milliseconds