Searched refs:convchar_t (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10/zsh-61/zsh/Src/Zle/
H A Dzle_move.c170 backwardmetafiedchar(char *start, char *endptr, convchar_t *retchr)
175 convchar_t lastc = (convchar_t)0; /* not used, silence compiler */
280 *retchr = (convchar_t)(endptr[-1] ^ 32);
286 *retchr = (convchar_t)endptr[-1];
291 *retchr = (convchar_t)0;
H A Dcompmatch.c1155 mod_export convchar_t
1156 pattern_match1(Cpattern p, convchar_t c, int *mtp)
1158 convchar_t ind;
1202 mod_export convchar_t
1203 pattern_match_equivalence(Cpattern lp, convchar_t wind, int wmtp,
1204 convchar_t wchr)
1206 convchar_t lchr;
1270 pattern_match_restrict(Cpattern p, Cpattern wp, convchar_t *wsc, int wsclen,
1273 convchar_t c;
1274 convchar_t in
[all...]
H A Dcomp.h196 convchar_t chr; /* if a single character, it */
H A Dcomplete.c384 convchar_t inchar;
416 inchar = (convchar_t)(*s == Meta ? s[1] ^ 32 : *s);
H A Dzle_hist.c1814 convchar_t cc;
H A Dzle_main.c1558 convchar_t c;
H A Dzle_refresh.c2649 convchar_t cc;
H A Dzle_tricky.c2517 convchar_t cchar;
H A Dcomplist.c1055 convchar_t cchar;
/macosx-10.10/zsh-61/zsh/Src/
H A Dsubst.c445 convchar_t c;
768 convchar_t cchar;
1216 convchar_t del;
1267 convchar_t del2;
3786 convchar_t del;
3829 convchar_t del2;
3855 convchar_t del3;
H A Dzsh.h2780 typedef wint_t convchar_t; typedef
2800 * Note WCWIDTH_WINT() takes wint_t, typically as a convchar_t.
2862 typedef int convchar_t; typedef
H A Dutils.c3042 convchar_t c;
3119 convchar_t c;
4771 convchar_t cc;

Completed in 212 milliseconds