OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:expr_eval
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/config/
files.c
249
(void)
expr_eval
(fi->fi_optx, checkaux, fi);
256
* Auxiliary function for checkfiles, called from
expr_eval
.
329
sel =
expr_eval
(fi->fi_optx,
444
!
expr_eval
(dm->dm_opts, fixsel, NULL))
563
expr_eval
(struct condexpr *expr, int (*fn)(const char *, void *), void *ctx)
function
573
return (!
expr_eval
(expr->cx_not, fn, ctx));
576
lhs =
expr_eval
(expr->cx_and.left, fn, ctx);
577
rhs =
expr_eval
(expr->cx_and.right, fn, ctx);
581
lhs =
expr_eval
(expr->cx_or.left, fn, ctx);
582
rhs =
expr_eval
(expr->cx_or.right, fn, ctx)
[
all
...]
files.c
249
(void)
expr_eval
(fi->fi_optx, checkaux, fi);
256
* Auxiliary function for checkfiles, called from
expr_eval
.
329
sel =
expr_eval
(fi->fi_optx,
444
!
expr_eval
(dm->dm_opts, fixsel, NULL))
563
expr_eval
(struct condexpr *expr, int (*fn)(const char *, void *), void *ctx)
function
573
return (!
expr_eval
(expr->cx_not, fn, ctx));
576
lhs =
expr_eval
(expr->cx_and.left, fn, ctx);
577
rhs =
expr_eval
(expr->cx_and.right, fn, ctx);
581
lhs =
expr_eval
(expr->cx_or.left, fn, ctx);
582
rhs =
expr_eval
(expr->cx_or.right, fn, ctx)
[
all
...]
Completed in 29 milliseconds
Indexes created Fri Mar 06 19:51:54 UTC 2026