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

/httpd/server/
H A Dutil_expr_parse.y90 %type <exVal> comparison
122 | comparison { $$ = ap_expr_make(op_Comp, $1, NULL, ctx); }
129 comparison: word T_OP_EQ word { $$ = ap_expr_make(op_EQ, $1, $3, ctx); } label

Completed in 1344 milliseconds