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

/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dcomp_expand.c50 #define REALPRINT(s) (UChar(*(s)) < 127 && isprint(UChar(*(s)))) macro
82 if (ch == '%' && REALPRINT(str + 1)) {
93 && REALPRINT(str + 1)
155 } else if (REALPRINT(str)

Completed in 71 milliseconds