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

/freebsd-10-stable/usr.sbin/fwcontrol/
H A Dfwcontrol.c738 * If !command_set, then -u will display the nodes for the board.
741 bool command_set = false; local
796 command_set = true;
809 command_set = true;
819 command_set = true;
828 command_set = true;
836 command_set = true;
842 command_set = true;
848 command_set = true;
859 command_set
[all...]
/freebsd-10-stable/contrib/llvm/tools/lldb/tools/driver/
H A DDriver.cpp426 std::vector<std::pair<bool, std::string> > *command_set; local
428 command_set = &(m_initial_commands);
430 command_set = &(m_after_file_commands);
436 command_set->push_back (std::pair<bool, std::string> (true, optarg));
442 command_set->push_back (std::pair<bool, std::string> (true, path_str));
448 command_set->push_back (std::pair<bool, std::string> (false, optarg));
483 std::vector<std::pair<bool, std::string> > *command_set; local
485 command_set = &(m_option_data.m_initial_commands);
487 command_set = &(m_option_data.m_after_file_commands);
489 num_commands = command_set
[all...]
/freebsd-10-stable/sys/boot/common/
H A Dcommands.c278 COMMAND_SET(set, "set", "set a variable", command_set);
281 command_set(int argc, char *argv[]) function

Completed in 215 milliseconds