| /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,
|
| /xsrc/external/mit/libdrm/dist/tegra/ |
| job.c | 44 struct drm_tegra_submit_cmd *commands, *command; local 47 size = (job->num_commands + 1) * sizeof(*commands); 49 commands = realloc(job->commands, size); 50 if (!commands) 53 command = &commands[job->num_commands]; 58 job->commands = commands; 90 if (job->commands) 91 free(job->commands); [all...] |
| /xsrc/external/mit/mesa-demos/dist/src/egl/openvg/trivial/ |
| coord.c | 16 VGubyte commands[] = {VG_MOVE_TO_ABS, VG_LINE_TO_ABS, VG_LINE_TO_ABS, VG_LINE_TO_ABS, local 39 vgAppendPathData(path, 8, commands, coords);
|
| gradorigin.c | 18 VGubyte commands[5] = {VG_MOVE_TO_ABS, VG_LINE_TO_ABS, VG_LINE_TO_ABS, VG_LINE_TO_ABS, VG_CLOSE_PATH}; local 43 vgAppendPathData(path, 5, commands, coords);
|
| path3.c | 33 VGubyte commands[4] = {VG_MOVE_TO_ABS, VG_LCWARC_TO_ABS, VG_SCWARC_TO_ABS, VG_CLOSE_PATH}; local 35 VGubyte commands[4] = {VG_MOVE_TO_ABS, VG_SCCWARC_TO_ABS, VG_LCCWARC_TO_ABS,VG_CLOSE_PATH}; local 61 vgAppendPathData(path, 4, commands, coords);
|
| /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...] |
| /xsrc/external/mit/MesaLib/dist/src/vulkan/overlay-layer/ |
| mesa-overlay-control.py | 197 commands = parser.add_subparsers(help='commands to run', dest='cmd') variable 198 commands.add_parser('start-capture') 199 commands.add_parser('stop-capture')
|
| /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...] |
| /xsrc/external/mit/xsm/dist/ |
| saveutil.c | 205 /* Read commands for non-session aware clients */ 309 char *commands; 365 XtNstring, &commands, 368 p = c = commands; 386 p = c = commands; 305 char *commands; local
|
| /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/external/ibm-public/postfix/dist/src/global/ |
| dict_sqlite_test.c | 79 static void create_and_populate_db(char *dbpath, const char *commands) 93 * TODO(wietse) Open the database file, prepare and execute commands to 96 if (commands) { 97 msg_fatal("commands are not yet supported"); 128 const char *commands; /* commands or null */ member in struct:TEST_CASE 154 create_and_populate_db(dbpath, tp->commands);
|