Home
last modified time | relevance | path

Searched refs:o_nbottom (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/cmd/prstat/
H A Dprstat.c594 while (i++ < opts.o_nbottom) { in list_print()
1167 n = opts.o_nbottom + 1; in setmovecur()
1169 n = opts.o_ntop + opts.o_nbottom + 2; in setmovecur()
1172 n = opts.o_nbottom + 1; in setmovecur()
1213 opts.o_nbottom = n - 1 - opts.o_ntop; in setsize()
1217 opts.o_nbottom = n; in setsize()
1442 opts.o_nbottom = Atoi(p); in main()
1444 opts.o_nbottom = 5; in main()
1509 opts.o_nbottom = opts.o_ntop; in main()
1512 if (opts.o_nbottom == 0) in main()
[all …]
H A Dprstat.h166 int o_nbottom; /* number of lines in bottom half */ member