OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lastrow
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.bin/systat/
bufcache.c
128
int tbuf, i,
lastrow
;
local
186
lastrow
= PAGEINFO_ROWS + 2; /* Leave room for header. */
187
for (i =
lastrow
, ml = LIST_FIRST(&mount_list); ml != NULL;
205
lastrow
= i;
215
mvwprintw(wnd,
lastrow
+ 2, 0,
netstat.c
125
static int
lastrow
= 1;
variable
146
lastrow
--;
454
lastrow
--;
469
if (
lastrow
> getmaxy(wnd))
471
p->ni_line =
lastrow
++;
523
if (
lastrow
< getmaxy(wnd)) {
524
wmove(wnd,
lastrow
, 0); wclrtobot(wnd);
/src/external/bsd/mdocml/dist/
term_ps.c
70
size_t
lastrow
; /* psrow of the previous word */
member in struct:termp_ps
868
p->ps->
lastrow
= 0; /* impossible row */
997
if (p->ps->psrow != p->ps->
lastrow
)
1051
else if (p->ps->psrow == p->ps->
lastrow
)
1055
p->ps->
lastrow
= p->ps->psrow;
Completed in 25 milliseconds
Indexes created Wed Jul 15 00:26:21 UTC 2026