| /src/tests/lib/libcurses/slave/ |
| command_table.h | 44 * Curses commands 46 struct command_def commands[] = { variable in typeref:struct:command_def 431 size_t ncmds = sizeof(commands) / sizeof(struct command_def);
|
| /src/external/gpl2/lvm2/dist/tools/ |
| lvm2cmdline.h | 25 struct command *commands; member in struct:cmdline_context
|
| /src/sys/arch/ia64/stand/ia64/ski/ |
| main.c | 44 struct bootblk_command commands[] = { variable in typeref:struct:bootblk_command
|
| /src/external/gpl2/gmake/dist/ |
| commands.h | 1 /* Definition of data structures describing shell commands for GNU Make. 19 /* Structure that gives the commands to make a file 20 and information about where these commands came from. */ 22 struct commands struct 24 struct floc fileinfo; /* Where commands were defined. */ 25 char *commands; /* Commands text. */ member in struct:commands 27 char **command_lines; /* Commands chopped up into lines. */ 39 extern void print_commands PARAMS ((struct commands *cmds)); 41 extern void chop_commands PARAMS ((struct commands *cmds)) [all...] |
| rule.h | 28 struct commands *cmds; /* Commands to execute. */ 36 char *target, *dep, *commands; member in struct:pspec 59 struct commands *commands,
|
| /src/usr.bin/sdpquery/ |
| sdpquery.c | 66 } commands[] = { variable in typeref:struct:command 143 for (cmd = commands ; cmd->command != NULL; cmd++) { 172 "Commands:\n"); 174 for (cmd = commands ; cmd->command != NULL ; cmd++)
|
| /src/external/apache2/llvm/dist/clang/utils/hmaptool/ |
| hmaptool | 274 commands = dict((name[7:].replace("_","-"), f) variable 282 print ("Available commands:", file=sys.stderr) 283 cmds_width = max(map(len, commands)) 284 for name,func in sorted(commands.items()): 289 if len(sys.argv) < 2 or sys.argv[1] not in commands: 293 commands[cmd](cmd, sys.argv[2:])
|
| /src/external/bsd/kyua-cli/dist/cli/ |
| main.cpp | 158 cmdline::commands_map< cli::cli_command > commands; local 160 commands.insert(new cli::cmd_about()); 161 commands.insert(new cli::cmd_config()); 162 commands.insert(new cli::cmd_db_exec()); 163 commands.insert(new cli::cmd_db_migrate()); 164 commands.insert(new cli::cmd_help(&options, &commands)); 166 commands.insert(new cli::cmd_debug(), "Workspace"); 167 commands.insert(new cli::cmd_list(), "Workspace"); 168 commands.insert(new cli::cmd_test(), "Workspace") [all...] |
| /src/external/bsd/kyua-cli/dist/utils/cmdline/ |
| commands_map_test.cpp | 82 cmdline::commands_map< cmdline::base_command_no_data > commands; local 83 ATF_REQUIRE(commands.empty()); 84 ATF_REQUIRE(commands.begin() == commands.end()); 91 cmdline::commands_map< cmdline::base_command_no_data > commands; local 93 commands.insert(cmd1); 95 commands.insert(cmd2, "foo"); 97 ATF_REQUIRE(!commands.empty()); 100 iter = commands.begin(); 110 ATF_REQUIRE(++iter == commands.end()) 117 cmdline::commands_map< cmdline::base_command_no_data > commands; local 131 cmdline::commands_map< cmdline::base_command_no_data > commands; local [all...] |
| /src/external/apache2/llvm/dist/clang/utils/perf-training/ |
| perf-helper.py | 397 commands = {'clean' : clean, variable 404 f = commands[sys.argv[1]]
|
| /src/sys/arch/i386/stand/pxeboot/ |
| main.c | 70 const struct bootblk_command commands[] = { variable in typeref:struct:bootblk_command 200 printf("commands are:\n"
|
| /src/external/apache2/mDNSResponder/dist/mDNSShared/ |
| dnsextd_parser.y | 136 commands: label 138 commands command SEMICOLON
|
| /src/external/bsd/tmux/dist/ |
| cmd-parse.y | 54 struct cmd_parse_commands *commands; 83 struct cmd_parse_commands *commands; 109 struct cmd_parse_commands *commands; 111 struct cmd_parse_commands *commands; 128 %type <commands> argument_statements statements statement 129 %type <commands> commands condition condition1 139 ps->commands = $1; 174 | commands 330 cmd_parse_free_commands($4.commands); 386 commands : command label [all...] |
| /src/bin/mt/ |
| mt.c | 69 struct commands { struct 79 static const struct commands com[] = { 116 const struct commands *cp, *comp;
|
| /src/distrib/utils/more/ |
| command.c | 329 * Accept and execute commands until a quit command, then return. 332 commands() function
|
| /src/external/gpl3/gdb/dist/readline/readline/examples/ |
| fileman.c | 83 /* A structure which contains information on the commands this program 92 COMMAND commands[] = { variable 210 for (i = 0; commands[i].name; i++) 211 if (strcmp (name, commands[i].name) == 0) 212 return (&commands[i]); 305 while (name = commands[list_index].name) 319 /* FileMan Commands */ 324 commands. */ 400 /* Print out help for ARG, or for all of the commands if ARG is 409 for (i = 0; commands[i].name; i++ [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/cli/ |
| cli-style.c | 262 set_show_commands commands; local 264 commands = add_setshow_enum_cmd 273 commands.set->set_context (this); 274 commands.show->set_context (this); 276 commands = add_setshow_enum_cmd 285 commands.set->set_context (this); 286 commands.show->set_context (this); 290 commands = add_setshow_enum_cmd 299 commands.set->set_context (this); 300 commands.show->set_context (this) [all...] |
| /src/external/gpl3/gdb.old/dist/readline/readline/examples/ |
| fileman.c | 83 /* A structure which contains information on the commands this program 92 COMMAND commands[] = { variable 210 for (i = 0; commands[i].name; i++) 211 if (strcmp (name, commands[i].name) == 0) 212 return (&commands[i]); 305 while (name = commands[list_index].name) 319 /* FileMan Commands */ 324 commands. */ 400 /* Print out help for ARG, or for all of the commands if ARG is 409 for (i = 0; commands[i].name; i++ [all...] |
| /src/bin/chio/ |
| chio.c | 90 /* Valid commands. */ 91 const struct changer_command commands[] = { variable in typeref:struct:changer_command 175 for (i = 0; commands[i].cc_name != NULL; ++i) 176 if (strcmp(*argv, commands[i].cc_name) == 0) 178 if (commands[i].cc_name == NULL) 184 exit((*commands[i].cc_handler)(commands[i].cc_name, argc, argv)); 721 * We have 3 sub-commands: "load", "unload", and "abort". The 852 for (i = 0; commands[i].cc_name != NULL; i++) 853 (void)fprintf(stderr, "\t%s%s\n", commands[i].cc_name [all...] |
| /src/sbin/dmctl/ |
| dmctl.c | 88 static struct command commands[] = { variable in typeref:struct:command 181 for (i = 0; commands[i].cmd_name != NULL; i++) 182 if (strcmp(cmdname, commands[i].cmd_name) == 0) 185 if (commands[i].cmd_name == NULL) 188 if (commands[i].ioctl_cmd_name != NULL) 189 cmdname = commands[i].ioctl_cmd_name; 191 if (oargc != commands[i].min_args) { 193 "command: %s specified\n", commands[i].cmd_name); 204 (*commands[i].cmd_func)(argc, argv, task); 545 "Available commands are:\n ", getprogname()) [all...] |
| /src/sys/arch/hpcmips/stand/lcboot/ |
| main.c | 152 static struct bootmenu_command commands[] = { variable in typeref:struct:bootmenu_command 406 printf("commands are:\n" 849 for (i = 0; commands[i].c_name != NULL; i++) { 850 if (strcmp(cmd, commands[i].c_name) == 0) { 851 commands[i].c_fn(opt); 855 if (commands[i].c_name == NULL) {
|
| /src/sys/arch/i386/stand/boot/ |
| boot2.c | 145 const struct bootblk_command commands[] = { variable in typeref:struct:bootblk_command 416 printf("commands are:\n"
|
| /src/sys/arch/i386/stand/dosboot/ |
| main.c | 70 const struct bootblk_command commands[] = { variable in typeref:struct:bootblk_command 207 printf("dosboot [-u] [-c <commands>] [-i] [filename [-bootopts]]\n"); 276 printf("commands are:\n"
|
| /src/sys/arch/ia64/stand/ia64/efi/ |
| main.c | 624 struct bootblk_command commands[] = { variable in typeref:struct:bootblk_command
|
| /src/sys/external/bsd/drm2/dist/drm/qxl/ |
| qxl_ioctl.c | 166 DRM_DEBUG("Only draw commands in execbuffers\n"); 295 struct drm_qxl_command __user *commands = local 296 u64_to_user_ptr(execbuffer->commands); 298 if (copy_from_user(&user_cmd, commands + cmd_num,
|