HomeSort by: relevance | last modified time | path
    Searched defs:completions (Results 1 - 5 of 5) sorted by relevancy

  /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/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 "

Completed in 48 milliseconds