Definition at line 1509 of file blobtoxy.c.
Data Fields | |
| int | init |
| init flag, true when initialized | |
| int | count |
| counts formatted elements | |
| int | linebreak |
| when to add newline to output | |
| void * | mode |
| mode, see PATH_* defines | |
| strbuf | sb |
| string buffer for result | |
|
|
counts formatted elements
Definition at line 1511 of file blobtoxy.c. Referenced by blt_vec_step(), common_path_finalize(), and common_path_step(). |
|
|
init flag, true when initialized
Definition at line 1510 of file blobtoxy.c. Referenced by blt_vec_step(), common_path_finalize(), and common_path_step(). |
|
|
when to add newline to output
Definition at line 1512 of file blobtoxy.c. Referenced by common_path_step(). |
|
|
mode, see PATH_* defines
Definition at line 1513 of file blobtoxy.c. Referenced by blt_vec_step(), common_path_finalize(), and common_path_step(). |
|
|
string buffer for result
Definition at line 1514 of file blobtoxy.c. Referenced by blt_vec_step(), common_path_finalize(), and common_path_step(). |