Home
last modified time | relevance | path

Searched refs:Charable (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/ncurses/ncurses/widechar/
H A Dlib_wunctrl.c49 } else if (SP_PARM != NULL && Charable(*wc)) { in NCURSES_EXPORT()
/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_bkgd.c195 !Charable(new_bkgd)) { in _nc_background()
225 if (Charable(new_bkgd)) { in _nc_background()
H A Dlib_addch.c284 if (WINDOW_EXT(win, addch_used) != 0 || !Charable(ch)) { in waddch_literal()
/freebsd/contrib/ncurses/ncurses/
H A Dcurses.priv.h1499 if (Charable(ch)) { \
1550 #define Charable(ch) (((SP_PARM->_legacy_coding) \ macro
1584 #define Charable(ch) (CharOf(ch) >= ' ' && CharOf(ch) <= '~') macro
/freebsd/contrib/ncurses/ncurses/tty/
H A Dlib_mvcur.c704 || !Charable(ch) in relative_move()
/freebsd/contrib/ncurses/
H A DANNOUNCE154 * correct definition of Charable macro for non-wide ncurses library
H A DNEWS941 + correct definition of Charable() for non-wide ncurses library (report
4814 + correct Charable() macro check for A_ALTCHARSET in wide-characters.
10047 + modify PUTC() and Charable() macros to make wide-character line