Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/console/
H A Dvideo_console.c247 static boolean_t gc_is_tab_stop(unsigned int column);
878 while (gc_x < vinfo.v_columns && !gc_is_tab_stop(++gc_x)) { in gc_putc_normal()
984 gc_is_tab_stop(unsigned int column) in gc_is_tab_stop() function