Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/console/
H A Dvideo_console.c147 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()
[all …]