Home | History | Annotate | Download | only in wscons

Lines Matching defs:help

59 	int help;
64 help = vd->scrreg_nrows - n;
65 if (help > 0) {
69 help);
73 help);
76 vd->scrreg_startrow + help, n,
79 memset(&vd->dblwid[vd->scrreg_startrow + help], 0, n);
89 int help;
94 help = vd->scrreg_nrows - n;
95 if (help > 0) {
99 help);
103 help);
191 int n, m, help, flags, fgcol, bgcol;
393 help = NCOLS(vd) - (vd->ccol + n);
394 if (help > 0)
395 COPYCOLS(vd, vd->ccol, vd->ccol + n, help);
403 help = vd->crow - m; /* rows above */
404 vd->crow -= uimin(DEF1_ARG(vd, 0), help);
412 help = m - vd->crow; /* rows below */
413 vd->crow += uimin(DEF1_ARG(vd, 0), help);
461 help = NCOLS(vd) - (vd->ccol + n);
462 if (help > 0)
463 COPYCOLS(vd, vd->ccol + n, vd->ccol, help);
647 help = uimin(DEF1_ARG(vd, 0), vd->nrows) - 1;
648 n = uimin(DEFx_ARG(vd, 1, vd->nrows), vd->nrows) - help;
653 vd->scrreg_startrow = help;
752 int help;
753 help = bgcol;
755 fgcol = help;