Home
last modified time | relevance | path

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

/external/mksh/src/
Dfuncs.c2736 test_isop(Test_meta meta, const char *s) in test_isop() function
3114 !test_isop(TM_BINOP, te->pos.wp[1]))) { in test_primary()
3166 rv = test_isop(meta, *te->pos.wp); in ptest_isa()
Dsyn.c1014 } else if (uqword && (ret = test_isop(meta, ident))) in dbtestp_isa()
Dexec.c1835 ret = test_isop(meta, buf); in dbteste_isa()
Dsh.h2733 Test_op test_isop(Test_meta, const char *) MKSH_A_PURE;