Graphviz 13.0.0~dev.20241220.2304
|
Data Fields | |
char * | cmdName |
FILE * | outFile |
char * | program |
int | useFile |
compflags_t | compflags |
int | readAhead |
char ** | inFiles |
int | argc |
char ** | argv |
int | state |
int | verbose |
int options::argc |
Definition at line 72 of file gvpr.c.
Referenced by gvpr_core().
char** options::argv |
Definition at line 73 of file gvpr.c.
Referenced by gvpr_core().
compflags_t options::compflags |
Definition at line 69 of file gvpr.c.
Referenced by gvpr_core().
char** options::inFiles |
Definition at line 71 of file gvpr.c.
Referenced by gvpr_core().
FILE* options::outFile |
Definition at line 66 of file gvpr.c.
Referenced by gvpr(), and gvpr_core().
char* options::program |
Definition at line 67 of file gvpr.c.
Referenced by gvpr_core().
int options::readAhead |
Definition at line 70 of file gvpr.c.
Referenced by gvpr_core().
int options::state |
Definition at line 74 of file gvpr.c.
Referenced by gvpr_core().
int options::useFile |
Definition at line 68 of file gvpr.c.
Referenced by gvpr_core().
int options::verbose |
Definition at line 75 of file gvpr.c.
Referenced by gvpr_core().