Home
last modified time | relevance | path

Searched defs:cli_command (Results 1 – 18 of 18) sorted by relevance

/dports/sysutils/py-salt/salt-3004.1/tests/unit/modules/
H A Dtest_jboss7.py57 def cli_command_response(jboss_config, cli_command): argument
74 def cli_command_response(jboss_config, cli_command, fail_on_error=False): argument
110 def cli_command_response(jboss_config, cli_command, fail_on_error=False): argument
133 def cli_command_response(jboss_config, cli_command, fail_on_error=False): argument
156 def cli_command_response(jboss_config, cli_command, fail_on_error=False): argument
179 def cli_command_response(jboss_config, cli_command, fail_on_error=False): argument
202 def cli_command_response(jboss_config, cli_command): argument
240 def cli_command_response(jboss_config, cli_command, fail_on_error=False): argument
/dports/sysutils/syslinux/syslinux-6.03/com32/include/
H A Dcli.h8 struct cli_command { struct
9 struct list_head list;
10 char *command;
/dports/devel/libcli/libcli-1.9.6/
H A Dlibcli.h76 struct cli_command { struct
83 struct cli_command *next; argument
84 struct cli_command *children; argument
85 struct cli_command *parent; argument
/dports/graphics/aloadimage/arcan-0.6.1/src/frameserver/terminal/default/
H A Dcli_builtin.h43 struct cli_command { struct
48 /* expect for the first argument, this follows the structure of tui cli_command argument
50 int (*cli_command)(struct cli_state* state, argument
/dports/sysutils/acfgfs/arcan-0.6.1/src/frameserver/terminal/default/
H A Dcli_builtin.h43 struct cli_command { struct
48 /* expect for the first argument, this follows the structure of tui cli_command argument
50 int (*cli_command)(struct cli_state* state, member
/dports/x11/aclip/arcan-0.6.1/src/frameserver/terminal/default/
H A Dcli_parse.c43 size_t pos = 0;
44 work[0] = '\0';
45 *esc_ind = -1;
47 for (size_t i = 0; i < len - 1; i++){
50 /* first backslash outside of a postprocessing scope, consume on use */
/dports/x11/arcan-trayicon/arcan-0.6.1/src/frameserver/terminal/default/
H A Dcli_builtin.h43 struct cli_command { struct
48 /* expect for the first argument, this follows the structure of tui cli_command argument
50 int (*cli_command)(struct cli_state* state, member
/dports/devel/kyua/kyua-0.13/cli/
H A Dcommon.hpp67 typedef utils::cmdline::base_command< utils::config::tree > cli_command; typedef
/dports/security/py-certbot/certbot-1.22.0/certbot/_internal/cli/
H A Dcli_constants.py2 cli_command = "certbot" variable
/dports/net/bird2/bird-2.0.8/nest/
H A Dcli.c256 cli_command(struct cli *c) in cli_command() function
/dports/net/bird/bird-1.6.8/nest/
H A Dcli.c255 cli_command(struct cli *c) in cli_command() function
/dports/graphics/aloadimage/arcan-0.6.1/src/shmif/
H A Darcan_tui.h542 int (*cli_command)(struct tui_context*, member
/dports/sysutils/acfgfs/arcan-0.6.1/src/shmif/
H A Darcan_tui.h542 int (*cli_command)(struct tui_context*, member
/dports/x11/aclip/arcan-0.6.1/src/shmif/
H A Darcan_tui.h542 int (*cli_command)(struct tui_context*, member
/dports/x11/arcan-trayicon/arcan-0.6.1/src/shmif/
H A Darcan_tui.h542 int (*cli_command)(struct tui_context*, member
/dports/devel/avr-gdb/gdb-7.3.1/gdb/mi/
H A Dmi-main.c2145 mi_execute_async_cli_command (char *cli_command, char **argv, int argc) in mi_execute_async_cli_command()
/dports/devel/gdb761/gdb-7.6.1/gdb/mi/
H A Dmi-main.c2188 mi_execute_async_cli_command (char *cli_command, char **argv, int argc) in mi_execute_async_cli_command()
/dports/devel/gdb/gdb-11.1/gdb/mi/
H A Dmi-main.c2128 mi_execute_async_cli_command (const char *cli_command, char **argv, int argc) in mi_execute_async_cli_command()