Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Functions | |
static char * | spp_var_get (char *var) |
static int | spp_var_set (const char *var, const char *val) |
static | TAG_CALLBACK (spp_set) |
static | TAG_CALLBACK (spp_get) |
static | TAG_CALLBACK (spp_getrandom) |
static | TAG_CALLBACK (spp_add) |
static | TAG_CALLBACK (spp_sub) |
static | TAG_CALLBACK (spp_trace) |
static | TAG_CALLBACK (spp_echo) |
static | TAG_CALLBACK (spp_error) |
static | TAG_CALLBACK (spp_warning) |
static | TAG_CALLBACK (spp_system) |
static | TAG_CALLBACK (spp_include) |
static | TAG_CALLBACK (spp_if) |
static | TAG_CALLBACK (spp_ifeq) |
static | TAG_CALLBACK (spp_hex) |
static | TAG_CALLBACK (spp_grepline) |
static | TAG_CALLBACK (spp_else) |
static | TAG_CALLBACK (spp_ifnot) |
static | TAG_CALLBACK (spp_ifin) |
static | TAG_CALLBACK (spp_endif) |
static | TAG_CALLBACK (spp_default) |
static | TAG_CALLBACK (spp_pipe) |
static | TAG_CALLBACK (spp_switch) |
static | TAG_CALLBACK (spp_case) |
static | TAG_CALLBACK (spp_endswitch) |
static | TAG_CALLBACK (spp_endpipe) |
static | PUT_CALLBACK (spp_fputs) |
static | ARG_CALLBACK (spp_arg_i) |
static | ARG_CALLBACK (spp_arg_d) |
Variables | |
static char * | spp_switch_str = NULL |
static struct Tag | spp_tags [] |
static struct Arg | spp_args [] |
DLL_LOCAL struct Proc | spp_proc |
|
static |
Definition at line 433 of file spp.h.
References eq, and spp_var_set().
|
static |
Definition at line 428 of file spp.h.
References rz_sys_setenv().
|
static |
Definition at line 387 of file spp.h.
References out, and out_printf().
|
static |
Definition at line 10 of file spp.h.
References rz_sys_getenv().
Referenced by TAG_CALLBACK().
Definition at line 14 of file spp.h.
References rz_sys_setenv(), and val.
Referenced by ARG_CALLBACK(), and TAG_CALLBACK().
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 356 of file spp.h.
References free(), len, malloc(), NULL, out, out_printf(), realloc(), and cmd_descs_generate::str.
|
static |
Definition at line 350 of file spp.h.
References free(), NULL, and spp_switch_str.
|
static |
|
static |
|
static |
|
static |
Definition at line 253 of file spp.h.
References b, fd, benchmark::FILE, setup::line, out, and out_printf().
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 187 of file spp.h.
References b, free(), getenv(), out, p, realloc(), spp_file(), and strdup().
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 175 of file spp.h.
References free(), out, out_printf(), and cmd_descs_generate::str.
|
static |
|
static |
|
static |
|
static |
Definition at line 333 of file spp.h.
Referenced by TAG_CALLBACK().
|
static |