Lines Matching defs:ints
493 /* protect against various other ints mucking around with the PSG */
516 /* protect against various other ints mucking around with the PSG */
543 /* protect against various other ints mucking around with the PSG */
608 /* protect against various other ints mucking around with the PSG */
2066 int ints[3 + FD_MAX_UNITS];
2072 str = get_options(str, 3 + FD_MAX_UNITS, ints);
2074 if (ints[0] < 1) {
2078 else if (ints[0] > 2+FD_MAX_UNITS) {
2082 if (ints[1] < 0 || ints[1] > 2)
2085 DriveType = ints[1];
2087 if (ints[0] >= 2)
2088 UseTrackbuffer = (ints[2] > 0);
2090 for( i = 3; i <= ints[0] && i-3 < FD_MAX_UNITS; ++i ) {
2091 if (ints[i] != 2 && ints[i] != 3 && ints[i] != 6 && ints[i] != 12)
2094 UserSteprate[i-3] = ints[i];