Searched refs:gc_is_tab_stop (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/osfmk/console/
H A Dvideo_console.c271 static boolean_t gc_is_tab_stop(unsigned int column);
904 if (gc_buffer_tab_stops) while (gc_x < vinfo.v_columns && !gc_is_tab_stop(++gc_x));
1006 static boolean_t gc_is_tab_stop(unsigned int column) function

Completed in 15 milliseconds