Rizin
unix-like reverse engineering framework and cli tools
rz_line_ns_completion_t Struct Reference

#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...
 

Detailed Description

Autocompletion callback data.

Definition at line 1079 of file rz_cons.h.

Member Data Documentation

◆ run

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().

◆ run_user

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().


The documentation for this struct was generated from the following file: