Home
last modified time | relevance | path

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

/external/mksh/src/
Dfuncs.c2788 test_eval(Test_env *te, Test_op op, const char *opnd1, const char *opnd2, in test_eval() argument
2836 return (*opnd1 != '\0'); in test_eval()
2840 return (*opnd1 == '\0'); in test_eval()
2844 return ((vp = isglobal(opnd1, false)) && (vp->flag & ISSET)); in test_eval()
2848 if ((i = *opnd1) == '!' || i == '?') in test_eval()
2849 opnd1++; in test_eval()
2850 if ((k = option(opnd1)) == (size_t)-1) in test_eval()
2857 return (test_access(opnd1, R_OK) == 0); in test_eval()
2862 return (test_access(opnd1, W_OK) == 0); in test_eval()
2866 return (ksh_access(opnd1, X_OK) == 0); in test_eval()
[all …]
Dsyn.c1038 const char *opnd1 MKSH_A_UNUSED, const char *opnd2 MKSH_A_UNUSED, in dbtestp_eval()