Home | Sort by: relevance | last modified time | path |
/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; |