Lines Matching refs:loop
239 int loop;
245 for(loop=0; loop<len; loop++) {
246 if (!isdigit(name[loop])) {
258 for(loop=0; loop<num_devices; loop++) {
259 if ((!only_extended || (devices[loop].use >= IsXExtensionDevice)) &&
260 ((!is_id && strcmp(devices[loop].name, name) == 0) ||
261 (is_id && devices[loop].id == id))) {
269 found = &devices[loop];