Searched refs:column (Results 1 – 4 of 4) sorted by relevance
247 static boolean_t gc_is_tab_stop(unsigned int column);264 static void gc_set_tab_stop(unsigned int column, boolean_t enabled);976 gc_set_tab_stop(unsigned int column, boolean_t enabled) in gc_set_tab_stop() argument978 if (gc_buffer_tab_stops && (column < vinfo.v_columns)) { in gc_set_tab_stop()979 gc_buffer_tab_stops[column] = enabled; in gc_set_tab_stop()984 gc_is_tab_stop(unsigned int column) in gc_is_tab_stop() argument987 return (column % 8) == 0; in gc_is_tab_stop()989 if (column < vinfo.v_columns) { in gc_is_tab_stop()990 return gc_buffer_tab_stops[column]; in gc_is_tab_stop()1020 uint32_t column, row; in gc_scroll_down() local[all …]
806 unsigned column = 0; variable827 if (column == 0) {845 if (++column == 6) {846 column = 0;
476 def SortThreads(threads, column): argument477 if column != 'on-core' and column != 'off-core' and column != 'last-duration':479 if column == 'on-core':481 elif column == 'off-core':
52 Its subcommands print each metric as a column and then uses rows for the groupings, like per-CPU or…