OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CX_AND
(Results
1 - 5
of
5
) sorted by relevancy
/src/usr.bin/config/
util.c
403
case
CX_AND
:
404
cx->
cx_and
.left = NULL;
405
cx->
cx_and
.right = NULL;
435
case
CX_AND
:
436
condexpr_destroy(expr->
cx_and
.left);
437
condexpr_destroy(expr->
cx_and
.right);
defs.h
389
CX_AND
,
405
#define
cx_and
cx_u.and
macro
mkmakefile.c
633
case
CX_AND
:
files.c
575
case
CX_AND
:
576
lhs = expr_eval(expr->
cx_and
.left, fn, ctx);
577
rhs = expr_eval(expr->
cx_and
.right, fn, ctx);
gram.y
1302
cx = condexpr_create(
CX_AND
);
1303
cx->
cx_and
.left = left;
1304
cx->
cx_and
.right = right;
Completed in 13 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025