Lines Matching defs:def
780 _construct_prompt (const char* head, const char* def,
785 if (def && possibilities)
786 PED_ASSERT (str_list_match_any (possibilities, def),
799 if (def && str_list_match_node (walk, def) == 2) {
801 prompt = realloc_and_cat (prompt, def);
810 } else if (def) {
814 prompt = realloc_and_cat (prompt, def);
825 command_line_prompt_words (const char* prompt, const char* def,
830 char* _def = (char*) def;
833 if (!def && str_list_length (possibilities) == 1) {
877 command_line_get_word (const char* prompt, const char* def,
900 command_line_prompt_words (prompt, def, possibilities,