Searched refs:start_command (Results 1 – 5 of 5) sorted by relevance
118 def __init__(self, start_command, stop_command, port_list, argument130 self._start_command = start_command
49 int start_command(struct child_process *);
18 int start_command(struct child_process *cmd) in start_command() function192 int code = start_command(cmd); in run_command()
77 if (start_command(&pager_process)) in setup_pager()
83 if (start_command(&ec_process)) { in check_emacsclient_version()