Home
last modified time | relevance | path

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

/freebsd-head/contrib/ncurses/ncurses/tinfo/
HDcomp_expand.c56 #define REALPRINT(s) (UChar(*(s)) < 127 && isprint(UChar(*(s)))) macro
96 if (ch == '%' && REALPRINT(str + 1)) { in _nc_tic_expand()
107 && REALPRINT(str + 1) in _nc_tic_expand()
170 } else if (REALPRINT(str) in _nc_tic_expand()