Home
last modified time | relevance | path

Searched refs:cx_u (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/usr.bin/config/
H A Dmkmakefile.c627 if (include && selectopt(cond->cx_u.atom, NULL)) in emitopts()
628 fprintf(fp, " %s", cond->cx_u.atom); in emitopts()
631 emitopts(fp, cond->cx_u.not, !include); in emitopts()
634 emitopts(fp, cond->cx_u.and.left, include); in emitopts()
635 emitopts(fp, cond->cx_u.and.right, include); in emitopts()
638 emitopts(fp, cond->cx_u.and.left, include); in emitopts()
639 emitopts(fp, cond->cx_u.and.right, include); in emitopts()
H A Ddefs.h401 } cx_u; member
403 #define cx_atom cx_u.atom
404 #define cx_not cx_u.not
405 #define cx_and cx_u.and
406 #define cx_or cx_u.or
H A Dfiles.c325 addfiletoattr(fi->fi_optx->cx_u.atom, fi); in fixfiles()