Searched refs:InitialCmdEntry (Results 1 – 2 of 2) sorted by relevance
53 struct InitialCmdEntry { struct54 InitialCmdEntry(std::string contents, bool in_is_file,74 std::vector<InitialCmdEntry> m_initial_commands;75 std::vector<InitialCmdEntry> m_after_file_commands;76 std::vector<InitialCmdEntry> m_after_crash_commands;
123 std::vector<InitialCmdEntry> *command_set; in AddInitialCommand()139 command_set->push_back(InitialCmdEntry(command, is_file)); in AddInitialCommand()143 command_set->push_back(InitialCmdEntry(final_path, is_file)); in AddInitialCommand()149 command_set->push_back(InitialCmdEntry(command, is_file)); in AddInitialCommand()154 std::vector<OptionData::InitialCmdEntry> *command_set; in WriteCommandsForSourcing()