|
Rizin
unix-like reverse engineering framework and cli tools
|
#include <spp.h>
Public Member Functions | |
| TAG_CALLBACK ((*eof)) | |
| PUT_CALLBACK ((*fputs)) | |
Public Attributes | |
| const char * | name |
| struct Tag ** | tags |
| struct Arg ** | args |
| char * | tag_pre |
| char * | tag_post |
| char * | token |
| char * | multiline |
| int | chop |
| int | tag_begin |
| int | default_echo |
| SppState | state |
| SppBuf | buf |
| Proc::PUT_CALLBACK | ( | * | fputs | ) |
| Proc::TAG_CALLBACK | ( | * | eof | ) |
| struct Arg** Proc::args |
Definition at line 131 of file spp.h.
Referenced by cmd_descs_generate.CmdDesc::__str__(), and cmd_descs_generate.CmdDesc::_validate().
| SppBuf Proc::buf |
Definition at line 142 of file spp.h.
Referenced by spp_io(), and spp_proc_eval().
| int Proc::default_echo |
Definition at line 140 of file spp.h.
Referenced by spp_proc_set().
| const char* Proc::name |
Definition at line 129 of file spp.h.
Referenced by cmd_descs_generate.Arg::__str__(), cmd_descs_generate.Detail::__str__(), cmd_descs_generate.Arg::_get_choices_cname(), cmd_descs_generate.CmdDesc::_validate(), cmd_descs_generate.Detail::get_detail_entries_cname(), test_group_name.GroupTest::run(), spp_help(), spp_proc_set(), cmd_descs_generate.CmdDesc::str_tab(), and winkd_get_process_at().
| SppState Proc::state |
Definition at line 141 of file spp.h.
Referenced by do_fputs(), main(), spp_io(), spp_proc_set(), and spp_run().
| int Proc::tag_begin |
Definition at line 139 of file spp.h.
Referenced by spp_proc_eval().
| char* Proc::tag_post |
Definition at line 135 of file spp.h.
Referenced by spp_proc_eval().
| char* Proc::tag_pre |
Definition at line 134 of file spp.h.
Referenced by spp_proc_eval().
| struct Tag** Proc::tags |
Definition at line 130 of file spp.h.
Referenced by spp_proc_set().
| char* Proc::token |
Definition at line 136 of file spp.h.
Referenced by spp_proc_eval(), and spp_run().