Lines Matching refs:gc_buffer_tab_stops
147 static unsigned char *gc_buffer_tab_stops; variable
367 buffer_tab_stops = gc_buffer_tab_stops; in gc_enable()
375 gc_buffer_tab_stops = NULL; in gc_enable()
432 gc_buffer_tab_stops = buffer_tab_stops; in gc_enable()
878 if (gc_buffer_tab_stops) { in gc_putc_normal()
967 if (!gc_buffer_tab_stops) { in gc_reset_tabs()
972 gc_buffer_tab_stops[i] = ((i % 8) == 0); in gc_reset_tabs()
979 if (gc_buffer_tab_stops && (column < vinfo.v_columns)) { in gc_set_tab_stop()
980 gc_buffer_tab_stops[column] = enabled; in gc_set_tab_stop()
987 if (gc_buffer_tab_stops == NULL) { in gc_is_tab_stop()
991 return gc_buffer_tab_stops[column]; in gc_is_tab_stop()