HomeSort by: relevance | last modified time | path
    Searched refs:cx_u (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/config/
mkmakefile.c 627 if (include && selectopt(cond->cx_u.atom, NULL))
628 fprintf(fp, " %s", cond->cx_u.atom);
631 emitopts(fp, cond->cx_u.not, !include);
634 emitopts(fp, cond->cx_u.and.left, include);
635 emitopts(fp, cond->cx_u.and.right, include);
638 emitopts(fp, cond->cx_u.and.left, include);
639 emitopts(fp, cond->cx_u.and.right, include);
defs.h 401 } cx_u; member in struct:condexpr
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
files.c 325 addfiletoattr(fi->fi_optx->cx_u.atom, fi);

Completed in 15 milliseconds