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

/macosx-10.10/zsh-61/zsh/Src/
H A Dcond.c53 evalcond(Estate state, char *fromtest) function
72 ret = evalcond(state, fromtest);
78 if (!(ret = evalcond(state, fromtest))) {
87 if ((ret = evalcond(state, fromtest)) == 1) {
470 * optison returns evalcond-friendly statuses (true, false, error).
H A Dbuiltin.c6064 ret = evalcond(&state, name);
H A Dexec.c4141 stat = evalcond(state, NULL);

Completed in 76 milliseconds