Searched refs:the_char (Results 1 – 2 of 2) sorted by relevance
167 int the_char; in next_char() local263 the_char = *bufptr++; in next_char()264 return UChar(the_char); in next_char()
1599 chtype the_char = ((winch(cellwin) & A_CHARTEXT) | the_attr); in repaint_cell() local1600 (void) waddch(cellwin, the_char); in repaint_cell()