Searched refs:complete_line (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.linespec/
H A Dcpcompletion.exp383 set complete_line "$cmd_prefix $linespec"
384 set start [index_after $s $complete_line]
385 test_complete_prefix_range $complete_line $start
505 set complete_line "b $linespec"
506 set start [index_after "constrained_test" $complete_line]
507 set input_line [string range $complete_line 0 $start]
508 test_gdb_complete_unique $input_line ${complete_line}
517 set complete_line "b $source_opt $function_opt"
518 set start [index_after "cpls2_functio" $complete_line]
519 set input_line [string range $complete_line
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.linespec/
H A Dcpcompletion.exp595 set complete_line "$cmd_prefix $linespec"
596 set start [index_after $s $complete_line]
597 test_complete_prefix_range $complete_line $start
928 set complete_line "b $linespec"
929 set start [index_after "constrained_test" $complete_line]
930 set input_line [string range $complete_line 0 $start]
931 test_gdb_complete_unique $input_line ${complete_line}
940 set complete_line "b $source_opt $function_opt"
941 set start [index_after "cpls2_functio" $complete_line]
942 set input_line [string range $complete_line
[all...]
/netbsd-current/external/gpl2/gettext/dist/gettext-runtime/intl/
H A Dlocalealias.c264 int complete_line; local
271 complete_line = strchr (buf, '\n') != NULL;
368 if (! complete_line)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/lib/
H A Dcompletion-support.exp284 proc test_gdb_complete_unique { input_line complete_line {append_char " "} {max_completions 0}} {
285 set complete_line_re [string_to_regexp $complete_line]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/lib/
H A Dcompletion-support.exp282 proc test_gdb_complete_unique { input_line complete_line {append_char " "} {max_completions 0}} {
283 set complete_line_re [string_to_regexp $complete_line]
/netbsd-current/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp692 unsigned complete_line, unsigned complete_column,
753 complete_line, complete_column)
758 AST->CodeComplete(complete_filename, complete_line, complete_column,
853 unsigned complete_line,
860 << complete_filename << ':' << complete_line << ':' << complete_column;
869 TU, complete_filename, complete_line, complete_column,
691 clang_codeCompleteAt_Impl(CXTranslationUnit TU, const char *complete_filename, unsigned complete_line, unsigned complete_column, ArrayRef<CXUnsavedFile> unsaved_files, unsigned options) argument
851 clang_codeCompleteAt(CXTranslationUnit TU, const char *complete_filename, unsigned complete_line, unsigned complete_column, struct CXUnsavedFile *unsaved_files, unsigned num_unsaved_files, unsigned options) argument
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dcompleter.h519 extern void complete_line (completion_tracker &tracker,
H A Dcompleter.c518 complete_line (tracker, word, text, strlen (text));
1264 /* Main phase, called by complete_line function, is used to get the
1798 complete_line (tracker_handle_completions, *word, line, strlen (line));
1824 complete_line (completion_tracker &tracker,
2415 complete_line (*current_completion.tracker, text,
3055 /* Readline will never call this if complete_line returned NULL. */
3058 /* complete_line will never return more than this. */
1823 complete_line (completion_tracker &tracker, function
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dcompleter.h520 extern void complete_line (completion_tracker &tracker,
H A Dcompleter.c492 complete_line (tracker, word, text, strlen (text));
1166 /* Main phase, called by complete_line function, is used to get the
1697 complete_line (tracker_handle_completions, *word, line, strlen (line));
1723 complete_line (completion_tracker &tracker,
2312 complete_line (*current_completion.tracker, text,
2952 /* Readline will never call this if complete_line returned NULL. */
2955 /* complete_line will never return more than this. */
1722 complete_line (completion_tracker &tracker, function
/netbsd-current/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h5783 * \param complete_line The line at which code-completion should occur.
5813 unsigned complete_line, unsigned complete_column,

Completed in 365 milliseconds