Lines Matching refs:idx
418 int idx = 0; in index_in_strings_case_insensitive() local
422 return idx; in index_in_strings_case_insensitive()
425 idx++; in index_in_strings_case_insensitive()
437 int idx; in get_spd() local
441 idx = CMD_SPD_HI; in get_spd()
444 idx = CMD_SPD_VHI; in get_spd()
447 idx = CMD_SPD_SHI; in get_spd()
450 idx = CMD_SPD_WARP; in get_spd()
453 idx = CMD_SPD_CUST; in get_spd()
458 idx = CMD_SPD_NORMAL; in get_spd()
461 return nth_string(commands, idx); in get_spd()
640 int idx; in find_cmd() local
642 idx = index_in_strings_case_insensitive(commands, cmd); in find_cmd()
643 if (idx < 0) in find_cmd()
646 return idx; in find_cmd()