Home
last modified time | relevance | path

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

/openbsd/lib/libcurses/widechar/
H A Dlib_get_wch.c99 reset_mbytes(state); in NCURSES_EXPORT()
103 reset_mbytes(state); in NCURSES_EXPORT()
/openbsd/lib/libcurses/
H A Dcurses.priv.h2252 #define reset_mbytes(state) IGNORE_RC(mblen(NULL, (size_t) 0)), IGNORE_RC(mbtowc(NULL, NULL, (size_… macro
2258 #define reset_mbytes(state) init_mb(state) macro
/openbsd/lib/libform/
H A Dfrm_driver.c4963 reset_mbytes(state); in _nc_Widen_String()