Home
last modified time | relevance | path

Searched refs:complete_command (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_cmd.py147 def complete_command(self): member in samplecmdclass
/external/python/cpython3/Lib/test/
Dtest_cmd.py145 def complete_command(self): member in samplecmdclass
/external/e2fsprogs/ext2ed/
Dmain.c464 char *complete_command (char *text,int state) in complete_command() function
Dext2ed.h299 char *complete_command (char *text,int state);
Dinit.c445 rl_completion_entry_function=(Function *) complete_command; in init_readline()