Searched refs:test_isop (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/bin/ksh/ |
H A D | c_test.h | 52 Test_op test_isop ARGS((Test_env *te, Test_meta meta, const char *s));
|
H A D | c_test.c | 194 test_isop(te, meta, s) in test_isop() function 594 ret = (int) test_isop(te, meta, *te->pos.wp);
|
H A D | syn.c | 894 } else if (uqword && (ret = (int) test_isop(te, meta, ident)))
|
H A D | exec.c | 1494 ret = (int) test_isop(te, meta, buf);
|