Home
last modified time | relevance | path

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

/xnu-10002.81.5/osfmk/console/
H A Dvideo_console.c146 static unsigned char *gc_buffer_tab_stops; variable
366 buffer_tab_stops = gc_buffer_tab_stops; in gc_enable()
374 gc_buffer_tab_stops = NULL; in gc_enable()
431 gc_buffer_tab_stops = buffer_tab_stops; in gc_enable()
877 if (gc_buffer_tab_stops) { in gc_putc_normal()
966 if (!gc_buffer_tab_stops) { in gc_reset_tabs()
971 gc_buffer_tab_stops[i] = ((i % 8) == 0); in gc_reset_tabs()
978 if (gc_buffer_tab_stops && (column < vinfo.v_columns)) { in gc_set_tab_stop()
979 gc_buffer_tab_stops[column] = enabled; in gc_set_tab_stop()
986 if (gc_buffer_tab_stops == NULL) { in gc_is_tab_stop()
[all …]