Home
last modified time | relevance | path

Searched refs:cmd_entry (Results 1 – 25 of 360) sorted by relevance

12345678910>>...15

/dports/sysutils/tmux23/tmux-2.3/
H A Dcmd.c31 extern const struct cmd_entry cmd_bind_key_entry;
32 extern const struct cmd_entry cmd_break_pane_entry;
40 extern const struct cmd_entry cmd_clock_mode_entry;
43 extern const struct cmd_entry cmd_copy_mode_entry;
48 extern const struct cmd_entry cmd_down_pane_entry;
51 extern const struct cmd_entry cmd_if_shell_entry;
52 extern const struct cmd_entry cmd_join_pane_entry;
53 extern const struct cmd_entry cmd_kill_pane_entry;
119 const struct cmd_entry *cmd_table[] = {
313 const struct cmd_entry **entryp, *entry; in cmd_parse()
[all …]
H A Dcmd-select-window.c31 const struct cmd_entry cmd_select_window_entry = {
44 const struct cmd_entry cmd_next_window_entry = {
57 const struct cmd_entry cmd_previous_window_entry = {
70 const struct cmd_entry cmd_last_window_entry = {
H A Dcmd-lock-server.c29 const struct cmd_entry cmd_lock_server_entry = {
40 const struct cmd_entry cmd_lock_session_entry = {
53 const struct cmd_entry cmd_lock_client_entry = {
/dports/sysutils/tmate-ssh-server/tmate-ssh-server-97d2024/
H A Dcmd.c31 extern const struct cmd_entry cmd_bind_key_entry;
32 extern const struct cmd_entry cmd_break_pane_entry;
40 extern const struct cmd_entry cmd_clock_mode_entry;
43 extern const struct cmd_entry cmd_copy_mode_entry;
48 extern const struct cmd_entry cmd_down_pane_entry;
51 extern const struct cmd_entry cmd_if_shell_entry;
52 extern const struct cmd_entry cmd_join_pane_entry;
53 extern const struct cmd_entry cmd_kill_pane_entry;
119 const struct cmd_entry *cmd_table[] = {
313 const struct cmd_entry **entryp, *entry; in cmd_parse()
[all …]
H A Dtmate-daemon-encoder.c121 extern const struct cmd_entry cmd_bind_key_entry;
122 extern const struct cmd_entry cmd_unbind_key_entry;
123 extern const struct cmd_entry cmd_set_option_entry;
124 extern const struct cmd_entry cmd_set_window_option_entry;
125 extern const struct cmd_entry cmd_detach_client_entry;
126 extern const struct cmd_entry cmd_attach_session_entry;
128 static const struct cmd_entry *local_cmds[] = {
138 int tmate_should_exec_cmd_locally(const struct cmd_entry *cmd) in tmate_should_exec_cmd_locally()
140 const struct cmd_entry **ptr; in tmate_should_exec_cmd_locally()
H A Dcmd-select-window.c31 const struct cmd_entry cmd_select_window_entry = {
44 const struct cmd_entry cmd_next_window_entry = {
57 const struct cmd_entry cmd_previous_window_entry = {
70 const struct cmd_entry cmd_last_window_entry = {
H A Dcmd-lock-server.c29 const struct cmd_entry cmd_lock_server_entry = {
40 const struct cmd_entry cmd_lock_session_entry = {
53 const struct cmd_entry cmd_lock_client_entry = {
/dports/sysutils/tmate/tmate-2.4.0/
H A Dcmd.c31 extern const struct cmd_entry cmd_bind_key_entry;
32 extern const struct cmd_entry cmd_break_pane_entry;
40 extern const struct cmd_entry cmd_clock_mode_entry;
43 extern const struct cmd_entry cmd_copy_mode_entry;
48 extern const struct cmd_entry cmd_down_pane_entry;
51 extern const struct cmd_entry cmd_if_shell_entry;
52 extern const struct cmd_entry cmd_join_pane_entry;
53 extern const struct cmd_entry cmd_kill_pane_entry;
119 const struct cmd_entry *cmd_table[] = {
313 const struct cmd_entry **entryp, *entry; in cmd_parse()
[all …]
H A Dcmd-select-window.c31 const struct cmd_entry cmd_select_window_entry = {
44 const struct cmd_entry cmd_next_window_entry = {
57 const struct cmd_entry cmd_previous_window_entry = {
70 const struct cmd_entry cmd_last_window_entry = {
H A Dcmd-lock-server.c29 const struct cmd_entry cmd_lock_server_entry = {
40 const struct cmd_entry cmd_lock_session_entry = {
53 const struct cmd_entry cmd_lock_client_entry = {
/dports/sysutils/tmux/tmux-3.2a/
H A Dcmd.c31 extern const struct cmd_entry cmd_bind_key_entry;
32 extern const struct cmd_entry cmd_break_pane_entry;
38 extern const struct cmd_entry cmd_clock_mode_entry;
41 extern const struct cmd_entry cmd_copy_mode_entry;
49 extern const struct cmd_entry cmd_down_pane_entry;
52 extern const struct cmd_entry cmd_if_shell_entry;
120 const struct cmd_entry *cmd_table[] = {
213 const struct cmd_entry *entry;
385 const struct cmd_entry *
447 static const struct cmd_entry *
[all …]
H A Dcmd-choose-tree.c29 const struct cmd_entry cmd_choose_tree_entry = {
43 const struct cmd_entry cmd_choose_client_entry = {
57 const struct cmd_entry cmd_choose_buffer_entry = {
71 const struct cmd_entry cmd_customize_mode_entry = {
H A Dcmd-lock-server.c29 const struct cmd_entry cmd_lock_server_entry = {
40 const struct cmd_entry cmd_lock_session_entry = {
53 const struct cmd_entry cmd_lock_client_entry = {
H A Dcmd-select-window.c32 const struct cmd_entry cmd_select_window_entry = {
45 const struct cmd_entry cmd_next_window_entry = {
58 const struct cmd_entry cmd_previous_window_entry = {
71 const struct cmd_entry cmd_last_window_entry = {
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/interface/vcos/generic/
H A Dvcos_cmd.c63 VCOS_CMD_T *cmd_entry; member
320 VCOS_CMD_T *cmd_entry; in vcos_cmd_usage() local
322 cmd_entry = param->cmd_entry; in vcos_cmd_usage()
520 cmd_globals.cmd_entry = NULL; in vcos_cmd_init()
538 cmd_globals.cmd_entry = NULL; in vcos_cmd_shutdown()
605 vcos_assert( cmd_entry != NULL ); in vcos_cmd_register()
611 vcos_assert(( cmd_entry->cmd_fn != NULL ) || ( cmd_entry->sub_cmd_entry != NULL )); in vcos_cmd_register()
670 cmd_globals.cmd_entry[0] = *cmd_entry; in vcos_cmd_register()
690 scan_entry[1] = *cmd_entry; in vcos_cmd_register()
712 while ( cmd_entry->name != NULL ) in vcos_cmd_register_multiple()
[all …]
/dports/comms/hamlib/hamlib-4.3.1/tests/
H A Dampctl_parse.c468 struct test_table *cmd_entry; in ampctl_parse() local
635 if (!cmd_entry) in ampctl_parse()
643 && cmd_entry->arg1) in ampctl_parse()
696 else if ((cmd_entry->flags & ARG_IN1) && cmd_entry->arg1) in ampctl_parse()
735 && cmd_entry->arg2) in ampctl_parse()
775 && cmd_entry->arg3) in ampctl_parse()
815 && cmd_entry->arg4) in ampctl_parse()
1002 if (!cmd_entry) in ampctl_parse()
1019 && cmd_entry->arg1) in ampctl_parse()
1081 else if ((cmd_entry->flags & ARG_IN1) && cmd_entry->arg1) in ampctl_parse()
[all …]
H A Drotctl_parse.c698 if (!cmd_entry) in rotctl_parse()
706 && cmd_entry->arg1) in rotctl_parse()
759 else if ((cmd_entry->flags & ARG_IN1) && cmd_entry->arg1) in rotctl_parse()
798 && cmd_entry->arg2) in rotctl_parse()
838 && cmd_entry->arg3) in rotctl_parse()
878 && cmd_entry->arg4) in rotctl_parse()
1065 if (!cmd_entry) in rotctl_parse()
1082 && cmd_entry->arg1) in rotctl_parse()
1143 else if ((cmd_entry->flags & ARG_IN1) && cmd_entry->arg1) in rotctl_parse()
1203 && cmd_entry->arg2) in rotctl_parse()
[all …]
/dports/math/spar/spar-0.5.10/calculator/
H A Dcommands_table.c27 struct cmd_entry Commands[] = {
93 __command_cmp (const struct cmd_entry *c1, const struct cmd_entry *c2) in __command_cmp()
103 sizeof (struct cmd_entry), in init_commands()
116 struct cmd_entry *r; in check_command()
121 sizeof (struct cmd_entry), in check_command()
125 return ((int) r - (int) Commands) / sizeof (struct cmd_entry); in check_command()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/scsi/qla4xxx/
H A Dql4_iocb.c148 struct command_t3_entry *cmd_entry, in qla4xxx_build_scsi_iocbs() argument
276 struct command_t3_entry *cmd_entry; in qla4xxx_send_command_to_isp() local
323 cmd_entry->hdr.entryType = ET_COMMAND; in qla4xxx_send_command_to_isp()
324 cmd_entry->handle = cpu_to_le32(index); in qla4xxx_send_command_to_isp()
329 memcpy(cmd_entry->cdb, cmd->cmnd, cmd->cmd_len); in qla4xxx_send_command_to_isp()
330 cmd_entry->dataSegCnt = cpu_to_le16(tot_dsds); in qla4xxx_send_command_to_isp()
331 cmd_entry->hdr.entryCount = req_cnt; in qla4xxx_send_command_to_isp()
337 cmd_entry->control_flags = CF_NO_DATA; in qla4xxx_send_command_to_isp()
340 cmd_entry->control_flags = CF_WRITE; in qla4xxx_send_command_to_isp()
342 cmd_entry->control_flags = CF_READ; in qla4xxx_send_command_to_isp()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/scsi/qla4xxx/
H A Dql4_iocb.c148 struct command_t3_entry *cmd_entry, in qla4xxx_build_scsi_iocbs() argument
276 struct command_t3_entry *cmd_entry; in qla4xxx_send_command_to_isp() local
323 cmd_entry->hdr.entryType = ET_COMMAND; in qla4xxx_send_command_to_isp()
324 cmd_entry->handle = cpu_to_le32(index); in qla4xxx_send_command_to_isp()
329 memcpy(cmd_entry->cdb, cmd->cmnd, cmd->cmd_len); in qla4xxx_send_command_to_isp()
330 cmd_entry->dataSegCnt = cpu_to_le16(tot_dsds); in qla4xxx_send_command_to_isp()
331 cmd_entry->hdr.entryCount = req_cnt; in qla4xxx_send_command_to_isp()
337 cmd_entry->control_flags = CF_NO_DATA; in qla4xxx_send_command_to_isp()
340 cmd_entry->control_flags = CF_WRITE; in qla4xxx_send_command_to_isp()
342 cmd_entry->control_flags = CF_READ; in qla4xxx_send_command_to_isp()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/scsi/qla4xxx/
H A Dql4_iocb.c148 struct command_t3_entry *cmd_entry, in qla4xxx_build_scsi_iocbs() argument
276 struct command_t3_entry *cmd_entry; in qla4xxx_send_command_to_isp() local
323 cmd_entry->hdr.entryType = ET_COMMAND; in qla4xxx_send_command_to_isp()
324 cmd_entry->handle = cpu_to_le32(index); in qla4xxx_send_command_to_isp()
329 memcpy(cmd_entry->cdb, cmd->cmnd, cmd->cmd_len); in qla4xxx_send_command_to_isp()
330 cmd_entry->dataSegCnt = cpu_to_le16(tot_dsds); in qla4xxx_send_command_to_isp()
331 cmd_entry->hdr.entryCount = req_cnt; in qla4xxx_send_command_to_isp()
337 cmd_entry->control_flags = CF_NO_DATA; in qla4xxx_send_command_to_isp()
340 cmd_entry->control_flags = CF_WRITE; in qla4xxx_send_command_to_isp()
342 cmd_entry->control_flags = CF_READ; in qla4xxx_send_command_to_isp()
[all …]
/dports/sysutils/openipmi/OpenIPMI-2.0.29/ui/
H A Dui_command.c44 struct cmd_entry *entry = item; in search_cmd()
50 static struct cmd_entry *
53 struct cmd_entry *entry; in find_cmd()
65 struct cmd_entry *entry; in command_handle()
84 struct cmd_entry *entry; in command_bind()
113 struct cmd_entry *entry; in command_unbind()
144 struct cmd_entry *entry = item; in free_cmd_entry()
/dports/net/samba412/samba-4.12.15/source3/rpcclient/
H A Drpcclient.c797 if ((cmd_entry->table != NULL) && (cmd_entry->rpc_pipe == NULL)) { in do_cmd()
803 cmd_entry->table, in do_cmd()
804 &cmd_entry->rpc_pipe); in do_cmd()
822 cli, cmd_entry->table, in do_cmd()
831 &cmd_entry->rpc_pipe); in do_cmd()
837 cmd_entry->table, in do_cmd()
840 &cmd_entry->rpc_pipe, in do_cmd()
847 cmd_entry->table->name, in do_cmd()
909 if (cmd_entry->rpc_pipe) { in do_cmd()
916 ntresult = cmd_entry->ntfn(cmd_entry->rpc_pipe, mem_ctx, argc, argv); in do_cmd()
[all …]
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/hotkeys/
H A Dhotkeys.c294 cmd_entry->ctx = atoi (token);
295 if (cmd_entry->ctx < 0 || cmd_entry->ctx >= DDB_ACTION_CTX_COUNT) {
303 cmd_entry->isglobal = atoi (token);
309 if (!cmd_entry->action) {
332 cmd_entry->modifier |= Mod1Mask;
335 cmd_entry->modifier |= ShiftMask;
338 cmd_entry->modifier |= Mod4Mask;
346 cmd_entry->keycode = 0;
354 trace ("%s: kc=%d, xkc=%d\n", p, cmd_entry->keycode, cmd_entry->x11_keycode);
357 if (!cmd_entry->keycode)
[all …]
/dports/graphics/opencv/opencv-4.5.3/samples/python/
H A Ddemo.py96 self.cmd_entry = cmd_entry = tk.Entry(right)
97 cmd_entry.bind('<Return>', self.on_run)
107 cmd_entry.pack(fill='x', side='left' , expand=1)
142 self.cmd_entry.delete(0, tk.END)
143 self.cmd_entry.insert(0, fn)
180 cmd = self.cmd_entry.get()

12345678910>>...15