Lines Matching refs:ARG
155 #define ARG(n,c) \ macro
412 n = min(NORMALIZE(ARG(0,1)), COLS_LEFT + 1); in wsemul_sun_control()
427 edp->crow -= min(NORMALIZE(ARG(0,1)), edp->crow); in wsemul_sun_control()
434 edp->crow += min(NORMALIZE(ARG(0,1)), ROWS_LEFT); in wsemul_sun_control()
438 edp->ccol += min(NORMALIZE(ARG(0,1)), COLS_LEFT); in wsemul_sun_control()
442 edp->ccol -= min(NORMALIZE(ARG(0,1)), edp->ccol); in wsemul_sun_control()
447 edp->crow = min(NORMALIZE(ARG(0,2)), edp->nrows) - 1; in wsemul_sun_control()
448 edp->ccol = min(NORMALIZE(ARG(1,2)), edp->ncols) - 1; in wsemul_sun_control()
467 n = min(NORMALIZE(ARG(0,1)), ROWS_LEFT + 1); in wsemul_sun_control()
481 n = min(NORMALIZE(ARG(0,1)), ROWS_LEFT + 1); in wsemul_sun_control()
496 n = min(NORMALIZE(ARG(0,1)), COLS_LEFT + 1); in wsemul_sun_control()
517 switch (ARG(n,edp->nargs)) { in wsemul_sun_control()
547 fgcol = ARG(n,edp->nargs) - 30; in wsemul_sun_control()
552 bgcol = ARG(n,edp->nargs) - 40; in wsemul_sun_control()
585 edp->scrolldist = min(ARG(0,1), edp->nrows); in wsemul_sun_control()