Home
last modified time | relevance | path

Searched defs:wint_t (Results 1 – 10 of 10) sorted by relevance

/openbsd/lib/libedit/
H A Dchared.c233 c__prev_word(wchar_t *p, wchar_t *low, int n, int (*wtest)(wint_t)) in c__prev_word()
257 c__next_word(wchar_t *p, wchar_t *high, int n, int (*wtest)(wint_t)) in c__next_word()
276 int (*wtest)(wint_t)) in cv_next_word()
305 cv_prev_word(wchar_t *p, wchar_t *low, int n, int (*wtest)(wint_t)) in cv_prev_word()
369 cv__endword(wchar_t *p, wchar_t *high, int n, int (*wtest)(wint_t)) in cv__endword()
/openbsd/include/
H A Dwctype.h40 typedef __wint_t wint_t; typedef
H A Dstddef.h60 typedef __wint_t wint_t; typedef
H A Dwchar.h80 typedef __wint_t wint_t; typedef
/openbsd/gnu/llvm/clang/lib/Headers/
H A Dstddef.h123 typedef __WINT_TYPE__ wint_t; typedef
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/format/
H A Dformat.h11 typedef __WINT_TYPE__ wint_t; typedef
/openbsd/gnu/lib/libstdc++/libstdc++/libio/
H A D_G_config.h60 typedef unsigned int wint_t; typedef
/openbsd/gnu/usr.bin/gcc/gcc/ginclude/
H A Dstddef.h354 typedef __WINT_TYPE__ wint_t; typedef
/openbsd/gnu/gcc/gcc/ginclude/
H A Dstddef.h355 typedef __WINT_TYPE__ wint_t; typedef
/openbsd/usr.bin/awk/
H A Drun.c1979 wint_t (*fun_wc)(wint_t)) in nawk_convert() argument