Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/ncurses/ncurses/tinfo/
Dcomp_scan.c167 int the_char; in next_char() local
263 the_char = *bufptr++; in next_char()
264 return UChar(the_char); in next_char()
/freebsd-12-stable/contrib/dialog/
Dutil.c1599 chtype the_char = ((winch(cellwin) & A_CHARTEXT) | the_attr); in repaint_cell() local
1600 (void) waddch(cellwin, the_char); in repaint_cell()