Lines Matching refs:num
59 short num, snumber;
154 for (num=0, m=M; m->mach[0] != '\0'; m++, num++) {
155 DEBUG(5, "machine: %s, ", M[num].mach);
156 DEBUG(5, "job grade list: %s\n", M[num].jgrade);
158 DEBUG(5, "Execute num=%d \n", num);
159 while (num > 0) {
175 snumber = (time((time_t *) 0) % num); /* random num */
178 DEBUG(5, "num=%d, ", num);
199 M[snumber] = M[num-1];
200 num--;