Lines Matching refs:selected
1825 char *selected = NULL; in select_profile() local
1894 selected = pae->ae_arg; in select_profile()
1903 if ((selected == NULL) && (timeout == 0)) { in select_profile()
1911 return (selected); in select_profile()
1937 const char *selected = NULL; in do_autoconf() local
1986 selected = select_profile(fd, 0, max(timeout, forever)); in do_autoconf()
1987 if (selected != NULL) in do_autoconf()
1991 if (selected == NULL) { in do_autoconf()
1995 " is selected\n"), gExecName, selected); in do_autoconf()
1997 ld_argv[0] = safe_strdup(selected); in do_autoconf()
2025 const char *selected = NULL; in do_startconf() local
2033 selected = select_profile(fd, 1, 0); in do_startconf()
2034 if (selected == NULL) { in do_startconf()
2040 pbuf = append_pa(selected); in do_startconf()