Home
last modified time | relevance | path

Searched refs:cmd_table (Results 1 – 11 of 11) sorted by relevance

/NextBSD/contrib/subversion/subversion/include/
HDsvn_opt.h251 const svn_opt_subcommand_desc2_t *cmd_table,
267 const svn_opt_subcommand_desc_t *cmd_table,
714 const svn_opt_subcommand_desc2_t *cmd_table,
734 const svn_opt_subcommand_desc2_t *cmd_table,
755 const svn_opt_subcommand_desc2_t *cmd_table,
774 const svn_opt_subcommand_desc_t *cmd_table,
/NextBSD/sys/ddb/
HDdb_command.c183 struct command_table *cmd_table, int dopager);
323 db_command(struct command **last_cmdp, struct command_table *cmd_table, in db_command() argument
355 while (cmd_table) { in db_command()
357 cmd_table, in db_command()
369 db_cmd_list(cmd_table); in db_command()
375 if ((cmd_table = cmd->more) != NULL) { in db_command()
378 db_cmd_list(cmd_table); in db_command()
/NextBSD/contrib/subversion/subversion/svnfsfs/
HDsvnfsfs.c154 static const svn_opt_subcommand_desc2_t cmd_table[] = variable
244 header, cmd_table, options_table, NULL, NULL, in subcommand__help()
364 subcommand = svn_opt_get_canonical_subcommand2(cmd_table, "help"); in sub_main()
395 subcommand = svn_opt_get_canonical_subcommand2(cmd_table, first_arg); in sub_main()
/NextBSD/contrib/subversion/subversion/libsvn_subr/
HDdeprecated.c530 const svn_opt_subcommand_desc2_t *cmd_table, in svn_opt_print_help3() argument
543 cmd_table, in svn_opt_print_help3()
557 const svn_opt_subcommand_desc2_t *cmd_table, in svn_opt_print_help2() argument
569 cmd_table, in svn_opt_print_help2()
583 const svn_opt_subcommand_desc_t *cmd_table, in svn_opt_print_help() argument
600 cmd_table, option_table, pool); in svn_opt_print_help()
611 cmd_table, in svn_opt_print_help()
625 const svn_opt_subcommand_desc_t *cmd_table, in svn_opt_print_generic_help() argument
637 while (cmd_table[i].name) in svn_opt_print_generic_help()
640 || (err = print_command_info(cmd_table + i, opt_table, FALSE, in svn_opt_print_generic_help()
HDopt.c355 const svn_opt_subcommand_desc2_t *cmd_table, in svn_opt_print_generic_help2() argument
367 while (cmd_table[i].name) in svn_opt_print_generic_help2()
370 || (err = print_command_info2(cmd_table + i, opt_table, in svn_opt_print_generic_help2()
1193 const svn_opt_subcommand_desc2_t *cmd_table, in svn_opt_print_help4() argument
1211 cmd_table, option_table, in svn_opt_print_help4()
1223 cmd_table, in svn_opt_print_help4()
/NextBSD/sys/dev/drm2/radeon/
HDatom.c626 if (U16(ctx->ctx->cmd_table + 4 + 2 * idx)) in atom_op_calltable()
1158 int base = CU16(ctx->cmd_table + 4 + 2 * index); in atom_execute_table_locked()
1284 ctx->cmd_table = CU16(base + ATOM_ROM_CMD_PTR); in atom_parse()
1318 if (!CU16(ctx->cmd_table + 4 + 2 * ATOM_CMD_INIT)) in atom_asic_init()
1327 if (CU16(ctx->cmd_table + 4 + 2 * ATOM_CMD_SPDFANCNTL)) in atom_asic_init()
1365 int idx = CU16(ctx->cmd_table + offset); in atom_parse_cmd_header()
1366 u16 *mct = (u16 *)((char *)ctx->bios + ctx->cmd_table + 4); in atom_parse_cmd_header()
HDatom.h131 uint32_t cmd_table, data_table; member
/NextBSD/lib/libc/db/test/btree.tests/
HDmain.c49 typedef struct cmd_table { struct
55 } cmd_table; argument
85 cmd_table commands[] = {
/NextBSD/contrib/subversion/subversion/svndumpfilter/
HDsvndumpfilter.c1010 static const svn_opt_subcommand_desc2_t cmd_table[] = variable
1119 NULL, header, cmd_table, options_table, in subcommand_help()
1433 subcommand = svn_opt_get_canonical_subcommand2(cmd_table, "help"); in sub_main()
1465 subcommand = svn_opt_get_canonical_subcommand2(cmd_table, first_arg); in sub_main()
/NextBSD/contrib/subversion/subversion/svnlook/
HDsvnlook.c208 static const svn_opt_subcommand_desc2_t cmd_table[] = variable
2255 header, cmd_table, options_table, NULL, in subcommand_help()
2652 subcommand = svn_opt_get_canonical_subcommand2(cmd_table, "help"); in sub_main()
2684 subcommand = svn_opt_get_canonical_subcommand2(cmd_table, first_arg); in sub_main()
/NextBSD/contrib/subversion/subversion/svnadmin/
HDsvnadmin.c343 static const svn_opt_subcommand_desc2_t cmd_table[] = variable
1332 header, cmd_table, options_table, NULL, NULL, in subcommand_help()
2678 subcommand = svn_opt_get_canonical_subcommand2(cmd_table, "help"); in sub_main()
2709 subcommand = svn_opt_get_canonical_subcommand2(cmd_table, first_arg); in sub_main()