Searched refs:column (Results 1 – 2 of 2) sorted by relevance
248 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() argument979 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() argument988 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 …]
487 def SortThreads(threads, column): argument488 if column != 'on-core' and column != 'off-core' and column != 'last-duration':490 if column == 'on-core':492 elif column == 'off-core':