Lines Matching defs:begx
89 "wnoutrefresh: win %p, begy %d, begx %d, maxy %d, maxx %d\n",
90 win, win->begy, win->begx, win->maxy, win->maxx);
92 return _wnoutrefresh(win, 0, 0, win->begy, win->begx,
132 if (pmaxx > pad->maxx - pad->begx)
133 pmaxx = pad->maxx - pad->begx;
139 pad->begy + pbegy, pad->begx + pbegx, pad->begy + sbegy,
140 pad->begx + sbegx, pmaxy, pmaxx);
147 * (begy, begx) to (maxy, maxx) at screen position (wbegy, wbegx).
150 _wnoutrefresh(WINDOW *win, int begy, int begx, int wbegy, int wbegx,
167 begy, begx, wbegy, wbegx, maxy, maxx);
212 newx = wbegx + dwin->curx - begx;
216 if (begx <= dwin->curx && dwin->curx < maxx
276 wx = begx;
488 __CTRACE(__CTRACE_REFRESH, "wrefresh: derwin, begy = %d, begx = %x\n",
491 retval = _wnoutrefresh(win, pbegy, pbegx, win->begy, win->begx,
499 win->curx = max(0, curscr->curx - win->begx);
1345 - win->begx * __LDATASIZE;
1351 "makech: line = %p, cep = %p, begx = %u\n",
1352 win->alines[wy]->line, cep, win->begx);
1379 _cursesi_screen->lx = wx + win->begx;
1380 csp = &curscr->alines[wy]->line[wx + win->begx];
1381 wx = wx + win->begx;