Home
last modified time | relevance | path

Searched refs:cx_and (Results 1 – 4 of 4) sorted by relevance

/netbsd/usr.bin/config/
H A Dutil.c403 cx->cx_and.left = NULL; in condexpr_create()
404 cx->cx_and.right = NULL; in condexpr_create()
435 condexpr_destroy(expr->cx_and.left); in condexpr_destroy()
436 condexpr_destroy(expr->cx_and.right); in condexpr_destroy()
H A Dfiles.c576 lhs = expr_eval(expr->cx_and.left, fn, ctx); in expr_eval()
577 rhs = expr_eval(expr->cx_and.right, fn, ctx); in expr_eval()
H A Dgram.y1297 cx->cx_and.left = left; in mk_cx_and()
1298 cx->cx_and.right = right; in mk_cx_and()
H A Ddefs.h402 #define cx_and cx_u.and macro