C Cross Referencing & Documentation tool. Version 1.5f.
Writes the raw information and / or warnings out.
extern int option_warn
Defined in: | cxref.c |
option_raw
Output option.
extern int option_raw
Defined in: | cxref.c |
option_xref
Output option.
extern int option_xref
Defined in: | cxref.c |
option_index
Output option.
extern int option_index
Defined in: | cxref.c |
Used in: | WriteWarnRawDefine() |
WriteWarnRawFile() | |
WriteWarnRawFilePart() | |
WriteWarnRawFunction() | |
WriteWarnRawInclude() | |
WriteWarnRawStructUnion() | |
WriteWarnRawTypedef() | |
WriteWarnRawVariable() |
int CopyOrSkip ( char* string, char* type, int* copy, int* skip )
Prototyped in: | cxref.h | |
Calls: | strncmp() | |
Called by: | html() | html.c |
latex() | latex.c | |
rtf() | rtf.c | |
sgml() | sgml.c |
Prototyped in: | cxref.h | |
Calls: | printf() | |
Called by: | main() | cxref.c |
References Variables: | option_index | cxref.c |
option_warn | cxref.c |
void WriteWarnRawFile ( File file )
Prototyped in: | cxref.h | |
Calls: | WriteWarnRawDefine() | warn-raw.c |
WriteWarnRawFilePart() | warn-raw.c | |
WriteWarnRawFunction() | warn-raw.c | |
WriteWarnRawInclude() | warn-raw.c | |
WriteWarnRawTypedef() | warn-raw.c | |
WriteWarnRawVariable() | warn-raw.c | |
printf() | ||
Called by: | main() | cxref.c |
References Variables: | filename | warn-raw.c |
option_raw | cxref.c |
static void WriteWarnRawDefine ( Define def )
Prototyped in: | warn-raw.c | |
Calls: | printf() | |
Called by: | WriteWarnRawFile() | warn-raw.c |
References Variables: | filename | warn-raw.c |
option_raw | cxref.c | |
option_warn | cxref.c |
static void WriteWarnRawFilePart ( File file )
Prototyped in: | warn-raw.c | |
Calls: | printf(), strcmp(), strlen() | |
Called by: | WriteWarnRawFile() | warn-raw.c |
References Variables: | filename | warn-raw.c |
option_raw | cxref.c | |
option_warn | cxref.c | |
option_xref | cxref.c |
static void WriteWarnRawFunction ( Function func )
Prototyped in: | warn-raw.c | |
Calls: | printf(), strcmp(), strncmp() | |
Called by: | WriteWarnRawFile() | warn-raw.c |
References Variables: | filename | warn-raw.c |
option_raw | cxref.c | |
option_warn | cxref.c | |
option_xref | cxref.c |
static void WriteWarnRawInclude ( Include inc )
Prototyped in: | warn-raw.c | |
Calls: | WriteWarnRawSubInclude() | warn-raw.c |
printf() | ||
Called by: | WriteWarnRawFile() | warn-raw.c |
References Variables: | filename | warn-raw.c |
option_raw | cxref.c | |
option_warn | cxref.c |
static void WriteWarnRawStructUnion ( StructUnion su, int depth, StructUnion base )
Prototyped in: | warn-raw.c | |
Calls: | WriteWarnRawStructUnion() | warn-raw.c |
printf(), strstr() | ||
Called by: | WriteWarnRawStructUnion() | warn-raw.c |
WriteWarnRawTypedef() | warn-raw.c | |
References Variables: | filename | warn-raw.c |
option_raw | cxref.c | |
option_warn | cxref.c |
static void WriteWarnRawSubInclude ( Include inc, int depth )
Prototyped in: | warn-raw.c | |
Calls: | WriteWarnRawSubInclude() | warn-raw.c |
printf() | ||
Called by: | WriteWarnRawInclude() | warn-raw.c |
WriteWarnRawSubInclude() | warn-raw.c |
static void WriteWarnRawTypedef ( Typedef type )
Prototyped in: | warn-raw.c | |
Calls: | WriteWarnRawStructUnion() | warn-raw.c |
printf() | ||
Called by: | WriteWarnRawFile() | warn-raw.c |
References Variables: | filename | warn-raw.c |
option_raw | cxref.c | |
option_warn | cxref.c |
static void WriteWarnRawVariable ( Variable var )
Prototyped in: | warn-raw.c | |
Calls: | printf(), strcmp() | |
Called by: | WriteWarnRawFile() | warn-raw.c |
References Variables: | filename | warn-raw.c |
option_raw | cxref.c | |
option_warn | cxref.c | |
option_xref | cxref.c |