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

#include <rz_cons.h>

Public Attributes

bool opt
 
size_t args_limit
 
bool quit
 
RzPVector args
 
RzLineCompletionCb run
 
void * run_user
 

Detailed Description

Definition at line 1043 of file rz_cons.h.

Member Data Documentation

◆ args

◆ args_limit

size_t rz_line_comp_t::args_limit

◆ opt

bool rz_line_comp_t::opt

Definition at line 1044 of file rz_cons.h.

Referenced by find_e_opts().

◆ quit

bool rz_line_comp_t::quit

Definition at line 1046 of file rz_cons.h.

Referenced by rz_line_completion_clear(), and rz_line_completion_push().

◆ run

RzLineCompletionCb rz_line_comp_t::run

Definition at line 1048 of file rz_cons.h.

Referenced by rz_core_fgets(), and rz_line_completion_init().

◆ run_user

void* rz_line_comp_t::run_user

Definition at line 1049 of file rz_cons.h.

Referenced by rz_core_fgets(), and rz_line_completion_init().


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