/src/lib/libcurses/ |
refresh.c | 101 pnoutrefresh(WINDOW *pad, int pbegy, int pbegx, int sbegy, int sbegx, 110 pbegy, pbegx, sbegy, sbegx, smaxy, smaxx); 116 if (pbegy < 0) 117 pbegy = 0; 126 pmaxy = pbegy + smaxy - sbegy + 1; 139 pad->begy + pbegy, pad->begx + pbegx, pad->begy + sbegy, 475 int pbegx, pbegy; local in function:wrefresh 484 pbegx = pbegy = 0; 487 pbegy = win->dery; 489 pbegy, pbegx) [all...] |
refresh.c | 101 pnoutrefresh(WINDOW *pad, int pbegy, int pbegx, int sbegy, int sbegx, 110 pbegy, pbegx, sbegy, sbegx, smaxy, smaxx); 116 if (pbegy < 0) 117 pbegy = 0; 126 pmaxy = pbegy + smaxy - sbegy + 1; 139 pad->begy + pbegy, pad->begx + pbegx, pad->begy + sbegy, 475 int pbegx, pbegy; local in function:wrefresh 484 pbegx = pbegy = 0; 487 pbegy = win->dery; 489 pbegy, pbegx) [all...] |
refresh.c | 101 pnoutrefresh(WINDOW *pad, int pbegy, int pbegx, int sbegy, int sbegx, 110 pbegy, pbegx, sbegy, sbegx, smaxy, smaxx); 116 if (pbegy < 0) 117 pbegy = 0; 126 pmaxy = pbegy + smaxy - sbegy + 1; 139 pad->begy + pbegy, pad->begx + pbegx, pad->begy + sbegy, 475 int pbegx, pbegy; local in function:wrefresh 484 pbegx = pbegy = 0; 487 pbegy = win->dery; 489 pbegy, pbegx) [all...] |
curses_private.h | 135 int pbegy, pbegx, member in struct:__window
|
curses_private.h | 135 int pbegy, pbegx, member in struct:__window
|
curses_private.h | 135 int pbegy, pbegx, member in struct:__window
|