Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/console/
H A Dvideo_console.c248 static boolean_t gc_is_tab_stop(unsigned int column);
879 while (gc_x < vinfo.v_columns && !gc_is_tab_stop(++gc_x)) { in gc_putc_normal()
985 gc_is_tab_stop(unsigned int column) in gc_is_tab_stop() function