Searched refs:ptest_isa (Results 1 - 1 of 1) sorted by relevance

/external/mksh/src/
H A Dfuncs.c218 static Test_op ptest_isa(Test_env *, Test_meta);
2776 te.isa = ptest_isa;
2811 if (ptest_isa(&te, TM_NOT)) {
2815 if ((op = ptest_isa(&te, TM_UNOP))) {
2828 if ((op = ptest_isa(&te, TM_BINOP))) {
2835 if (ptest_isa(&te, TM_NOT)) {
2839 if (ptest_isa(&te, TM_OPAREN)) {
2844 op = ptest_isa(&te, TM_CPAREN);
2855 if (ptest_isa(&te, TM_NOT)) {
2859 if (ptest_isa(
3286 ptest_isa(Test_env *te, Test_meta meta) function
[all...]

Completed in 67 milliseconds