Searched refs:python_cmd_element (Results 1 – 4 of 4) sorted by relevance
29 extern cmd_list_element *python_cmd_element;
2425 cmd_list_element *python_cmd_element = nullptr; variable2457 python_cmd_element = add_com ("python", class_obscure, python_command, in _initialize_python()2477 add_com_alias ("py", python_cmd_element, class_obscure, 1); in _initialize_python()
1022 else if (cmd == python_cmd_element && !inline_cmd) in process_next_line()
3545 * python/python.c (python_cmd_element): New.3546 (_initialize_python): Assign python_cmd_element.3547 * python/python.h (python_cmd_element): New.