Home
last modified time | relevance | path

Searched refs:test_isop (Results 1 – 4 of 4) sorted by relevance

/mirbsd/src/bin/mksh/
Dfuncs.c2901 test_isop(Test_meta meta, const char *s) in test_isop() function
3260 !test_isop(TM_BINOP, te->pos.wp[1]))) { in test_primary()
3312 rv = test_isop(meta, *te->pos.wp); in ptest_isa()
Dsyn.c1003 } else if (uqword && (ret = test_isop(meta, ident))) in dbtestp_isa()
Dexec.c1693 ret = test_isop(meta, buf); in dbteste_isa()
Dsh.h2021 Test_op test_isop(Test_meta, const char *) MKSH_A_PURE;