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

/macosx-10.10/zsh-61/zsh/Src/
H A Dexec.c1188 } else if (wc_code(code2) == WC_SUBLIST) {
1241 while (wc_code(code) == WC_SUBLIST) {
1251 while (wc_code(code) == WC_SUBLIST) {
1274 while (wc_code(code) == WC_SUBLIST &&
1280 if (wc_code(code) != WC_SUBLIST) {
1307 while (wc_code(code) == WC_SUBLIST &&
1313 if (wc_code(code) != WC_SUBLIST) {
3692 wc_code(pc[1]) == WC_SUBLIST && !WC_SUBLIST_FLAGS(pc[1]) &&
H A Dzsh.h741 #define WC_SUBLIST 2 macro
783 #define WCB_SUBLIST(T,F,O) wc_bld(WC_SUBLIST, \
H A Dtext.c340 case WC_SUBLIST:

Completed in 364 milliseconds