Home
last modified time | relevance | path

Searched refs:cmd_match (Results 1 – 25 of 29) sorted by relevance

12

/dports/textproc/flex/flex-2.6.4/src/
H A Dmisc.c727 else if (cmd_match (CMD_PUSH)){ in skelout()
734 else if (cmd_match (CMD_POP)){ in skelout()
741 else if (cmd_match (CMD_IF_REENTRANT)){ in skelout()
757 else if (cmd_match (CMD_ENDIF)){ in skelout()
760 else if (cmd_match (CMD_IF_TABLES_SER)) { in skelout()
763 else if (cmd_match (CMD_TABLES_YYDMAP)) { in skelout()
771 else if (cmd_match (CMD_IF_CPP_ONLY)) { in skelout()
776 else if (cmd_match (CMD_IF_C_ONLY)) { in skelout()
781 else if (cmd_match (CMD_IF_C_OR_CPP)) { in skelout()
786 else if (cmd_match (CMD_NOT_FOR_HEADER)) { in skelout()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/external/bsd/flex/dist/src/
H A Dmisc.c855 else if (cmd_match (CMD_PUSH)){ in skelout()
862 else if (cmd_match (CMD_POP)){ in skelout()
869 else if (cmd_match (CMD_IF_REENTRANT)){ in skelout()
885 else if (cmd_match (CMD_ENDIF)){ in skelout()
888 else if (cmd_match (CMD_IF_TABLES_SER)) { in skelout()
891 else if (cmd_match (CMD_TABLES_YYDMAP)) { in skelout()
899 else if (cmd_match (CMD_IF_CPP_ONLY)) { in skelout()
904 else if (cmd_match (CMD_IF_C_ONLY)) { in skelout()
909 else if (cmd_match (CMD_IF_C_OR_CPP)) { in skelout()
914 else if (cmd_match (CMD_NOT_FOR_HEADER)) { in skelout()
[all …]
/dports/devel/openocd/openocd-0.11.0/src/helper/
H A Dcommand.c818 bool show_help, const char *cmd_match);
821 bool show_help, const char *cmd_match) in COMMAND_HELPER() argument
856 bool show_help, const char *cmd_match) in COMMAND_HELPER() argument
917 c->children, n, show_help, cmd_match); in COMMAND_HELPER()
925 char *cmd_match; in COMMAND_HANDLER() local
928 cmd_match = strdup(""); in COMMAND_HANDLER()
931 cmd_match = strdup(CMD_ARGV[0]); in COMMAND_HANDLER()
934 char *prev = cmd_match; in COMMAND_HANDLER()
940 if (cmd_match == NULL) { in COMMAND_HANDLER()
945 c, 0, full, cmd_match); in COMMAND_HANDLER()
[all …]
/dports/databases/libgda5/libgda-5.2.10/tools/cmdtool/
H A Dtool-input.c229 gchar *cmd_match; in _tool_completion() local
231 cmd_match = match; in _tool_completion()
237 if (*cmd_match == *ptr) { in _tool_completion()
238 cmd_match ++; in _tool_completion()
247 commands = tool_command_get_commands (user_defined_completion_group, cmd_match); in _tool_completion()
/dports/databases/libgda5-postgresql/libgda-5.2.10/tools/cmdtool/
H A Dtool-input.c229 gchar *cmd_match; in _tool_completion() local
231 cmd_match = match; in _tool_completion()
237 if (*cmd_match == *ptr) { in _tool_completion()
238 cmd_match ++; in _tool_completion()
247 commands = tool_command_get_commands (user_defined_completion_group, cmd_match); in _tool_completion()
/dports/databases/libgda5-ui/libgda-5.2.10/tools/cmdtool/
H A Dtool-input.c229 gchar *cmd_match;
231 cmd_match = match;
237 if (*cmd_match == *ptr) {
238 cmd_match ++;
247 commands = tool_command_get_commands (user_defined_completion_group, cmd_match);
/dports/databases/libgda5-ldap/libgda-5.2.10/tools/cmdtool/
H A Dtool-input.c229 gchar *cmd_match; in _tool_completion() local
231 cmd_match = match; in _tool_completion()
237 if (*cmd_match == *ptr) { in _tool_completion()
238 cmd_match ++; in _tool_completion()
247 commands = tool_command_get_commands (user_defined_completion_group, cmd_match); in _tool_completion()
/dports/databases/libgda5-bdb/libgda-5.2.10/tools/cmdtool/
H A Dtool-input.c229 gchar *cmd_match; in _tool_completion() local
231 cmd_match = match; in _tool_completion()
237 if (*cmd_match == *ptr) { in _tool_completion()
238 cmd_match ++; in _tool_completion()
247 commands = tool_command_get_commands (user_defined_completion_group, cmd_match); in _tool_completion()
/dports/databases/libgda5-mysql/libgda-5.2.10/tools/cmdtool/
H A Dtool-input.c229 gchar *cmd_match; in _tool_completion() local
231 cmd_match = match; in _tool_completion()
237 if (*cmd_match == *ptr) { in _tool_completion()
238 cmd_match ++; in _tool_completion()
247 commands = tool_command_get_commands (user_defined_completion_group, cmd_match); in _tool_completion()
/dports/databases/libgda5-jdbc/libgda-5.2.10/tools/cmdtool/
H A Dtool-input.c229 gchar *cmd_match; in _tool_completion() local
231 cmd_match = match; in _tool_completion()
237 if (*cmd_match == *ptr) { in _tool_completion()
238 cmd_match ++; in _tool_completion()
247 commands = tool_command_get_commands (user_defined_completion_group, cmd_match); in _tool_completion()
/dports/security/kc24/kc-2.4.2/
H A Dcommands.h18 void cmd_match(const char *);
20 void cmd_match(char *);
H A Dkc.c627 cmd_match(line); in main()
642 cmd_match(const char *e_line) in cmd_match() function
644 cmd_match(char *e_line) in cmd_match()
/dports/mail/py-python-slimta/python-slimta-4.2.1/slimta/smtp/
H A Dio.py192 cmd_match = command_pattern.match(line)
194 if cmd_match:
195 return cmd_match.group(1).upper(), None
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-validation-layers/src/scripts/
H A Dvk_validation_stats.py713 cmd_match = cmd_regex.match(vuid)
714 if cmd_match.group(1) == "End":
718 cmd_name_vector.append(' "vk'+ cmd_match.group(1) + cmd_match.group(2) + '"')
719 cmd_name = cmd_prefix + end + cmd_match.group(2).upper()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/md/
H A Dmd.c3488 if (cmd_match(buf, "none")) in recovery_start_store()
4312 if (cmd_match(buf, "none")) in resync_start_store()
4391 if (cmd_match(word, list[n])) in match_word()
4776 if (cmd_match(buf, "none")) { in metadata_store()
4854 if (cmd_match(page, "idle") || cmd_match(page, "frozen")) { in action_store()
4855 if (cmd_match(page, "frozen")) in action_store()
4871 else if (cmd_match(page, "resync")) in action_store()
4894 if (cmd_match(page, "check")) in action_store()
4896 else if (!cmd_match(page, "repair")) in action_store()
5293 if (cmd_match(buf, "forwards")) in reshape_direction_store()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/md/
H A Dmd.c3488 if (cmd_match(buf, "none")) in recovery_start_store()
4312 if (cmd_match(buf, "none")) in resync_start_store()
4391 if (cmd_match(word, list[n])) in match_word()
4776 if (cmd_match(buf, "none")) { in metadata_store()
4854 if (cmd_match(page, "idle") || cmd_match(page, "frozen")) { in action_store()
4855 if (cmd_match(page, "frozen")) in action_store()
4871 else if (cmd_match(page, "resync")) in action_store()
4894 if (cmd_match(page, "check")) in action_store()
4896 else if (!cmd_match(page, "repair")) in action_store()
5293 if (cmd_match(buf, "forwards")) in reshape_direction_store()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/md/
H A Dmd.c3488 if (cmd_match(buf, "none")) in recovery_start_store()
4312 if (cmd_match(buf, "none")) in resync_start_store()
4391 if (cmd_match(word, list[n])) in match_word()
4776 if (cmd_match(buf, "none")) { in metadata_store()
4854 if (cmd_match(page, "idle") || cmd_match(page, "frozen")) { in action_store()
4855 if (cmd_match(page, "frozen")) in action_store()
4871 else if (cmd_match(page, "resync")) in action_store()
4894 if (cmd_match(page, "check")) in action_store()
4896 else if (!cmd_match(page, "repair")) in action_store()
5293 if (cmd_match(buf, "forwards")) in reshape_direction_store()
[all …]
/dports/textproc/wiggle/wiggle-1.3/demo/
H A Dmd.c1769 } else if (cmd_match(buf, "remove")) { in state_store()
1779 } else if (cmd_match(buf, "writemostly")) { in state_store()
1782 } else if (cmd_match(buf, "-writemostly")) { in state_store()
2326 if (cmd_match(word, list[n])) in match_word()
2582 if (cmd_match(buf, "none")) { in metadata_store()
2589 if (cmd_match(buf, "external")) { in metadata_store()
2643 if (cmd_match(page, "idle")) { in action_store()
2653 else if (cmd_match(page, "resync") || cmd_match(page, "recover")) in action_store()
2655 else if (cmd_match(page, "reshape")) { in action_store()
2663 if (cmd_match(page, "check")) in action_store()
[all …]
/dports/textproc/augeas/augeas-1.12.0/src/
H A Daugrun.c425 static void cmd_match(struct command *cmd) { in cmd_match() function
472 .handler = cmd_match,
/dports/irc/evangeline/evangeline-msa/src/
H A Dcmds.c458 static void cmd_match(struct userrec *u, int idx, char *par) in cmd_match() function
2731 {"match", "to|o", (Function) cmd_match, NULL},
/dports/irc/evangeline/evangeline/src/
H A Dcmds.c458 static void cmd_match(struct userrec *u, int idx, char *par) in cmd_match() function
2731 {"match", "to|o", (Function) cmd_match, NULL},
/dports/irc/eggdrop/eggdrop-1.9.1/src/
H A Dcmds.c551 static void cmd_match(struct userrec *u, int idx, char *par) in cmd_match() function
3261 {"match", "to|o", (IntFunc) cmd_match, NULL},
/dports/x11-wm/qtile/qtile-0.18.1/libqtile/backend/x11/
H A Dwindow.py1836 def cmd_match(self, *args, **kwargs): member in Window
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-smb.c18149 gboolean cmd_match = FALSE;
18158 cmd_match = TRUE;
18161 cmd_match = TRUE;
18165 cmd_match = TRUE;
18169 cmd_match = TRUE;
18173 cmd_match = TRUE;
18176 if ( (si->request) || (!cmd_match) ) {
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-smb.c18149 gboolean cmd_match = FALSE; in dissect_smb() local
18158 cmd_match = TRUE; in dissect_smb()
18161 cmd_match = TRUE; in dissect_smb()
18165 cmd_match = TRUE; in dissect_smb()
18169 cmd_match = TRUE; in dissect_smb()
18173 cmd_match = TRUE; in dissect_smb()
18176 if ( (si->request) || (!cmd_match) ) { in dissect_smb()

12