Searched defs:wint_t (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/libedit/ |
H A D | chared.c | 239 c__prev_word(wchar_t *p, wchar_t *low, int n, int (*wtest)(wint_t)) in c__prev_word() 263 c__next_word(wchar_t *p, wchar_t *high, int n, int (*wtest)(wint_t)) in c__next_word() 282 int (*wtest)(wint_t)) in cv_next_word() 311 cv_prev_word(wchar_t *p, wchar_t *low, int n, int (*wtest)(wint_t)) in cv_prev_word() 377 cv__endword(wchar_t *p, wchar_t *high, int n, int (*wtest)(wint_t)) in cv__endword()
|
/freebsd/include/ |
H A D | wchar.h | 94 typedef __wint_t wint_t; typedef
|
H A D | wctype.h | 51 typedef __wint_t wint_t; typedef
|
/freebsd/contrib/ntp/sntp/libopts/compat/ |
H A D | compat.h | 327 typedef unsigned int wint_t; typedef
|
/freebsd/contrib/one-true-awk/ |
H A D | run.c | 1976 wint_t (*fun_wc)(wint_t)) in nawk_convert() argument
|