Home
last modified time | relevance | path

Searched refs:cmd_list (Results 1 – 25 of 31) sorted by relevance

12

/netbsd/external/gpl3/gdb/dist/gdb/testsuite/lib/
H A Dvalgrind.exp28 set cmd_list [list]
29 lappend cmd_list "valgrind"
31 lappend cmd_list "--vgdb-error=0"
33 lappend cmd_list $binfile
34 set cmd [join $cmd_list]
/netbsd/external/gpl3/gdb.old/dist/gdb/testsuite/lib/
H A Dvalgrind.exp28 set cmd_list [list]
29 lappend cmd_list "valgrind"
31 lappend cmd_list "--vgdb-error=0"
33 lappend cmd_list $binfile
34 set cmd [join $cmd_list]
/netbsd/external/bsd/tmux/dist/
H A Dcmd.c582 struct cmd_list *
585 struct cmd_list *cmdlist; in cmd_list_new()
605 cmd_list_append_all(struct cmd_list *cmdlist, struct cmd_list *from) in cmd_list_append_all()
616 cmd_list_move(struct cmd_list *cmdlist, struct cmd_list *from) in cmd_list_move()
624 cmd_list_free(struct cmd_list *cmdlist) in cmd_list_free()
640 struct cmd_list *
644 struct cmd_list *new_cmdlist; in cmd_list_copy()
672 cmd_list_print(struct cmd_list *cmdlist, int escaped) in cmd_list_print()
712 cmd_list_first(struct cmd_list *cmdlist) in cmd_list_first()
726 cmd_list_all_have(struct cmd_list *cmdlist, int flag) in cmd_list_all_have()
[all …]
H A Dtmux.h1482 struct cmd_list *cmdlist;
1536 struct cmd_list { struct
1557 struct cmd_list *cmdlist; argument
1878 struct cmd_list *cmdlist;
1906 struct cmd_list *cmdlist;
2439 struct cmd_list *cmd_list_new(void);
2440 struct cmd_list *cmd_list_copy(struct cmd_list *, int, char **);
2442 void cmd_list_append_all(struct cmd_list *, struct cmd_list *);
2443 void cmd_list_move(struct cmd_list *, struct cmd_list *);
2444 void cmd_list_free(struct cmd_list *);
[all …]
H A Dcmd-if-shell.c82 struct cmd_list *cmdlist; in cmd_if_shell_exec()
144 struct cmd_list *cmdlist; in cmd_if_shell_callback()
H A Darguments.c52 struct cmd_list *cmdlist;
668 struct cmd_list *
674 struct cmd_list *cmdlist; in args_make_commands_now()
735 struct cmd_list *
H A Dnotify.c39 struct cmd_list *cmdlist, struct cmdq_state *state) in notify_insert_one_hook()
63 struct cmd_list *cmdlist; in notify_insert_hook()
H A Dcmd-confirm-before.c53 struct cmd_list *cmdlist;
H A Dcmd-queue.c61 struct cmd_list *cmdlist;
368 struct cmd_list *cmdlist; in cmdq_insert_hook()
492 cmdq_get_command(struct cmd_list *cmdlist, struct cmdq_state *state) in cmdq_get_command()
H A Dcmd-parse.y55 struct cmd_list *cmdlist;
97 struct cmd_list *);
589 cmd_parse_print_commands(struct cmd_parse_input *pi, struct cmd_list *cmdlist) in cmd_parse_print_commands()
861 struct cmd_list *current = NULL, *result; in cmd_parse_build_commands()
H A Dcmd-command-prompt.c175 struct cmd_list *cmdlist; in cmd_command_prompt_callback()
H A Dcmd-run-shell.c176 struct cmd_list *cmdlist; in cmd_run_shell_timer()
H A Dcmd-display-panes.c229 struct cmd_list *cmdlist; in cmd_display_panes_key()
H A Dkey-bindings.c186 struct cmd_list *cmdlist) in key_bindings_add()
/netbsd/external/bsd/kyua-cli/dist/cli/
H A Dcmd_list.cpp126 cli::cmd_list::cmd_list(void) : in cmd_list() function in cli::cmd_list
144 cli::cmd_list::run(cmdline::ui* ui, const cmdline::parsed_cmdline& cmdline, in run()
H A Dcmd_list.hpp62 class cmd_list : public cli_command class
65 cmd_list(void);
H A Dmain.cpp167 commands.insert(new cli::cmd_list(), "Workspace"); in safe_main()
/netbsd/sys/dev/ic/
H A Dsiopvar.h110 TAILQ_HEAD(cmd_list, siop_cmd);
120 struct cmd_list free_list; /* cmd descr free list */
H A Desiopvar.h77 TAILQ_HEAD(cmd_list, esiop_cmd);
141 struct cmd_list free_list; /* cmd descr free list */
/netbsd/external/gpl3/gdb/dist/gdb/python/
H A Dpy-cmd.c442 struct cmd_list_element **cmd_list; in cmdpy_init() local
482 cmd_name = gdbpy_parse_command_name (name, &cmd_list, &cmdlist); in cmdpy_init()
552 pfx_name, allow_unknown, cmd_list); in cmdpy_init()
556 docstring, cmd_list); in cmdpy_init()
/netbsd/external/gpl3/gdb.old/dist/gdb/python/
H A Dpy-cmd.c442 struct cmd_list_element **cmd_list; in cmdpy_init() local
482 cmd_name = gdbpy_parse_command_name (name, &cmd_list, &cmdlist); in cmdpy_init()
552 pfx_name, allow_unknown, cmd_list); in cmdpy_init()
556 docstring, cmd_list); in cmdpy_init()
/netbsd/usr.sbin/pcictl/
H A Dpcictl.c78 static void cmd_list(int, char *[]);
86 cmd_list,
171 cmd_list(int argc, char *argv[]) in cmd_list() function
/netbsd/external/gpl3/gdb/dist/gdb/guile/
H A Dscm-cmd.c747 struct cmd_list_element **cmd_list; in gdbscm_register_command_x() local
754 &cmd_list, &cmdlist); in gdbscm_register_command_x()
769 c_smob->name, allow_unknown, cmd_list); in gdbscm_register_command_x()
774 c_smob->doc, cmd_list); in gdbscm_register_command_x()
/netbsd/external/gpl3/gdb.old/dist/gdb/guile/
H A Dscm-cmd.c747 struct cmd_list_element **cmd_list; in gdbscm_register_command_x() local
754 &cmd_list, &cmdlist); in gdbscm_register_command_x()
769 c_smob->name, allow_unknown, cmd_list); in gdbscm_register_command_x()
774 c_smob->doc, cmd_list); in gdbscm_register_command_x()
/netbsd/external/bsd/kyua-cli/lib/cli/
H A DMakefile19 cmd_list.cpp \

12