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

#include <rz_cmd.h>

Public Attributes

int argc
 
char ** argv
 
bool has_space_after_cmd
 
char * extra
 Extra data that is neither a command name nor an argument (e.g. command modifiers/specifiers, table queries, etc.) More...
 

Detailed Description

argc/argv data created from parsing the input command string.

Definition at line 116 of file rz_cmd.h.

Member Data Documentation

◆ argc

int rz_cmd_parsed_args_t::argc

Definition at line 117 of file rz_cmd.h.

Referenced by DEFINE_HANDLE_TS_FCN_AND_SYMBOL(), and rz_cmd_parsed_args_new().

◆ argv

char** rz_cmd_parsed_args_t::argv

Definition at line 118 of file rz_cmd.h.

Referenced by rz_cmd_parsed_args_new().

◆ extra

char* rz_cmd_parsed_args_t::extra

Extra data that is neither a command name nor an argument (e.g. command modifiers/specifiers, table queries, etc.)

Definition at line 120 of file rz_cmd.h.

Referenced by DEFINE_HANDLE_TS_FCN_AND_SYMBOL().

◆ has_space_after_cmd

bool rz_cmd_parsed_args_t::has_space_after_cmd

Definition at line 119 of file rz_cmd.h.

Referenced by DEFINE_HANDLE_TS_FCN_AND_SYMBOL(), and rz_cmd_parsed_args_new().


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