Home
last modified time | relevance | path

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

/external/mksh/src/
Dfuncs.c2758 const char *opnd1, *opnd2; in c_test() local
2778 opnd2 = (*te.getopnd)(&te, op, 1); in c_test()
2780 opnd2, 1); in c_test()
2831 test_eval(Test_env *te, Test_op op, const char *opnd1, const char *opnd2, in test_eval() argument
2984 return (gmatchx(opnd1, opnd2, false)); in test_eval()
2985 return (strcmp(opnd1, opnd2) == 0); in test_eval()
2990 return (!gmatchx(opnd1, opnd2, false)); in test_eval()
2991 return (strcmp(opnd1, opnd2) != 0); in test_eval()
2995 return (strcmp(opnd1, opnd2) < 0); in test_eval()
2999 return (strcmp(opnd1, opnd2) > 0); in test_eval()
[all …]
Dsyn.c1025 const char *opnd1 MKSH_A_UNUSED, const char *opnd2 MKSH_A_UNUSED, in dbtestp_eval()