Searched refs:the_char (Results 1 – 2 of 2) sorted by relevance
199 int the_char; in next_char() local298 the_char = *bufptr++; in next_char()299 return UChar(the_char); in next_char()
1744 chtype the_char = ((winch(cellwin) & A_CHARTEXT) | the_attr); in repaint_cell() local1745 (void) waddch(cellwin, the_char); in repaint_cell()