Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dcomp_scan.c199 int the_char; in next_char() local
298 the_char = *bufptr++; in next_char()
299 return UChar(the_char); in next_char()
/freebsd/contrib/dialog/
H A Dutil.c1744 chtype the_char = ((winch(cellwin) & A_CHARTEXT) | the_attr); in repaint_cell() local
1745 (void) waddch(cellwin, the_char); in repaint_cell()