Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/console/
H A Dvideo_console.c248 static boolean_t gc_is_tab_stop(unsigned int column);
265 static void gc_set_tab_stop(unsigned int column, boolean_t enabled);
977 gc_set_tab_stop(unsigned int column, boolean_t enabled) in gc_set_tab_stop() argument
979 if (gc_buffer_tab_stops && (column < vinfo.v_columns)) { in gc_set_tab_stop()
980 gc_buffer_tab_stops[column] = enabled; in gc_set_tab_stop()
985 gc_is_tab_stop(unsigned int column) in gc_is_tab_stop() argument
988 return (column % 8) == 0; in gc_is_tab_stop()
990 if (column < vinfo.v_columns) { in gc_is_tab_stop()
991 return gc_buffer_tab_stops[column]; in gc_is_tab_stop()
1021 uint32_t column, row; in gc_scroll_down() local
[all …]
/xnu-8019.80.24/tools/lldbmacros/
H A Dscheduler.py487 def SortThreads(threads, column): argument
488 if column != 'on-core' and column != 'off-core' and column != 'last-duration':
490 if column == 'on-core':
492 elif column == 'off-core':