HomeSort by relevance Sort by last modified time
    Searched refs:on_completion (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
readline.c 801 on_completion(const char *text, int state) function
853 return completion_matches(text, *on_completion);
  /external/python/cpython2/Modules/
readline.c 846 on_completion(const char *text, int state) function
898 return completion_matches(text, *on_completion);
    [all...]
  /external/python/cpython3/Modules/
readline.c 1001 on_completion(const char *text, int state) function
1083 result = completion_matches((char *)text, *on_completion);
    [all...]

Completed in 129 milliseconds