Searched refs:Charable (Results 1 – 7 of 7) sorted by relevance
49 } else if (SP_PARM != NULL && Charable(*wc)) { in NCURSES_EXPORT()
195 !Charable(new_bkgd)) { in _nc_background()225 if (Charable(new_bkgd)) { in _nc_background()
284 if (WINDOW_EXT(win, addch_used) != 0 || !Charable(ch)) { in waddch_literal()
1499 if (Charable(ch)) { \1550 #define Charable(ch) (((SP_PARM->_legacy_coding) \ macro1584 #define Charable(ch) (CharOf(ch) >= ' ' && CharOf(ch) <= '~') macro
704 || !Charable(ch) in relative_move()
154 * correct definition of Charable macro for non-wide ncurses library
941 + correct definition of Charable() for non-wide ncurses library (report4814 + correct Charable() macro check for A_ALTCHARSET in wide-characters.10047 + modify PUTC() and Charable() macros to make wide-character line