Home
last modified time | relevance | path

Searched refs:first_get (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/bsd/pdisk/dist/
H A Dpdisk.c120 static int first_get = 1; variable
248 while (get_command("Top level command (? for help): ", first_get, &command)) { in interact()
249 first_get = 0; in interact()
545 while (get_command("Command (? for help): ", first_get, &command)) { in edit()
546 first_get = 0; in edit()
976 while (get_command("Expert command (? for help): ", first_get, &command)) { in do_expert()
977 first_get = 0; in do_expert()