Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Functions | |
RZ_IPI RzCmdStatus | rz_history_list_or_exec_handler (RzCore *core, int argc, const char **argv) |
RZ_IPI RzCmdStatus | rz_history_clear_handler (RzCore *core, int argc, const char **argv) |
RZ_IPI RzCmdStatus | rz_history_save_handler (RzCore *core, int argc, const char **argv) |
RZ_IPI RzCmdStatus rz_history_clear_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv | ||
) |
Definition at line 32 of file cmd_history.c.
References RZ_CMD_STATUS_OK, and rz_line_hist_free().
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_history_list_or_exec_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv | ||
) |
Definition at line 10 of file cmd_history.c.
References argv, cmd, RZ_CMD_STATUS_ERROR, RZ_CMD_STATUS_OK, rz_core_cmd0(), rz_line_hist_get(), rz_line_hist_list(), and RZ_LOG_ERROR.
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_history_save_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv | ||
) |
Definition at line 37 of file cmd_history.c.
References free(), RZ_CMD_STATUS_OK, rz_line_hist_save(), and rz_path_home_history().
Referenced by rzshell_cmddescs_init().