Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_cons.h>
Public Attributes | |
RzLineNSCompletionCb | run |
Callback function that is called when autocompletion is required. (e.g. TAB is pressed) More... | |
void * | run_user |
User data that can be passed to the callback. More... | |
RzLineNSCompletionCb rz_line_ns_completion_t::run |
Callback function that is called when autocompletion is required. (e.g. TAB is pressed)
Definition at line 1080 of file rz_cons.h.
Referenced by rz_core_fgets().
void* rz_line_ns_completion_t::run_user |
User data that can be passed to the callback.
Definition at line 1081 of file rz_cons.h.
Referenced by rz_core_fgets().