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

/macosx-10.10/zsh-61/zsh/Src/
H A Dloop.c534 end = state->pc + WC_CASE_SKIP(code);
553 next = state->pc + WC_CASE_SKIP(code);
600 next = state->pc + WC_CASE_SKIP(code) - 2;
H A Dtext.c594 Wordcode end = state->pc + WC_CASE_SKIP(code);
621 n->pop = (state->pc - 2 + WC_CASE_SKIP(code) >= end);
649 s->pop = ((state->pc - 2 + WC_CASE_SKIP(code)) >=
H A Dzsh.h858 #define WC_CASE_SKIP(C) (wc_data(C) >> WC_CASE_FREE) macro

Completed in 154 milliseconds