Home
last modified time | relevance | path

Searched refs:command_table (Results 1 – 19 of 19) sorted by relevance

/netbsd/external/gpl2/groff/dist/src/devices/grolj4/
H A Dlj4.cpp122 } command_table[] = { variable
134 i < sizeof(command_table)/sizeof(command_table[0]); i++) { in handle_unknown_font_command()
135 if (strcmp(command, command_table[i].s) == 0) { in handle_unknown_font_command()
146 if (n < command_table[i].min) { in handle_unknown_font_command()
149 command, command_table[i].min); in handle_unknown_font_command()
150 n = command_table[i].min; in handle_unknown_font_command()
152 else if (n > command_table[i].max) { in handle_unknown_font_command()
155 command, command_table[i].max); in handle_unknown_font_command()
156 n = command_table[i].max; in handle_unknown_font_command()
158 this->*command_table[i].ptr = int(n); in handle_unknown_font_command()
/netbsd/external/bsd/kyua-cli/dist/cli/
H A Dcmd_help.cpp180 const text::table command_table = options_help(command->options()); in subcommand_help() local
183 std::max(general_table.column_width(0), command_table.column_width(0)); in subcommand_help()
195 if (!command_table.empty()) { in subcommand_help()
198 ui->out_table(command_table, formatter, " "); in subcommand_help()
/netbsd/external/gpl2/groff/dist/src/preproc/refer/
H A Dcommand.cpp641 } command_table[] = { variable
762 i < sizeof(command_table)/sizeof(command_table[0]); i++) in execute_command()
763 if (strcmp(name, command_table[i].name) == 0) { in execute_command()
764 if (check_args(command_table[i].arg_types, name, argc, argv)) in execute_command()
765 (*command_table[i].func)(argc, argv); in execute_command()
/netbsd/external/ibm-public/postfix/dist/src/smtpstone/
H A Dsmtp-sink.c995 static SINK_COMMAND command_table[] = { variable
1020 for (cmdp = command_table; cmdp->name != 0; cmdp++) in reset_cmd_flags()
1034 for (cmdp = command_table; cmdp->name != 0; cmdp++) in set_cmd_flags()
1062 for (cmdp = command_table; cmdp->name != 0; cmdp++) in set_cmd_delay()
1236 for (cmdp = command_table; cmdp->name != 0; cmdp++) in command_read()
1422 if (command_resp(state, command_table, "connect", "") < 0) in connect_event()
1424 else if (command_table->delay == 0) { in connect_event()
/netbsd/sys/external/bsd/drm2/dist/drm/amd/display/dc/bios/
H A DMakefile26 BIOS = bios_parser.o bios_parser_interface.o bios_parser_helper.o command_table.o command_table_he…
/netbsd/external/bsd/top/dist/
H A Dcommands.c941 command command_table[] = { variable
994 c = command_table; in cmd_help()
1059 c = command_table; in command_process()
/netbsd/external/gpl2/texinfo/dist/makeinfo/
H A Dcmds.h51 extern COMMAND command_table[];
H A Dmakeinfo.c1967 for (i = 0; command_table[i].name; i++) in get_command_entry()
1968 if (strcmp (command_table[i].name, string) == 0) in get_command_entry()
1969 return &command_table[i]; in get_command_entry()
2377 for (i = 0; command_table[i].name; i++) in find_proc_name()
2378 if (proc == command_table[i].proc) in find_proc_name()
2379 return command_table[i].name; in find_proc_name()
H A Dinsertion.c2096 for (i = 0; command_table[i].name; i++) in command_needs_braces()
2098 if (STREQ (command_table[i].name, cmd)) in command_needs_braces()
2099 return command_table[i].argument_in_braces == BRACE_ARGS; in command_needs_braces()
H A Dcmds.c55 COMMAND command_table[] = { variable
/netbsd/sbin/canconfig/
H A Dcanconfig.c83 static const struct command command_table[] = { variable
190 for (cmd = command_table; cmd->cmd_keyword != NULL; cmd++) { in main()
/netbsd/external/cddl/osnet/dist/cmd/zpool/
H A Dzpool_main.c160 static zpool_command_t command_table[] = { variable
195 #define NCOMMAND (sizeof (command_table) / sizeof (command_table[0]))
321 if (command_table[i].name == NULL) in usage()
325 get_usage(command_table[i].usage)); in usage()
5551 if (command_table[i].name == NULL) in find_command_idx()
5554 if (strcmp(command, command_table[i].name) == 0) { in find_command_idx()
5604 current_command = &command_table[i]; in main()
5605 ret = command_table[i].func(argc - 1, argv + 1); in main()
5608 current_command = &command_table[i]; in main()
5609 ret = command_table[i].func(argc, argv); in main()
/netbsd/sbin/brconfig/
H A Dbrconfig.c99 static const struct command command_table[] = { variable
215 for (cmd = command_table; cmd->cmd_keyword != NULL; cmd++) { in main()
/netbsd/external/ibm-public/postfix/dist/src/postscreen/
H A Dpostscreen_smtpd.c750 static const PSC_SMTPD_COMMAND command_table[] = { variable
995 for (cmdp = command_table; cmdp->name != 0; cmdp++) { in psc_smtpd_read_event()
/netbsd/external/cddl/osnet/dist/cmd/zfs/
H A Dzfs_main.c186 static zfs_command_t command_table[] = { variable
229 #define NCOMMAND (sizeof (command_table) / sizeof (command_table[0]))
438 if (command_table[i].name == NULL) in usage()
442 get_usage(command_table[i].usage)); in usage()
6914 if (command_table[i].name == NULL) in find_command_idx()
6917 if (strcmp(command, command_table[i].name) == 0) { in find_command_idx()
7188 current_command = &command_table[i]; in main()
7189 ret = command_table[i].func(argc - 1, argv + 1); in main()
7192 current_command = &command_table[i]; in main()
7193 ret = command_table[i].func(argc, argv); in main()
/netbsd/external/gpl2/texinfo/dist/
H A DChangeLog176 (command_table): add it.
196 * makeinfo/cmds.c (command_table): add euro.
570 * makeinfo/cmds.c (command_table): Add @slanted, not @s.
600 * makeinfo/cmds.c (command_table): Add @s.
831 (command_table): make "url" a synonym for "uref".
2828 (command_table): use it for @comma.
2874 * makeinfo/makeinfo.c (command_table): add them.
3294 (command_table): use it for @:.
3831 * cmds.c (command_table): new commands @deftypecv, @deftypecvx.
H A DChangeLog.46273 * makeinfo/cmds.c (command_table): add "firstparagraphindent"
287 * makeinfo/cmds.c (command_table): add "indent" (as cm_indent).
294 * makeinfo/cmds.c (command_table): fix @novalidate definition.
423 * makeinfo/cmds.c (command_table): add "/" (as cm_no_op).
1886 * makeinfo/cmds.c (command_table): new command copyrighttext.
1946 * makeinfo/cmds.c (command_table): \\ -> insert_self.
4738 (command_table): call cm_documentencoding instead of no-op.
5907 (command_table): Use cm_accent and MAYBE_BRACE_ARGS for all accents.
/netbsd/external/gpl2/groff/dist/
H A DChangeLog2100 src/preproc/refer/command.cpp (command_table),
H A DChangeLog.115828 * refer/command.cc (command_table): Likewise.