Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_core.h>
Go to the source code of this file.
Functions | |
RZ_API RzCmdStatus | rz_core_parser_plugin_print (RzParsePlugin *plugin, RzCmdStateOutput *state) |
RZ_API RzCmdStatus | rz_core_parser_plugins_print (RzParse *parser, RzCmdStateOutput *state) |
RZ_API RzCmdStatus rz_core_parser_plugin_print | ( | RzParsePlugin * | plugin, |
RzCmdStateOutput * | state | ||
) |
Definition at line 6 of file cparser.c.
References rz_parse_plugin_t::name, pj_end(), pj_ks(), pj_o(), RZ_CMD_STATUS_NONEXISTINGCMD, RZ_CMD_STATUS_OK, rz_cons_printf(), RZ_OUTPUT_MODE_JSON, RZ_OUTPUT_MODE_STANDARD, and rz_warn_if_reached.
Referenced by rz_core_parser_plugins_print().
RZ_API RzCmdStatus rz_core_parser_plugins_print | ( | RzParse * | parser, |
RzCmdStateOutput * | state | ||
) |
Definition at line 27 of file cparser.c.
References cmd_descs_generate::parser, rz_cmd_state_output_array_end(), rz_cmd_state_output_array_start(), RZ_CMD_STATUS_ERROR, RZ_CMD_STATUS_OK, and rz_core_parser_plugin_print().
Referenced by rz_plugins_parser_print_handler().