HomeSort by: relevance | last modified time | path
    Searched defs:rbot (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libcurses/
ripoffline.c 96 int i, nlines, rbot, rtop; local in function:__ripoffscreen
102 rbot = LINES;
109 srip->nlines < 0 ? rbot - nlines : rtop,
119 rbot -= nlines;
142 int rbot = screen->LINES, i, nlines, ret = OK; local in function:__ripoffresize
153 if (mvwin(rip->win, rbot + rip->nlines, 0) == ERR)
156 rbot += rip->nlines;
ripoffline.c 96 int i, nlines, rbot, rtop; local in function:__ripoffscreen
102 rbot = LINES;
109 srip->nlines < 0 ? rbot - nlines : rtop,
119 rbot -= nlines;
142 int rbot = screen->LINES, i, nlines, ret = OK; local in function:__ripoffresize
153 if (mvwin(rip->win, rbot + rip->nlines, 0) == ERR)
156 rbot += rip->nlines;
ripoffline.c 96 int i, nlines, rbot, rtop; local in function:__ripoffscreen
102 rbot = LINES;
109 srip->nlines < 0 ? rbot - nlines : rtop,
119 rbot -= nlines;
142 int rbot = screen->LINES, i, nlines, ret = OK; local in function:__ripoffresize
153 if (mvwin(rip->win, rbot + rip->nlines, 0) == ERR)
156 rbot += rip->nlines;

Completed in 50 milliseconds