Lines Matching defs:numgrf
89 int numgrf = 0;
114 if (n >= numgrf) {
115 i = numgrf;
116 numgrf = n + 1;
120 malloc(numgrf * sizeof(*sc),
124 realloc(grf_softc, numgrf * sizeof(*sc),
129 while (i < numgrf) {
167 if (unit < numgrf)
181 if (grf_softc == NULL || unit >= numgrf)
198 if (grf_softc == NULL || unit >= numgrf)
222 if (grf_softc == NULL || unit >= numgrf)
296 if (grf_softc == NULL || unit >= numgrf)