Blender
V3.3
|
#include <text_format.h>
Public Attributes | |
char | fixedbuf [256] |
int | fixedaccum [256] |
char * | buf |
int * | accum |
int | pos |
int | len |
Definition at line 11 of file text_format.h.
int* FlattenString::accum |
Definition at line 16 of file text_format.h.
Referenced by flatten_string(), flatten_string_append(), and flatten_string_free().
char* FlattenString::buf |
Definition at line 15 of file text_format.h.
Referenced by flatten_string(), flatten_string_append(), flatten_string_free(), flatten_string_strlen(), text_convert_whitespace_exec(), txtfmt_lua_format_line(), txtfmt_osl_format_line(), txtfmt_pov_format_line(), txtfmt_pov_ini_format_line(), and txtfmt_py_format_line().
int FlattenString::fixedaccum[256] |
Definition at line 13 of file text_format.h.
Referenced by flatten_string(), and flatten_string_free().
char FlattenString::fixedbuf[256] |
Definition at line 12 of file text_format.h.
Referenced by flatten_string(), flatten_string_append(), and flatten_string_free().
int FlattenString::len |
Definition at line 17 of file text_format.h.
Referenced by flatten_string(), and flatten_string_append().
int FlattenString::pos |
Definition at line 17 of file text_format.h.
Referenced by flatten_string_append(), and flatten_string_strlen().