Lines Matching refs:i
112 int i; in remove_popup() local
118 for (i = 0; i < loop; i++) in remove_popup()
120 if (i == 0) in remove_popup()
158 int i; in remove_openwith() local
163 for (i = 0; i < loop; i++) in remove_openwith()
165 if (i == 0) in remove_openwith()
226 int i; in remove_batfiles() local
233 for (i = 1; i < TARGET_COUNT; ++i) in remove_batfiles()
235 batfile_path = searchpath_save(targets[i].batname); in remove_batfiles()
275 int i; in remove_icons() local
278 for (i = 0; i < ICON_COUNT; ++i) in remove_icons()
279 remove_if_exists(path, icon_link_names[i]); in remove_icons()
286 int i; in remove_start_menu() local
291 for (i = 1; i < TARGET_COUNT; ++i) in remove_start_menu()
292 remove_if_exists(path, targets[i].lnkname); in remove_start_menu()
318 int i; in main() local
361 for (i = 0; i < ICON_COUNT; ++i) in main()
363 sprintf(icon, "%s\\%s", path, icon_link_names[i]); in main()
366 printf(" - the \"%s\" icon on the desktop\n", icon_names[i]); in main()