OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:term_width
(Results
1 - 1
of
1
) sorted by null
/external/e2fsprogs/misc/
blkid.c
141
static int
term_width
= -1;
local
144
if (
term_width
< 0)
145
term_width
= get_terminal_width();
147
if (
term_width
> 80) {
148
term_width
-= 80;
149
w =
term_width
/ 10;
152
term_width
-= 2*w;
155
w =
term_width
/2;
Completed in 39 milliseconds