| /src/external/gpl3/gdb/dist/readline/readline/ |
| complete.c | 2711 static char *orig_text; local 2724 FREE (orig_text); 2757 orig_text = rl_copy_text (orig_start, orig_end); 2758 matches = gen_completion_matches (orig_text, orig_start, orig_end, 2771 FREE (orig_text); 2772 orig_text = (char *)0; 2814 insert_match (orig_text, orig_start, MULT_MATCH, "e_char); 2820 compare_match (orig_text, matches[match_list_index])); 2842 static char *orig_text; local 2857 FREE (orig_text); [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/cli/ |
| cli-cmds.c | 349 const char *orig_text = *text; 377 (std::string (orig_text, *text - orig_text).c_str (), 346 const char *orig_text = *text; local
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| completer.c | 931 const char *orig_text = text; 1048 orig_text, word); 930 const char *orig_text = text; local
|
| /src/external/gpl3/gdb.old/dist/readline/readline/ |
| complete.c | 2711 static char *orig_text; local 2724 FREE (orig_text); 2757 orig_text = rl_copy_text (orig_start, orig_end); 2758 matches = gen_completion_matches (orig_text, orig_start, orig_end, 2771 FREE (orig_text); 2772 orig_text = (char *)0; 2814 insert_match (orig_text, orig_start, MULT_MATCH, "e_char); 2820 compare_match (orig_text, matches[match_list_index])); 2842 static char *orig_text; local 2857 FREE (orig_text); [all...] |
| /src/external/gpl3/gdb/dist/gdb/cli/ |
| cli-cmds.c | 350 const char *orig_text = *text; 378 (std::string (orig_text, *text - orig_text).c_str (), 347 const char *orig_text = *text; local
|
| /src/external/gpl3/gdb/dist/gdb/ |
| completer.c | 931 const char *orig_text = text; 1048 orig_text, word); 930 const char *orig_text = text; local
|