Home
last modified time | relevance | path

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

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