Searched refs:existing_command (Results 1 – 3 of 3) sorted by relevance
807 StringRef existing_command = existing.substr(0, pos); in mergeCompletion() local810 existing_command = removeLastToken(existing_command); in mergeCompletion()814 existing_command = dropUnrelatedFrontTokens(existing_command); in mergeCompletion()815 return existing_command.str() + completion.str(); in mergeCompletion()
535 def _screen_create_command_textbox(self, existing_command=None): argument555 self._auto_key_in(existing_command)567 existing_command = self._active_command_history[-self._command_pointer]569 existing_command = self._pending_command570 self._screen_create_command_textbox(existing_command)
122 def _screen_create_command_textbox(self, existing_command=None): argument133 self.existing_commands.append(existing_command)134 self._curr_existing_command = existing_command