Searched refs:gc_is_tab_stop (Results 1 – 1 of 1) sorted by relevance
247 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