Searched defs:command_line_get_word (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/parted/
H A Dui.c877 command_line_get_word (const char* prompt, const char* def, function
915 input = command_line_get_word (prompt, *value ? def_str : NULL,
933 input = command_line_get_word (prompt, *value ? def_str : NULL,
975 input = command_line_get_word (prompt, def_word, on_off_list, 1);
991 char *dev_name = command_line_get_word (prompt, def_dev_name, NULL, 1);
1070 fs_type_name = command_line_get_word (prompt,
1097 disk_type_name = command_line_get_word (prompt,
1130 flag_name = command_line_get_word (prompt, NULL, opts, 1);
1204 type_name = command_line_get_word (prompt, NULL, opts, 1);
1246 opt_name = command_line_get_word (promp
[all...]

Completed in 18 milliseconds