Lines Matching defs:help
53 int help;
59 help = edp->scrreg_nrows - n;
60 if (help > 0) {
63 edp->scrreg_startrow, help));
68 (edp->emulcookie, edp->scrreg_startrow + help, n, edp->bkgdattr));
73 if (help > 0)
75 &edp->dblwid[edp->scrreg_startrow + n], help);
76 memset(&edp->dblwid[edp->scrreg_startrow + help], 0, n);
90 int help;
96 help = edp->scrreg_nrows - n;
97 if (help > 0) {
100 edp->scrreg_startrow + n, help));
110 if (help > 0)
112 &edp->dblwid[edp->scrreg_startrow], help);
230 int n, m, help, flags, fgcol, bgcol;
449 help = NCOLS - (edp->ccol + n);
450 if (help > 0) {
452 COPYCOLS(edp->ccol, edp->ccol + n, help));
514 help = NCOLS - (edp->ccol + n);
515 if (help > 0) {
517 COPYCOLS(edp->ccol + n, edp->ccol, help));
729 help = min(DEF1_ARG(0), edp->nrows) - 1;
730 n = min(DEFx_ARG(1, edp->nrows), edp->nrows) - help;
735 edp->scrreg_startrow = help;
835 int help;
836 help = bgcol;
838 fgcol = help;