Lines Matching defs:up
44 int left, up;
69 /* Set up left and right links at edge of menu */
81 /* Setup up and down links at edge of menu */
84 up = n + Rows(m) - 1;
85 if (up >= Nitems(m)) {
88 Up(IthItem(m, n)) = IthItem(m, up);
89 Down(IthItem(m, up)) = IthItem(m, n);
101 int left, up;
145 /* Setup up and down links at edge of menu */
149 up = n + r;
154 if (up >= Nitems(m)) {
157 Up(IthItem(m, n)) = IthItem(m, up);
158 Down(IthItem(m, up)) = IthItem(m, n);