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

  /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/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 74 milliseconds