Home
last modified time | relevance | path

Searched refs:user_command (Results 1 – 25 of 66) sorted by relevance

123

/dports/devel/systemc/systemc-2.3.4_pub_rev_20190614/examples/tlm/lt_mixed_endian/src/
H A Dme_traffic_generator.cpp108 std::string user_command; in me_traffic_generator_thread() local
109 std::getline(std::cin, user_command); in me_traffic_generator_thread()
111 if(std::cin.bad() || std::cin.fail() || std::cin.bad()) user_command = string("q"); in me_traffic_generator_thread()
114 if(user_command.length() != 0) switch(user_command[0]) { in me_traffic_generator_thread()
117 do_transaction(user_command); in me_traffic_generator_thread()
170 void me_traffic_generator::do_transaction(std::string &user_command) { in do_transaction() argument
171 std::cout << m_prompt << ":: cmd: " << user_command << std::endl; in do_transaction()
172 std::istringstream iss(user_command); in do_transaction()
/dports/shells/ibsh/ibsh-0.3e/
H A Dexecute.c58 int hhsystem(const char *user_command) /*--- Version ohne Signalbehandlung ---*/ in hhsystem() argument
71 char *params[nbspace(user_command) + 1]; in hhsystem()
76 if (user_command == NULL) in hhsystem()
84 field = strtok((char *)user_command," "); in hhsystem()
H A Dmain.c47 char user_command[STRING_SIZE]; /* whatever the user types */ variable
169 myscanf(user_command, real_path); in main()
171 if ( (CommandOK(user_command, loggedin.udir, jail_path, filtered_command)) == 0 ) { in main()
H A Dibsh.h97 extern char user_command[STRING_SIZE]; /* whatever the user types */
/dports/x11/lilyterm/LilyTerm-0.9.9.4/src/
H A Dnotebook.c1444 switch (win_data->user_command[tag].method) in open_url_with_external_command()
1456 if (win_data->user_command[tag].locale && in open_url_with_external_command()
1468 win_data->user_command[tag].locale)) in open_url_with_external_command()
1496 win_data->user_command[tag].environ, in open_url_with_external_command()
1511 if (win_data->user_command[tag].environ && in open_url_with_external_command()
1515 win_data->user_command[tag].environ); in open_url_with_external_command()
1517 if (win_data->user_command[tag].locale && in open_url_with_external_command()
1524 win_data->user_command[tag].locale, in open_url_with_external_command()
1525 win_data->user_command[tag].locale, in open_url_with_external_command()
1526 win_data->user_command[tag].locale); in open_url_with_external_command()
[all …]
H A Dprofile.c258 win_data->user_command[TAG_WWW].command = g_strdup("firefox"); in init_user_command()
259 win_data->user_command[TAG_FTP].command = g_strdup("firefox"); in init_user_command()
260 win_data->user_command[TAG_FILE].command = g_strdup("firefox"); in init_user_command()
266 win_data->user_command[i].method = 1; in init_user_command()
267 win_data->user_command[i].environ = g_strdup(""); in init_user_command()
268 win_data->user_command[i].VTE_CJK_WIDTH = 0; in init_user_command()
269 win_data->user_command[i].locale = g_strdup(""); in init_user_command()
1504 win_data->user_command[i].method = check_integer_value( in get_user_settings()
1506 win_data->user_command[i].method, in get_user_settings()
1515 win_data->user_command[i].VTE_CJK_WIDTH, in get_user_settings()
[all …]
H A Dwindow.c1829 g_free(win_data->user_command[i].command); in clear_win_data()
1830 g_free(win_data->user_command[i].environ); in clear_win_data()
1831 g_strfreev(win_data->user_command[i].environments); in clear_win_data()
1832 g_free(win_data->user_command[i].locale); in clear_win_data()
2531 g_debug("- win_data->user_command[%d].method = %d", i, win_data->user_command[i].method); in dump_data()
2538 win_data->user_command[i].VTE_CJK_WIDTH); in dump_data()
2539 g_debug("- win_data->user_command[%d].locale = %s", i, win_data->user_command[i].locale); in dump_data()
2959 win_data->user_command[i].command = g_strdup(win_data_orig->user_command[i].command); in win_data_dup()
2960 win_data->user_command[i].environ = g_strdup(win_data_orig->user_command[i].environ); in win_data_dup()
2961 win_data->user_command[i].environments = split_string(win_data->user_command[i].environ, " ", -1); in win_data_dup()
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/interfaces/Python/dakota/interfacing/
H A Dparallel.py200 user_command = []
202 user_command += ["-np", str(command[0])] + command[1] + [":"]
203 user_command.pop() # remove the final
221 proc = subprocess.Popen(mpi_command + host_args + user_command,stderr=stderr,
/dports/irc/epic5/epic5-2.1.6/source/
H A Dalias.c106 char * user_command; member
253 new_free(&s->user_command); in flush_all_symbols()
995 tmp->user_command = NULL; in make_new_Symbol()
1036 if (item->user_command) in GC_symbol()
1872 if (!item->user_command) in list_cmd_alias()
1904 item->user_command); in list_cmd_alias()
2587 return item->user_command; in get_cmd_alias()
2604 return item->user_command; in get_func_alias()
2905 malloc_strcpy(&sym->user_command, item->user_command); in stack_push_cmd_alias()
2934 malloc_strcpy(&item->user_command, s->user_command); in stack_pop_cmd_alias()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/acpi/acpica/
H A Ddbinput.c22 static u32 acpi_db_match_command(char *user_command);
656 static u32 acpi_db_match_command(char *user_command) in acpi_db_match_command() argument
660 if (!user_command || user_command[0] == 0) { in acpi_db_match_command()
667 user_command) == acpi_gbl_db_commands[i].name) { in acpi_db_match_command()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/acpi/acpica/
H A Ddbinput.c22 static u32 acpi_db_match_command(char *user_command);
656 static u32 acpi_db_match_command(char *user_command) in acpi_db_match_command() argument
660 if (!user_command || user_command[0] == 0) { in acpi_db_match_command()
667 user_command) == acpi_gbl_db_commands[i].name) { in acpi_db_match_command()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/acpi/acpica/
H A Ddbinput.c22 static u32 acpi_db_match_command(char *user_command);
656 static u32 acpi_db_match_command(char *user_command) in acpi_db_match_command() argument
660 if (!user_command || user_command[0] == 0) { in acpi_db_match_command()
667 user_command) == acpi_gbl_db_commands[i].name) { in acpi_db_match_command()
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/ra/src/
H A Dra_machine.erl89 -type user_command() :: term(). type
132 {log, [ra_index()], fun(([user_command()]) -> effects())} |
180 -type command() :: user_command() | builtin_command().
/dports/sysutils/py-python-crontab/python-crontab-ba23056ddf1a00ecfd14b0a31c2e0cdad132f8d0/tests/data/spool/
H A Duser2 */4 * * * * user_command # user_comment
/dports/java/java-subversion/subversion-1.14.1/tools/hook-scripts/
H A Dvalidate-files.py115 def user_command(self, section, repo, txn, fn): member in Commands
159 (returncode, err_mesg) = commands.user_command(section, repo,
/dports/devel/py-subversion/subversion-1.14.1/tools/hook-scripts/
H A Dvalidate-files.py115 def user_command(self, section, repo, txn, fn): member in Commands
159 (returncode, err_mesg) = commands.user_command(section, repo,
/dports/security/subversion-gnome-keyring/subversion-1.14.1/tools/hook-scripts/
H A Dvalidate-files.py115 def user_command(self, section, repo, txn, fn): member in Commands
159 (returncode, err_mesg) = commands.user_command(section, repo,
/dports/devel/p5-subversion/subversion-1.14.1/tools/hook-scripts/
H A Dvalidate-files.py115 def user_command(self, section, repo, txn, fn): member in Commands
159 (returncode, err_mesg) = commands.user_command(section, repo,
/dports/mail/popfile/popfile-1.1.3_1/Proxy/
H A DPOP3.pm195 my $user_command = "USER ([^$s]+)($s(\\d{1,5}))?$s([^$s]+)($s([^$s]+))?";
198 $self->log_( 2, "Regexps: $transparent, $user_command, $apop_command" );
250 if ( $command =~ /$user_command/i ) {
/dports/lang/gnu-apl/apl-1.8/src/
H A DWorkspace.hh174 static vector<Command::user_command> & get_user_commands() in get_user_commands()
319 std::vector<Command::user_command> user_commands;
/dports/math/polymake/polymake-4.5/apps/common/perllib/PolyDB/
H A DClient.pm256 …my $user_command = [ createRole => $collection, roles => [], privileges => [ @$section_privilege…
260 $auth_db->run_command($user_command);
/dports/games/wesnoth/wesnoth-1.14.17/src/hotkey/
H A Dhotkey_handler_sp.hpp57 virtual void user_command() override;
H A Dhotkey_handler_sp.cpp116 void playsingle_controller::hotkey_handler::user_command(){ in user_command() function in playsingle_controller::hotkey_handler
117 menu_handler_.user_command(); in user_command()
/dports/devel/py-oslo.rootwrap/oslo.rootwrap-6.3.0/oslo_rootwrap/
H A Dfilters.py338 user_command = userargs[len(user_envs):len(user_envs) + 1]
341 return (super(EnvFilter, self).match(user_command) and
/dports/devel/systemc/systemc-2.3.4_pub_rev_20190614/examples/tlm/lt_mixed_endian/include/
H A Dme_traffic_generator.h136 void do_transaction(std::string &user_command);

123