Home
last modified time | relevance | path

Searched refs:clish_command__get_action (Results 1 – 7 of 7) sorted by path

/dports/shells/klish/klish-2.1.4/clish/
H A Dcommand.h55 clish_action_t *clish_command__get_action(const clish_command_t *instance);
/dports/shells/klish/klish-2.1.4/clish/command/
H A Dcommand.c246 clish_action_t *clish_command__get_action(const clish_command_t *this) in clish_command__get_action() function
/dports/shells/klish/klish-2.1.4/clish/shell/
H A Dshell_execute.c127 clish_context__set_action(context, clish_command__get_action(cmd)); in clish_shell_execute()
H A Dshell_startup.c33 clish_command__get_action(this->startup)); in clish_shell_startup()
H A Dshell_wdog.c59 clish_command__get_action(this->wdog)); in clish_shell_wdog()
H A Dshell_xml.c849 action = clish_command__get_action((clish_command_t *)parent); in process_action()
/dports/shells/klish/klish-2.1.4/clish/view/
H A Dview.c202 clish_action_t *action = clish_command__get_action(result); in clish_view_resolve_command()