Lines Matching refs:text
247 /* returns matching commands for text */
249 command_generator (char* text, int state)
257 if (str_list_match_node (cur, text))
266 complete_function (char* text, int start, int end)
268 return rl_completion_matches (text,
613 StrList* text;
619 text = str_list_create ("\n", ex->message, "\n\n", NULL);
621 text = str_list_create (
626 str_list_print_wrap (text, screen_width (), 0, 0);
627 str_list_destroy (text);
804 char* text = str_list_convert_node (walk);
805 prompt = realloc_and_cat (prompt, text);
806 free (text);