OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:linesperregion
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/systat/
iostat.c
48
static int
linesperregion
;
variable in typeref:typename:int
140
linesperregion
= (getmaxy(wnd) - row - regions + 1) / regions;
145
if (
linesperregion
< 3)
146
linesperregion
= 3;
151
col = 0, row +=
linesperregion
+ 1;
152
if (row > getmaxy(wnd) - (
linesperregion
))
170
row +=
linesperregion
+ 1;
181
linesperregion
= 2 + secs + (read_write ? 2 : 0);
184
if (row > getmaxy(wnd) -
linesperregion
)
224
if (row > getmaxy(wnd) -
linesperregion
)
[
all
...]
iostat.c
48
static int
linesperregion
;
variable in typeref:typename:int
140
linesperregion
= (getmaxy(wnd) - row - regions + 1) / regions;
145
if (
linesperregion
< 3)
146
linesperregion
= 3;
151
col = 0, row +=
linesperregion
+ 1;
152
if (row > getmaxy(wnd) - (
linesperregion
))
170
row +=
linesperregion
+ 1;
181
linesperregion
= 2 + secs + (read_write ? 2 : 0);
184
if (row > getmaxy(wnd) -
linesperregion
)
224
if (row > getmaxy(wnd) -
linesperregion
)
[
all
...]
Completed in 37 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025