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

Group together some common options used by string escaping functions. More...

#include <rz_str.h>

Public Attributes

bool show_asciidot
 When true, dots . are placed instead of unprintable characters. More...
 
bool esc_bslash
 When true, backslashes \ are quoted with \\ More...
 
bool esc_double_quotes
 When true, double quotes "</tt> are quoted with <tt>\\" More...
 
bool dot_nl
 When true,
is converted into the graphiz-compatible newline \l. More...
 

Detailed Description

Group together some common options used by string escaping functions.

Definition at line 39 of file rz_str.h.

Member Data Documentation

◆ dot_nl

bool RzStrEscOptions::dot_nl

When true,
is converted into the graphiz-compatible newline \l.

Definition at line 43 of file rz_str.h.

Referenced by rz_str_byte_escape(), rz_str_escape(), rz_str_escape_dot(), rz_str_escape_utf(), and rz_type_byte_escape().

◆ esc_bslash

◆ esc_double_quotes

◆ show_asciidot


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