Lines Matching defs:ints
506 /* protect against various other ints mucking around with the PSG */
529 /* protect against various other ints mucking around with the PSG */
556 /* protect against various other ints mucking around with the PSG */
621 /* protect against various other ints mucking around with the PSG */
2153 int ints[3 + FD_MAX_UNITS];
2159 str = get_options(str, 3 + FD_MAX_UNITS, ints);
2161 if (ints[0] < 1) {
2165 else if (ints[0] > 2+FD_MAX_UNITS) {
2169 if (ints[1] < 0 || ints[1] > 2)
2172 DriveType = ints[1];
2174 if (ints[0] >= 2)
2175 UseTrackbuffer = (ints[2] > 0);
2177 for( i = 3; i <= ints[0] && i-3 < FD_MAX_UNITS; ++i ) {
2178 if (ints[i] != 2 && ints[i] != 3 && ints[i] != 6 && ints[i] != 12)
2181 UserSteprate[i-3] = ints[i];