Home
last modified time | relevance | path

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

/openbmc/qemu/util/
H A Dreadline.c317 int len, i, j, max_width, nb_cols, max_prefix; in readline_completion() local
373 nb_cols = 80 / max_width; in readline_completion()
377 if (++j == nb_cols || i == (rs->nb_completions - 1)) { in readline_completion()