Home
last modified time | relevance | path

Searched refs:substitute_cmd (Results 1 – 7 of 7) sorted by relevance

/dports/misc/vifm/vifm-0.11/tests/cmds/
H A Dcommand_name.c13 static int substitute_cmd(const cmd_info_t *cmd_info);
34 .handler = &substitute_cmd, .min_args = 0, .max_args = 3, },
61 substitute_cmd(const cmd_info_t *cmd_info) in substitute_cmd() function
H A Dinput.c22 static int substitute_cmd(const cmd_info_t* cmd_info);
66 .handler = &substitute_cmd, .min_args = 0, .max_args = 3, },
189 substitute_cmd(const cmd_info_t* cmd_info) in substitute_cmd() function
/dports/x11-wm/herbstluftwm/herbstluftwm-0.9.2/src/
H A Dmetacommands.h46 int substitute_cmd(Input input, Output output);
H A Dmain.cpp206 {"substitute", { meta_commands, &MetaCommands::substitute_cmd, in commands()
H A Dmetacommands.cpp155 int MetaCommands::substitute_cmd(Input input, Output output) in substitute_cmd() function in MetaCommands
/dports/devel/radare2/radare2-5.1.1/libr/core/
H A Dcmd.c5006 TSNode substitute_cmd; member
5102 ut32 command_start = ts_node_start_byte (state->substitute_cmd); in DEFINE_IS_TS_FCN_AND_SYMBOL()
5103 TSPoint command_point = ts_node_start_point (state->substitute_cmd); in DEFINE_IS_TS_FCN_AND_SYMBOL()
5105 e->old_text = ts_node_sub_parent_string (state->substitute_cmd, arg, state->input); in DEFINE_IS_TS_FCN_AND_SYMBOL()
5160 char *inn_str = ts_node_sub_parent_string (state->substitute_cmd, inn_cmd, state->input); in do_handle_substitution_cmd()
5338 state->substitute_cmd = command; in substitute_args_init()
5339 state->input = ts_node_sub_string (state->substitute_cmd, state->input); in substitute_args_init()
/dports/misc/vifm/vifm-0.11/src/
H A Dcmd_handlers.c274 static int substitute_cmd(const cmd_info_t *cmd_info);
800 .handler = &substitute_cmd, .min_args = 0, .max_args = 3, },
4064 substitute_cmd(const cmd_info_t *cmd_info) in substitute_cmd() function