Searched refs:do_eval (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/bin/ksh/ |
| H A D | c_test.c | 199 int do_eval) in test_eval() argument 205 if (!do_eval) in test_eval() 391 test_oexpr(Test_env *te, int do_eval) in test_oexpr() argument 395 res = test_aexpr(te, do_eval); in test_oexpr() 397 do_eval = 0; in test_oexpr() 399 return test_oexpr(te, do_eval) || res; in test_oexpr() 404 test_aexpr(Test_env *te, int do_eval) in test_aexpr() argument 408 res = test_nexpr(te, do_eval); in test_aexpr() 410 do_eval = 0; in test_aexpr() 412 return test_aexpr(te, do_eval) && res; in test_aexpr() [all …]
|
| H A D | exec.c | 1393 dbteste_getopnd(Test_env *te, Test_op op, int do_eval) in dbteste_getopnd() argument 1402 if (!do_eval) in dbteste_getopnd() 1415 int do_eval) in dbteste_eval() argument 1417 return test_eval(te, op, opnd1, opnd2, do_eval); in dbteste_eval()
|
| H A D | syn.c | 870 dbtestp_getopnd(Test_env *te, Test_op op, int do_eval) in dbtestp_getopnd() argument 885 int do_eval) in dbtestp_eval() argument
|
| /openbsd-src/usr.sbin/ifstated/ |
| H A D | ifstated.c | 500 scan_ifstate(const char *ifname, int s, int do_eval) in scan_ifstate() argument 505 if (scan_ifstate_single(ifname, s, &conf->initstate) && do_eval) in scan_ifstate() 509 (do_eval && state == conf->curstate)) in scan_ifstate() 637 fetch_ifstate(int do_eval) in fetch_ifstate() argument 649 do_eval); in fetch_ifstate()
|
| /openbsd-src/gnu/usr.bin/perl/ext/Devel-Peek/t/ |
| H A D | Peek.t | 49 my $do_eval = $_[5]; 52 if ($do_eval) { 386 \\d+\\. $ADDR<\\d+> \\(\\d+,\\d+\\) "\\$do_eval"
|