Searched refs:PAGELEN (Results 1 – 12 of 12) sorted by relevance
57 #define PAGELEN (LINES - 1 - OFFSET) macro449 top = current - PAGELEN / 2;498 if (current >= top + PAGELEN)536 if (current > top + PAGELEN - 1)560 if (current >= top + PAGELEN)562 top = current - PAGELEN + 1;570 if (top + PAGELEN < urlcount)572 current = top = top + PAGELEN;585 top -= PAGELEN;588 if (current >= top + PAGELEN)[all …]
346 cur->topfile = cur->num - PAGELEN (cur); in doscrreg()366 cur->topfile = ++cur->curfile - PAGELEN (cur) + 1; in doscrreg()388 if (cur->topfile + PAGELEN (cur) > cur->curfile) in doscrreg()393 if (cur->topfile + PAGELEN (cur) < cur->num) { in doscrreg()403 if (cur->topfile + PAGELEN (cur) >= cur->num) { in doscrreg()407 cur->topfile = cur->num - PAGELEN (cur); in doscrreg()409 cur->curfile += PAGELEN (cur); in doscrreg()410 cur->topfile += PAGELEN (cur); in doscrreg()417 cur->curfile -= PAGELEN (cur); in doscrreg()419 cur->topfile -= PAGELEN (cur); in doscrreg()[all …]
103 while (left.topfile + PAGELEN (&left) <= left.curfile) in fullscreen()105 while (right.topfile + PAGELEN (&right) <= right.curfile) in fullscreen()134 while (left.topfile + PAGELEN (&left) <= left.curfile) in setdwid()136 while (right.topfile + PAGELEN (&right) <= right.curfile) in setdwid()165 while (c->topfile + PAGELEN (c) <= c->curfile) in setfull()899 if (cur->topfile > cur->curfile || cur->topfile + PAGELEN (cur) <= cur->curfile) in findname()900 cur->topfile = cur->curfile - PAGELEN (cur) + 1; in findname()901 while (cur->topfile + PAGELEN (cur) - H > cur->curfile) in findname()
542 d->topfile = d->curfile - PAGELEN (d) + 1; in retag()543 } else if (d->topfile > d->curfile || d->topfile + PAGELEN (d) <= d->curfile) in retag()544 d->topfile = d->curfile - PAGELEN (d) + 1; in retag()545 while (d->topfile + PAGELEN (d) - H > d->curfile) in retag()579 while (d->topfile + PAGELEN (d) <= d->curfile) in findfile()
17 #define PAGELEN(c) pagelen ((c)->view) macro
86 #define PAGELEN (LINES-3) macro
694 p->pagelen = PAGELEN; in mutt_new_menu()
1236 sheet = mkvect0(PAGELEN+1); in Fstkpush()1247 if(line >= PAGELEN) { in Fstkpush()1300 sheet = mkvect0(PAGELEN+1);1310 if(line >= PAGELEN) {1350 line = (line > 0 ? line-1 : PAGELEN-1);1356 else if(line == PAGELEN-1)1397 lineno = (lineno > 0 ? lineno-1 : PAGELEN-1); in Fstk2array()1403 lineno += PAGELEN; in Fstk2array()1450 lineno = (lineno > 0 ? lineno-1 : PAGELEN-1); in Fstk2string()1476 lineno += PAGELEN; in Fstk2string()
632 #define PAGELEN 32 /* 2**PAGELENBITS */ macro637 truc data[PAGELEN];
281 "pagelen" PAGELEN 1 "number of lines used by editor"
3559 <sect1><tt>.PAGELEN, .PAGELENGTH</tt><label id=".PAGELENGTH"><p>