Home
last modified time | relevance | path

Searched refs:startup_commands (Results 1 – 8 of 8) sorted by relevance

/dports/editors/hexer/hexer-1.0.3/
H A Dmain.c113 static char *startup_commands[HEXER_MAX_STARTUP_COMMANDS]; variable
134 startup_commands[startup_commands_n++] = argv[++optind]; in process_args()
136 startup_commands[startup_commands_n++] = argv[optind] + 1; in process_args()
155 startup_commands[startup_commands_n++] = optarg; in process_args()
192 exh_command(current_buffer->hedit, startup_commands[i]); in process_args()
/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/
H A D.gitignore9 Build_Release/startup_commands.txt
13 Build_Release/startup_commands.txt
/dports/devel/py-cmd2/cmd2-2.3.2/docs/features/
H A Dindex.rst30 startup_commands
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/freetdm/src/ftmod/ftmod_gsm/
H A Dftmod_gsm.c127 char startup_commands[20][50]; member
257 for (i = 0; !ftdm_strlen_zero_buf(gsm_data->startup_commands[i]); i++) { in on_wat_span_status()
258 …TDM_LOG_INFO, "span %d: Executing startup command '%s'\n", span_id, gsm_data->startup_commands[i]); in on_wat_span_status()
259 if (WAT_SUCCESS != wat_cmd_req(span_id, gsm_data->startup_commands[i], NULL, NULL)) { in on_wat_span_status()
260 … "span %d: Failed requesting execution of command '%s'\n", span_id, gsm_data->startup_commands[i]); in on_wat_span_status()
1128 if (cmdindex < (ftdm_array_len(gsm_data->startup_commands) - 1)) { in FIO_CONFIGURE_SPAN_SIGNALING_FUNCTION()
1129 ftdm_set_string(gsm_data->startup_commands[cmdindex], val); in FIO_CONFIGURE_SPAN_SIGNALING_FUNCTION()
1130 …OG_DEBUG, "Adding startup command '%s' to GSM span %s\n", gsm_data->startup_commands[cmdindex], sp… in FIO_CONFIGURE_SPAN_SIGNALING_FUNCTION()
/dports/editors/jucipp/jucipp-b3b5182258b25835e7c5f683623ab774d8e34c75/src/
H A Ddebug_lldb.hpp61 …const std::vector<std::string> &startup_commands = {}, const std::string &remote_host = "") EXCLUD…
H A Dproject.cpp485 std::vector<std::string> startup_commands; in debug_start() local
492startup_commands.emplace_back("command script import \"" + sysroot + "/lib/rustlib/etc/lldb_lookup… in debug_start()
494 startup_commands.emplace_back(line); in debug_start()
498 Debug::LLDB::get().start(command, path, breakpoints, startup_commands, remote_host); in debug_start()
H A Ddebug_lldb.cpp95 … const std::vector<std::string> &startup_commands, const std::string &remote_host) { in start() argument
201 for(auto &command : startup_commands) { in start()
/dports/irc/smuxi/smuxi-1.1/src/Engine/Config/
H A DConfig.cs440 string[] startup_commands = GetList(prefix+user+"/OnStartupCommands"); in Load()
441 if (startup_commands != null) { in Load()
442 m_Preferences[prefix+user+"/OnStartupCommands"] = startup_commands; in Load()