Searched refs:nb_cols (Results 1 – 1 of 1) sorted by relevance
317 int len, i, j, max_width, nb_cols, max_prefix; in readline_completion() local373 nb_cols = 80 / max_width; in readline_completion()377 if (++j == nb_cols || i == (rs->nb_completions - 1)) { in readline_completion()