Searched refs:Charable (Results 1 – 7 of 7) sorted by relevance
49 } else if (SP_PARM != 0 && 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()
1428 if (Charable(ch)) { \1475 #define Charable(ch) (((SP_PARM->_legacy_coding) \ macro1509 #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
372 + correct definition of Charable() for non-wide ncurses library (report4245 + correct Charable() macro check for A_ALTCHARSET in wide-characters.9478 + modify PUTC() and Charable() macros to make wide-character line