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

  /src/usr.bin/config/
util.c 395 case CX_ATOM:
396 cx->cx_atom = NULL;
427 case CX_ATOM:
files.c 324 if (fi->fi_optx->cx_type == CX_ATOM) {
569 case CX_ATOM:
570 return ((*fn)(expr->cx_atom, ctx));
defs.h 387 CX_ATOM,
403 #define cx_atom cx_u.atom macro
mkmakefile.c 626 case CX_ATOM:
gram.y 1206 cx->cx_type = CX_ATOM;
1207 cx->cx_atom = NULL;
1282 cx = condexpr_create(CX_ATOM);
1283 cx->cx_atom = s;

Completed in 14 milliseconds