OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nb_cols
(Results
1 - 1
of
1
) sorted by null
/external/qemu/
readline.c
278
int len, i, j, max_width,
nb_cols
, max_prefix;
local
328
nb_cols
= 80 / max_width;
332
if (++j ==
nb_cols
|| i == (rs->nb_completions - 1)) {
Completed in 32 milliseconds