Searched refs:FX_AND (Results 1 – 3 of 3) sorted by relevance
406 case FX_AND: in expr_eval()438 case FX_AND: in expr_free()475 case FX_AND: in pr0()
250 #define FX_AND 2 /* AND expr (lhs in nv_ptr, rhs in nv_next) */ macro
81 #define fx_and(e1, e2) new0(NULL, NULL, e1, FX_AND, e2)