| /src/external/bsd/kyua-cli/dist/cli/ |
| cmd_help.cpp | 180 const text::table command_table = options_help(command->options()); local 183 std::max(general_table.column_width(0), command_table.column_width(0)); 195 if (!command_table.empty()) { 198 ui->out_table(command_table, formatter, " ");
|
| /src/sbin/canconfig/ |
| canconfig.c | 83 static const struct command command_table[] = { variable in typeref:struct:command 190 for (cmd = command_table; cmd->cmd_keyword != NULL; cmd++) {
|
| /src/sbin/brconfig/ |
| brconfig.c | 100 static const struct command command_table[] = { variable in typeref:struct:command 219 for (cmd = command_table; cmd->cmd_keyword != NULL; cmd++) {
|
| /src/external/gpl2/groff/dist/src/devices/grolj4/ |
| lj4.cpp | 122 } command_table[] = { variable in typeref:struct:__anon9337 134 i < sizeof(command_table)/sizeof(command_table[0]); i++) { 135 if (strcmp(command, command_table[i].s) == 0) { 146 if (n < command_table[i].min) { 149 command, command_table[i].min); 150 n = command_table[i].min; 152 else if (n > command_table[i].max) { 155 command, command_table[i].max); 156 n = command_table[i].max [all...] |
| /src/external/bsd/top/dist/ |
| commands.c | 937 /* forward reference for cmd_help, as it needs to see the command_table */ 941 command command_table[] = { variable 994 c = command_table; 1059 c = command_table;
|
| /src/external/gpl2/groff/dist/src/preproc/refer/ |
| command.cpp | 641 } command_table[] = { variable in typeref:struct:S 762 i < sizeof(command_table)/sizeof(command_table[0]); i++) 763 if (strcmp(name, command_table[i].name) == 0) { 764 if (check_args(command_table[i].arg_types, name, argc, argv)) 765 (*command_table[i].func)(argc, argv);
|
| /src/external/gpl2/texinfo/dist/makeinfo/ |
| cmds.c | 55 COMMAND command_table[] = { variable
|
| /src/external/ibm-public/postfix/dist/src/postscreen/ |
| postscreen_smtpd.c | 750 static const PSC_SMTPD_COMMAND command_table[] = { variable 997 for (cmdp = command_table; cmdp->name != 0; cmdp++) {
|
| /src/external/ibm-public/postfix/dist/src/smtpstone/ |
| smtp-sink.c | 995 static SINK_COMMAND command_table[] = { variable 1020 for (cmdp = command_table; cmdp->name != 0; cmdp++) 1034 for (cmdp = command_table; cmdp->name != 0; cmdp++) 1062 for (cmdp = command_table; cmdp->name != 0; cmdp++) 1236 for (cmdp = command_table; cmdp->name != 0; cmdp++) 1422 if (command_resp(state, command_table, "connect", "") < 0) 1424 else if (command_table->delay == 0) {
|
| /src/external/cddl/osnet/dist/cmd/zpool/ |
| zpool_main.c | 160 static zpool_command_t command_table[] = { variable 195 #define NCOMMAND (sizeof (command_table) / sizeof (command_table[0])) 321 if (command_table[i].name == NULL) 325 get_usage(command_table[i].usage)); 5551 if (command_table[i].name == NULL) 5554 if (strcmp(command, command_table[i].name) == 0) { 5604 current_command = &command_table[i]; 5605 ret = command_table[i].func(argc - 1, argv + 1); 5608 current_command = &command_table[i] [all...] |
| /src/external/cddl/osnet/dist/cmd/zfs/ |
| zfs_main.c | 186 static zfs_command_t command_table[] = { variable 229 #define NCOMMAND (sizeof (command_table) / sizeof (command_table[0])) 438 if (command_table[i].name == NULL) 442 get_usage(command_table[i].usage)); 6914 if (command_table[i].name == NULL) 6917 if (strcmp(command, command_table[i].name) == 0) { 7188 current_command = &command_table[i]; 7189 ret = command_table[i].func(argc - 1, argv + 1); 7192 current_command = &command_table[i] [all...] |