Home
last modified time | relevance | path

Searched refs:command_set (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/lldb/tools/driver/
H A DDriver.cpp120 std::vector<InitialCmdEntry> *command_set; in AddInitialCommand() local
123 command_set = &(m_initial_commands); in AddInitialCommand()
126 command_set = &(m_after_file_commands); in AddInitialCommand()
129 command_set = &(m_after_crash_commands); in AddInitialCommand()
136 command_set->push_back(InitialCmdEntry(command, is_file)); in AddInitialCommand()
140 command_set->push_back(InitialCmdEntry(final_path, is_file)); in AddInitialCommand()
146 command_set->push_back(InitialCmdEntry(command, is_file)); in AddInitialCommand()
151 std::vector<OptionData::InitialCmdEntry> *command_set; in WriteCommandsForSourcing() local
154 command_set = &m_option_data.m_initial_commands; in WriteCommandsForSourcing()
157 command_set = &m_option_data.m_after_file_commands; in WriteCommandsForSourcing()
[all …]
/openbsd-src/usr.bin/systat/
H A Dmain.c365 command_set(&cm_count, NULL); in keyboard_callback()
368 command_set(&cm_delay, NULL); in keyboard_callback()
375 command_set(&cm_compat, NULL); in keyboard_callback()
H A Dengine.h153 struct command *command_set(struct command *cmd, const char *init);
H A Dengine.c1129 command_set(struct command *cmd, const char *init) in command_set() function
1208 struct command * c = command_set(NULL, NULL); in cmd_keyboard()
1226 command_set(NULL, NULL); in cmd_keyboard()