Searched refs:cx_u (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/usr.bin/config/ |
H A D | mkmakefile.c | 627 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 D | defs.h | 401 } 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 D | files.c | 325 addfiletoattr(fi->fi_optx->cx_u.atom, fi); in fixfiles()
|