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

/osnet-11/usr/src/cmd/parted/
H A Dui.c714 /* "multi_word mode" is the "normal" mode... many words can be typed,
723 command_line_push_line (const char* line, int multi_word) argument
737 if (multi_word)
762 if (i || !multi_word) {
766 } while (*line && multi_word);
826 const StrList* possibilities, int multi_word)
859 command_line_push_line (line, multi_word);
872 * \param multi_word whether multiple words are allowed.
878 const StrList* possibilities, int multi_word)
901 multi_word);
825 command_line_prompt_words(const char* prompt, const char* def, const StrList* possibilities, int multi_word) argument
877 command_line_get_word(const char* prompt, const char* def, const StrList* possibilities, int multi_word) argument
[all...]

Completed in 18 milliseconds