SUN_EMUL_NARGS 91 dev/wscons/wsemul_sun.c u_int args[SUN_EMUL_NARGS]; /* command args, if CONTROL */ SUN_EMUL_NARGS 539 dev/wscons/wsemul_sun.c if (edp->nargs > SUN_EMUL_NARGS - 1) { SUN_EMUL_NARGS 541 dev/wscons/wsemul_sun.c (SUN_EMUL_NARGS - 1) * sizeof(edp->args[0])); SUN_EMUL_NARGS 542 dev/wscons/wsemul_sun.c edp->args[edp->nargs = SUN_EMUL_NARGS - 1] = 0; SUN_EMUL_NARGS 554 dev/wscons/wsemul_sun.c if (edp->nargs > SUN_EMUL_NARGS) SUN_EMUL_NARGS 555 dev/wscons/wsemul_sun.c edp->nargs = SUN_EMUL_NARGS;