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;
120 std::vector<InitialCmdEntry> *command_set; 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()