Lines Matching defs:top
42 int top;
56 top = Top(m);
104 if (--top < 0) {
105 ++top;
113 if (++top > Rows(m) - Height(m)) {
114 --top;
122 n = min(Height(m), top);
124 top -= n;
135 n = min(Height(m), Rows(m) - Height(m) - top);
137 top += n;
230 /* This was already done at the top */
246 /* Verify the location of the top row */
248 _chk_top(m, &top, current);
252 _affect_change(m, top, current);