Home
last modified time | relevance | path

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

/dports/shells/zsh/zsh-5.8.1/Src/
H A Dloop.c603 end = state->pc + WC_CASE_SKIP(code); in execcase()
617 next = state->pc + WC_CASE_SKIP(code); in execcase()
685 next = state->pc + WC_CASE_SKIP(code); in execcase()
H A Dtext.c713 Wordcode end = state->pc + WC_CASE_SKIP(code); in gettext2()
748 n->pop = (prev_pc + WC_CASE_SKIP(code) >= end); in gettext2()
784 s->pop = (prev_pc + WC_CASE_SKIP(code) >= in gettext2()
H A Dzsh.h985 #define WC_CASE_SKIP(C) (wc_data(C) >> WC_CASE_FREE) macro