Searched refs:option_f (Results 1 – 12 of 12) sorted by relevance
163 if ((*f)() && option_f) in run_menu()231 if (cur_ctype == NULL && option_f) in embedded_scsi()242 if (cur_ctype == NULL && option_f) in not_embedded_scsi()253 if (cur_ctype == NULL && option_f) in not_scsi()264 if ((cur_disk == NULL) && option_f) in not_efi()274 if ((cur_disk == NULL) && option_f) in disp_expert_change_expert_efi()286 if ((cur_disk == NULL) && option_f) in disp_expand_efi()298 if ((cur_disk == NULL) && option_f) in disp_all_change_expert_efi()311 if (cur_ctype == NULL && option_f) in scsi()323 if (cur_ctype == NULL && option_f) in scsi_expert()
129 if (option_f) { in main()130 if (freopen(option_f, "r", stdin) == NULL) { in main()132 option_f); in main()310 } else if (option_f == 0 && option_d == 0) { in main()322 if (option_f) { in main()631 if (option_f) { in get_disk_characteristics()
239 if (found && option_f) { in checkswap()615 if (found && option_f) { in checkmount()817 if (found && option_f) { in checkpartitions()
162 if (option_f) in check()199 if (option_f) in cmdabort()911 if ((option_f == NULL) && isatty(0) == 1 && isatty(1) == 1) { in get_tty_lines()
86 extern char *option_f; /* input redirect option */
172 if (option_f || (!isatty(0)) || (!isatty(1))) in a_print()
656 if (!interactive || option_f) { in input()1683 if (option_f) in input()2373 if (option_f) { in get_inputline()
463 if (option_f || (!isatty(0)) || (!isatty(1))) in d_print()
178 if ((option_f == NULL) && isatty(0) == 1 && isatty(1) == 1) { in c_disk()307 if (!option_f && ncyl == 0 && nhead == 0 && nsect == 0 && in c_disk()
367 if (option_f != NULL || isatty(0) != 1 || isatty(1) != 1) { in c_fdisk()
1124 if (can_prompt && expert_mode && !option_f) { in generic_disk_sense()1248 while (can_prompt && expert_mode && !option_f) { in generic_disk_sense()
67 char *option_f; variable226 option_f = argv[next++]; in do_options()