Searched refs:CELL_OUTSIDE (Results 1 – 2 of 2) sorted by relevance
55 if (cell_type == CELL_OUTSIDE && w->fill_character != NULL) { in screen_redraw_border_set()62 if (cell_type == CELL_OUTSIDE) { in screen_redraw_border_set()64 utf8_set(&gc->data, CELL_BORDERS[CELL_OUTSIDE]); in screen_redraw_border_set()236 return (CELL_OUTSIDE); in screen_redraw_type_of_cell()296 return (CELL_OUTSIDE); in screen_redraw_type_of_cell()314 return (CELL_OUTSIDE); in screen_redraw_check_cell()363 return (CELL_OUTSIDE); in screen_redraw_check_cell()
746 #define CELL_OUTSIDE 12 macro