RCS Header: /home/amb/CVS/cxref/src/warn-raw.c,v 1.31 2004-01-24 19:20:25 amb Exp
C Cross Referencing & Documentation tool. Version 1.5f.
Writes the raw information and / or warnings out.
Output option.
extern int option_warn
| Defined in: | cxref.c |
Output option.
extern int option_raw
| Defined in: | cxref.c |
Output option.
extern int option_xref
| Defined in: | cxref.c |
Output option.
extern int option_index
| Defined in: | cxref.c |
The name of the current file.
| Used in: | WriteWarnRawDefine() | |
| WriteWarnRawFile() | ||
| WriteWarnRawFilePart() | ||
| WriteWarnRawFunction() | ||
| WriteWarnRawInclude() | ||
| WriteWarnRawStructUnion() | ||
| WriteWarnRawTypedef() | ||
| WriteWarnRawVariable() |
Decide if to copy or skip the next line.
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 | |
Write out a raw version of the appendix.
| Prototyped in: | cxref.h | |
| Calls: | printf() | |
| Called by: | main() | cxref.c |
| References Variables: | option_index | cxref.c |
| option_warn | cxref.c | |
Write the raw / warning output for a complete File structure and all components.
void WriteWarnRawFile ( File file )
The file structure is broken into its components and they are each written out.
| 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 | |
Write a Define structure out.
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 | |
Write a File structure out.
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 | |
Write a Function structure out.
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 | |
Write an Include structure out.
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 | |
Write a structure / union / enum out.
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 | |
Write an Sub-Include structure out.
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 | |
Write a Typedef structure out.
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 | |
Write a Variable structure out.
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 | |