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

/external/mksh/src/
H A Dfuncs.c2743 const char *opnd1, *opnd2; local
2749 opnd1 = (*te.getopnd)(&te, TO_NONOP, 1);
2752 res = (*te.eval)(&te, op, opnd1,
2760 /* back up to opnd1 */
2764 opnd1 = (*te.getopnd)(&te, TO_NONOP, 1);
2765 if (strcmp(opnd1, "-t") == 0)
2767 res = (*te.eval)(&te, TO_STNZE, opnd1,
2805 test_eval(Test_env *te, Test_op op, const char *opnd1, const char *opnd2, argument
2821 return (*opnd1 != '\0');
2823 return (*opnd1
3012 const char *opnd1, *opnd2; local
[all...]
H A Dsyn.c985 const char *opnd1 MKSH_A_UNUSED, const char *opnd2 MKSH_A_UNUSED,

Completed in 53 milliseconds