Home
last modified time | relevance | path

Searched refs:WC_SELECT_TYPE (Results 1 – 3 of 3) sorted by relevance

/dports/shells/zsh/zsh-5.8.1/Src/
H A Dloop.c235 if (WC_SELECT_TYPE(code) == WC_SELECT_PPARAM) { in execselect()
H A Dtext.c659 if (WC_SELECT_TYPE(code) == WC_SELECT_LIST) { in gettext2()
H A Dzsh.h961 #define WC_SELECT_TYPE(C) (wc_data(C) & 1) macro