Searched refs:WC_WHILE_UNTIL (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/zsh-61/zsh/Src/
H A Dloop.c370 int olderrexit, oldval, isuntil = (WC_WHILE_TYPE(code) == WC_WHILE_UNTIL);
H A Dtext.c558 taddstr(WC_WHILE_TYPE(code) == WC_WHILE_UNTIL ?
H A Dzsh.h842 #define WC_WHILE_UNTIL 1 macro
H A Dparse.c1286 int type = (tok == UNTIL ? WC_WHILE_UNTIL : WC_WHILE_WHILE);

Completed in 106 milliseconds