Home
last modified time | relevance | path

Searched refs:opnd1 (Results 1 – 2 of 2) sorted by relevance

/external/mksh/src/
Dfuncs.c2743 const char *opnd1, *opnd2; in c_test() local
2749 opnd1 = (*te.getopnd)(&te, TO_NONOP, 1); in c_test()
2752 res = (*te.eval)(&te, op, opnd1, in c_test()
2764 opnd1 = (*te.getopnd)(&te, TO_NONOP, 1); in c_test()
2765 if (strcmp(opnd1, "-t") == 0) in c_test()
2767 res = (*te.eval)(&te, TO_STNZE, opnd1, in c_test()
2805 test_eval(Test_env *te, Test_op op, const char *opnd1, const char *opnd2, in test_eval() argument
2821 return (*opnd1 != '\0'); in test_eval()
2823 return (*opnd1 == '\0'); in test_eval()
2825 if ((i = *opnd1) == '!' || i == '?') in test_eval()
[all …]
Dsyn.c985 const char *opnd1 MKSH_A_UNUSED, const char *opnd2 MKSH_A_UNUSED, in dbtestp_eval()