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

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

Completed in 14 milliseconds