OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:group_width
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.bin/systat/
vmstat.c
265
int width, name_width,
group_width
;
local in function:print_ie_title
272
group_width
= strlen(ie_head[i].ie_group);
274
width -=
group_width
+ 1 + name_width;
285
group_width
-= (width + 1) / 2;
289
group_width
+= name_width + 1;
292
if (
group_width
<= 3 || name_width < 0) {
294
name_width +=
group_width
+ 1;
295
group_width
= 0;
300
if (
group_width
!= 0) {
301
printw("%-.*s",
group_width
, ie_head[i].ie_group)
[
all
...]
Completed in 44 milliseconds
Indexes created Wed Oct 01 13:09:50 GMT 2025