Home
last modified time | relevance | path

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

/tools/lib/subcmd/
Dhelp.c130 int cols = 1, rows; in pretty_print_string_list() local
140 cols = max_cols / space; in pretty_print_string_list()
141 rows = (cmds->cnt + cols - 1) / cols; in pretty_print_string_list()
146 for (j = 0; j < cols; j++) { in pretty_print_string_list()
152 if (j == cols-1 || n + rows >= cmds->cnt) in pretty_print_string_list()
/tools/thermal/tmon/
Dtui.c279 int rows, cols; in show_dialogue() local
285 getmaxyx(w, rows, cols); in show_dialogue()
288 (void)cols; in show_dialogue()
/tools/power/pm-graph/
Dsleepgraph.py4386 cols = 12
4388 cols += 2
4390 cols += 1
4391 colspan = '%d' % cols