| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| many-completions.exp | 16 # Test the case where we have so many completions that we require the 17 # completions hash table within GDB to grow. Make sure that afte the 78 # We don't want to stop gathering completions too early. 79 gdb_test_no_output "set max-completions unlimited" 81 # Collect all possible completions, and check for duplictes. 82 set completions [capture_command_output "complete break func_" ""] 84 foreach {-> name} [regexp -all -inline -line {^break (\w+\S*)} $completions] {
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| many-completions.exp | 16 # Test the case where we have so many completions that we require the 17 # completions hash table within GDB to grow. Make sure that afte the 78 # We don't want to stop gathering completions too early. 79 gdb_test_no_output "set max-completions unlimited" 81 # Collect all possible completions, and check for duplictes. 82 set completions [capture_command_output "complete break func_" ""] 84 foreach {-> name} [regexp -all -inline -line {^break (\w+\S*)} $completions] {
|
| /src/external/gpl2/texinfo/dist/info/ |
| echo-area.h | 43 REFERENCE **completions, int force); 51 /* Read a line in the echo area with completion over COMPLETIONS. 52 Takes arguments of WINDOW, PROMPT, and COMPLETIONS, a REFERENCE **. */ 54 char *prompt, REFERENCE **completions); 56 /* Read a line in the echo area allowing completion over COMPLETIONS, but 57 not requiring it. Takes arguments of WINDOW, PROMPT, and COMPLETIONS, 60 char *prompt, REFERENCE **completions);
|
| echo-area.c | 70 possible completions output. We remember it so we can delete it when 85 /* Only do this if the calling window is not the completions window, or, 86 if it is the completions window and there is no other window. */ 105 we used for completions output, then restore the calling window. */ 121 /* Delete the completions window if it is still present, it isn't the 123 pending which created a completions window. */ 773 /* Sorted array of REFERENCE * which is the possible completions found in 786 /* Variable which holds the output of completions. */ 789 static char *compwin_name = "*Completions*"; 791 /* Return non-zero if WINDOW is a window used for completions output. * [all...] |
| /src/external/apache2/llvm/dist/clang/bindings/python/tests/cindex/ |
| test_code_completion.py | 18 completions = [str(c) for c in cr.results] 21 self.assertIn(c, completions)
|
| /src/external/gpl3/gdb/dist/gdb/python/lib/gdb/dap/ |
| completions.py | 23 @request("completions") 26 def completions( function
|
| __init__.py | 29 from . import completions # noqa: F401 namespace
|
| /src/lib/libedit/ |
| filecomplete.c | 464 * returns list of completions for text given 651 * `?' means list the possible completions. 652 * `*' means insert all of the possible completions. 653 * `!' means to do standard completion, and list all possible completions if 807 * completions.
|
| /src/external/gpl3/gdb.old/dist/gdb/cli/ |
| cli-option.c | 380 bool completions = false; variable 388 completions = true; 390 if (completions) 417 /* If we don't have completions, let the 480 completions. 487 And so, if we don't find any completions, we should restore 513 /* No completions. Restore the custom word point. See the
|
| /src/external/gpl3/gdb/dist/gdb/cli/ |
| cli-option.c | 383 bool completions = false; variable 391 completions = true; 393 if (completions) 420 /* If we don't have completions, let the 512 completions. 519 And so, if we don't find any completions, we should restore 545 /* No completions. Restore the custom word point. See the
|
| /src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/ |
| vchiq_arm.c | 129 VCHIQ_COMPLETION_DATA_T completions[MAX_COMPLETIONS]; member in struct:vchiq_instance_struct 260 completion = &instance->completions[insert & (MAX_COMPLETIONS - 1)]; 842 completion = &instance->completions[ 1294 completion = &instance->completions[ 1417 "Instance %p: pid %d,%s completions "
|
| /src/external/gpl3/gdb/dist/readline/readline/ |
| bind.c | 1926 { "page-completions", &_rl_page_completions, 0 }, 1928 { "print-completions-horizontally", &_rl_print_completions_horizontally, 0 },
|
| /src/external/gpl3/gdb.old/dist/readline/readline/ |
| bind.c | 1926 { "page-completions", &_rl_page_completions, 0 }, 1928 { "print-completions-horizontally", &_rl_print_completions_horizontally, 0 },
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/lib/ |
| gdb.exp | 10578 with_set max-completions unlimited {
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/lib/ |
| gdb.exp | 11171 with_set max-completions unlimited {
|