Searched refs:o_ntop (Results 1 – 2 of 2) sorted by relevance
600 while (i++ < opts.o_ntop) { in list_print()1166 if (opts.o_ntop == 0) in setmovecur()1169 n = opts.o_ntop + opts.o_nbottom + 2; in setmovecur()1174 n = opts.o_ntop + 1; in setmovecur()1212 opts.o_ntop = (n / 4) * 3; in setsize()1213 opts.o_nbottom = n - 1 - opts.o_ntop; in setsize()1219 opts.o_ntop = n; in setsize()1440 opts.o_ntop = Atoi(p); in main()1443 else if (opts.o_ntop == 0) in main()1509 opts.o_nbottom = opts.o_ntop; in main()[all …]
165 int o_ntop; /* number of lines in top half */ member