OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
402
}
cx_u
;
member in struct:condexpr
404
#define cx_atom
cx_u
.atom
405
#define cx_not
cx_u
.not
406
#define cx_and
cx_u
.and
407
#define cx_or
cx_u
.or
files.c
325
addfiletoattr(fi->fi_optx->
cx_u
.atom, fi);
Completed in 15 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026