Searched refs:tott_idx (Results 1 – 2 of 2) sorted by relevance
1057 int tott_idx; local1059 for (tott_idx = 0;1060 target_option_translations[tott_idx].option_found;1061 tott_idx++)1063 if (strcmp (target_option_translations[tott_idx].option_found,1070 for (sp = target_option_translations[tott_idx].replacements;1080 sp = target_option_translations[tott_idx].replacements;1101 if (target_option_translations[tott_idx].option_found)
1183 int tott_idx; in translate_options() local1185 for (tott_idx = 0; in translate_options()1186 target_option_translations[tott_idx].option_found; in translate_options()1187 tott_idx++) in translate_options()1189 if (strcmp (target_option_translations[tott_idx].option_found, in translate_options()1196 for (sp = target_option_translations[tott_idx].replacements; in translate_options()1206 sp = target_option_translations[tott_idx].replacements; in translate_options()1227 if (target_option_translations[tott_idx].option_found) in translate_options()