Searched refs:command_set (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp115 std::vector<InitialCmdEntry> *command_set; local
118 command_set = &(m_initial_commands);
121 command_set = &(m_after_file_commands);
124 command_set = &(m_after_crash_commands);
131 command_set->push_back(InitialCmdEntry(command, is_file));
135 command_set->push_back(InitialCmdEntry(final_path, is_file));
141 command_set->push_back(InitialCmdEntry(command, is_file));
146 std::vector<OptionData::InitialCmdEntry> *command_set; local
149 command_set = &m_option_data.m_initial_commands;
152 command_set
[all...]
/freebsd-current/usr.sbin/fwcontrol/
H A Dfwcontrol.c739 * If !command_set, then -u will display the nodes for the board.
742 bool command_set = false; local
797 command_set = true;
810 command_set = true;
820 command_set = true;
829 command_set = true;
837 command_set = true;
843 command_set = true;
849 command_set = true;
860 command_set
[all...]
/freebsd-current/stand/common/
H A Dcommands.c293 COMMAND_SET(set, "set", "set a variable", command_set);
296 command_set(int argc, char *argv[]) function

Completed in 94 milliseconds