Lines Matching defs:pbegx
101 pnoutrefresh(WINDOW *pad, int pbegy, int pbegx, int sbegy, int sbegx,
110 pbegy, pbegx, sbegy, sbegx, smaxy, smaxx);
118 if (pbegx < 0)
119 pbegx = 0;
127 pmaxx = pbegx + smaxx - sbegx + 1;
139 pad->begy + pbegy, pad->begx + pbegx, pad->begy + sbegy,
475 int pbegx, pbegy;
484 pbegx = pbegy = 0;
486 pbegx = win->derx;
489 pbegy, pbegx);
491 retval = _wnoutrefresh(win, pbegy, pbegx, win->begy, win->begx,
512 prefresh(WINDOW *pad, int pbegy, int pbegx, int sbegy, int sbegx,
525 pad->pbegx = pbegx;
532 retval = pnoutrefresh(pad, pbegy, pbegx, sbegy, sbegx, smaxy, smaxx);
537 pad->curx = max(0, pbegx + (curscr->curx - sbegx));