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/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()
/external/devlib/devlib/utils/
Dssh.py507 complete_command = '{} >> {} 2>&1 &'.format(command, redirection_file)
508 output = self._gem5_shell(complete_command, as_root=as_root)