Lines Matching defs:begin_y
1286 begin_y: int
1294 derwin() is the same as calling subwin(), except that begin_y and begin_x
1301 int nlines, int ncols, int begin_y, int begin_x)
1306 win = derwin(self->win,nlines,ncols,begin_y,begin_x);
2308 begin_y: int
2322 int nlines, int ncols, int begin_y, int begin_x)
2327 /* printf("Subwin: %i %i %i %i \n", nlines, ncols, begin_y, begin_x); */
2330 win = subpad(self->win, nlines, ncols, begin_y, begin_x);
2334 win = subwin(self->win, nlines, ncols, begin_y, begin_x);
3739 begin_y: int = 0
3754 int group_right_1, int begin_y, int begin_x)
3761 win = newwin(nlines,ncols,begin_y,begin_x);