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

/httpd/server/
H A Dutil_expr_parse.h50 T_FALSE = 259, enumerator in enum:yytokentype
H A Dutil_expr_parse.y42 %token T_FALSE "false"
118 | T_FALSE { $$ = ap_expr_make(op_False, NULL, NULL, ctx); }
H A Dutil_expr_parse.c115 T_FALSE = 259, enumerator in enum:yytokentype
H A Dutil_expr_scan.c1486 { return T_FALSE; }

Completed in 519 milliseconds