Home
last modified time | relevance | path

Searched refs:cmd_exec (Results 1 – 25 of 110) sorted by relevance

12345

/dports/vietnamese/vnless/vnless/
H A Dcommand.c159 cmd_exec() in cmd_exec() function
260 cmd_exec(); in exec_mca()
523 cmd_exec(); in commands()
535 cmd_exec(); in commands()
545 cmd_exec(); in commands()
555 cmd_exec(); in commands()
566 cmd_exec(); in commands()
577 cmd_exec(); in commands()
596 cmd_exec(); in commands()
606 cmd_exec(); in commands()
[all …]
/dports/chinese/cless/cless-290/
H A Dcommand.c95 cmd_exec() in cmd_exec() function
163 cmd_exec(); in exec_mca()
791 cmd_exec(); in commands()
808 cmd_exec(); in commands()
818 cmd_exec(); in commands()
828 cmd_exec(); in commands()
838 cmd_exec(); in commands()
848 cmd_exec(); in commands()
856 cmd_exec(); in commands()
872 cmd_exec(); in commands()
[all …]
/dports/sysutils/less/less-551/
H A Dcommand.c233 cmd_exec(); in exec_mca()
1080 cmd_exec();
1270 cmd_exec(); in commands()
1289 cmd_exec(); in commands()
1299 cmd_exec(); in commands()
1311 cmd_exec(); in commands()
1319 cmd_exec(); in commands()
1327 cmd_exec(); in commands()
1337 cmd_exec(); in commands()
1349 cmd_exec(); in commands()
[all …]
/dports/japanese/less/less-382.262.03.01/
H A Dcommand.c88 cmd_exec() in cmd_exec() function
190 cmd_exec(); in exec_mca()
1003 cmd_exec(); in commands()
1022 cmd_exec(); in commands()
1032 cmd_exec(); in commands()
1044 cmd_exec(); in commands()
1054 cmd_exec(); in commands()
1066 cmd_exec(); in commands()
1076 cmd_exec(); in commands()
1088 cmd_exec(); in commands()
[all …]
/dports/lang/v/v-0.1.29/cmd/tools/
H A Dgen_vc.v236 gen_vc.cmd_exec('git -C $git_repo_dir_v checkout master')
238 gen_vc.cmd_exec('git -C $git_repo_dir_v fetch')
239 git_status := gen_vc.cmd_exec('git -C $git_repo_dir_v status')
294 gen_vc.cmd_exec('make -C $git_repo_dir_v')
305 gen_vc.cmd_exec('$v_exec $v_flags -o $c_file $git_repo_dir_v/cmd/v')
311 gen_vc.cmd_exec('mv $c_file $git_repo_dir_vc/$c_file')
313 gen_vc.cmd_exec('git -C $git_repo_dir_vc add $c_file')
317 git_status := gen_vc.cmd_exec('git -C $git_repo_dir_vc status')
334 fn (mut gen_vc GenVC) cmd_exec(cmd string) string {
376 gen_vc.cmd_exec('rm -rf $repo_dir')
[all …]
/dports/misc/xiphos/xiphos-4.2.1/cmake/
H A DXiphosBuildTools.cmake23 function (xiphos_find_program cmd_name cmd_exec)
24 message (STATUS "Looking for ${cmd_exec}")
25 find_program(${cmd_name} ${cmd_exec})
27 message (STATUS "Looking for ${cmd_exec} - found")
29 message(FATAL_ERROR "Cannot find ${cmd_exec}, which is required to build ${PROJECT_NAME}")
/dports/sysutils/py-salt/salt-3004.1/salt/modules/
H A Dchef.py205 cmd_exec = "{}{}".format(cmd_args, cmd_kwargs)
206 log.debug("Chef command: %s", cmd_exec)
208 return __salt__["cmd.run_all"](cmd_exec, python_shell=False)
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/Utilities/Scripts/
H A Dcompare-benchmarks.py30 cmd_exec = "%s --benchmark_out=%s --benchmark_out_format=json" \
32 print(cmd_exec)
33 subprocess.call(cmd_exec, shell=True)
/dports/games/wesnoth/wesnoth-1.14.17/src/
H A Dcontroller_base.cpp443 hotkey::command_executor* cmd_exec = get_hotkey_command_executor(); in show_menu() local
444 if(!cmd_exec) { in show_menu()
453 if(cmd_exec->can_execute_command(command) && (!context_menu || in_context_menu(command.id))) { in show_menu()
462 cmd_exec->show_menu(items, xloc, yloc, context_menu, disp); in show_menu()
467 hotkey::command_executor* cmd_exec = get_hotkey_command_executor(); in execute_action() local
468 if(!cmd_exec) { in execute_action()
475 if(cmd_exec->can_execute_command(command)) { in execute_action()
484 cmd_exec->execute_action(items, xloc, yloc, context_menu, get_display()); in execute_action()
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/magic_uv/op/
H A Duv_bounding_box.py424 def __init__(self, cmd_exec): argument
426 self.__cmd_exec = cmd_exec
462 def __init__(self, cmd_exec, ctrl_points): argument
464 self.__cmd_exec = cmd_exec
483 def __init__(self, cmd_exec, state, ctrl_points): argument
486 self.__cmd_exec = cmd_exec
512 def __init__(self, cmd_exec, state, ctrl_points): argument
515 self.__cmd_exec = cmd_exec
541 def __init__(self, cmd_exec, ctrl_points): argument
543 self.__cmd_exec = cmd_exec
[all …]
/dports/games/eif/eif-1.3.4/src/
H A Dcompick.c80 {cmd_exec, "exec", 2, 0,
82 {cmd_exec, "runfeed", 2, 1,
H A Dgetcom.h4 void cmd_exec(const char *buf, int sub);
H A Deif.c83 cmd_exec(cntl.st.startupf, 2); in eif_away()
/dports/dns/kadnode/KadNode-2.3.0/src/
H A Dext-cmd.c128 static void cmd_exec(FILE *fp, const char request[], int allow_debug) in cmd_exec() function
256 cmd_exec(fp, request, 1); in cmd_client_handler()
258 cmd_exec(fp, request, 0); in cmd_client_handler()
304 cmd_exec(stdout, request, 1); in cmd_console_handler()
/dports/mail/dovecot/dovecot-2.3.17/src/doveadm/
H A Ddoveadm.c202 static void cmd_exec(struct doveadm_cmd_context *cctx);
205 .cmd = cmd_exec,
214 static void cmd_exec(struct doveadm_cmd_context *cctx) in cmd_exec() function
/dports/x11/swayidle/swayidle-1.7.1/
H A Dmain.c142 static void cmd_exec(char *param) { in cmd_exec() function
297 cmd_exec(state.after_resume_cmd); in prepare_for_sleep()
306 cmd_exec(state.before_sleep_cmd); in prepare_for_sleep()
319 cmd_exec(state.logind_lock_cmd); in handle_lock()
334 cmd_exec(state.logind_unlock_cmd); in handle_unlock()
640 cmd_exec(cmd->idle_cmd); in handle_idle()
657 cmd_exec(cmd->resume_cmd); in handle_resume()
/dports/devel/elfsh/elfsh-0.51b3/vm/
H A Dexec.c10 int cmd_exec() in cmd_exec() function
/dports/x11-wm/sway/sway-1.5.1/sway/commands/
H A Dexec.c7 struct cmd_results *cmd_exec(int argc, char **argv) { in cmd_exec() function
/dports/net-mgmt/lldpd/lldpd-1.0.8/src/client/
H A Dlldpcli.c268 cmd_exec(lldpctl_conn_t *conn, const char *fmt, int argc, const char **argv) in cmd_exec() function
321 n = cmd_exec(conn, fmt, cargc, (const char **)cargv); in parse_and_exec()
566 if (cmd_exec(conn, fmt, cargc, cargv) == 1) in main()
/dports/graphics/zathura/zathura-0.4.5/zathura/
H A Dcommands.h152 bool cmd_exec(girara_session_t* session, girara_list_t* argument_list);
/dports/devel/cc65/cc65-2.19/testcode/lib/
H A Dtinyshell.c357 static void cmd_exec(void) in cmd_exec() function
479 case CMD_EXEC: cmd_exec(); return; in run_command()
/dports/japanese/xtr/xtr1.50e-0.2/src/
H A Dexecdos.c110 static int cmd_exec ARGS((const uchar *, int));
357 cmd_exec(const uchar *cmd, int block_mode) in cmd_exec() function
416 ret = cmd_exec(cmd, block_mode); in exec_sh_command()
/dports/net/frr7-pythontools/frr-frr-7.5.1/lib/
H A Dcommand.c1053 DECLARE_KOOH(cmd_execute_done, (struct vty *vty, const char *cmd_exec),
1054 (vty, cmd_exec));
1055 DEFINE_KOOH(cmd_execute_done, (struct vty *vty, const char *cmd_exec),
1056 (vty, cmd_exec));
1111 static int handle_pipe_action_done(struct vty *vty, const char *cmd_exec) in handle_pipe_action_done() argument
1124 const char *cmd_exec = NULL; in cmd_execute() local
1133 cmd_exec = cmd_out ? (const char *)cmd_out : cmd; in cmd_execute()
1135 vline = cmd_make_strvec(cmd_exec); in cmd_execute()
1145 hook_call(cmd_execute_done, vty, cmd_exec); in cmd_execute()
/dports/net/frr7/frr-frr-7.5.1/lib/
H A Dcommand.c1053 DECLARE_KOOH(cmd_execute_done, (struct vty *vty, const char *cmd_exec),
1054 (vty, cmd_exec));
1055 DEFINE_KOOH(cmd_execute_done, (struct vty *vty, const char *cmd_exec),
1056 (vty, cmd_exec));
1111 static int handle_pipe_action_done(struct vty *vty, const char *cmd_exec) in handle_pipe_action_done() argument
1124 const char *cmd_exec = NULL; in cmd_execute() local
1133 cmd_exec = cmd_out ? (const char *)cmd_out : cmd; in cmd_execute()
1135 vline = cmd_make_strvec(cmd_exec); in cmd_execute()
1145 hook_call(cmd_execute_done, vty, cmd_exec); in cmd_execute()
/dports/x11-wm/i3/i3-4.20.1/include/
H A Dcommands.h171 void cmd_exec(I3_CMD, const char *nosn, const char *command);

12345