RCS Header: /home/amb/CVS/cxref/src/file.c,v 1.10 1997-05-17 15:06:01 amb Exp
C Cross Referencing & Documentation tool. Version 1.4.
Sets up the top level File structure.
To control the debugging in this file.
This contains the File that is currently being documented to allow the other functions access to it.
extern File CurFile
Defined in: | cxref.c |
Deletes a file structure.
This is required to go through each of the elements in the File structure and delete each of them in turn.
Creates a new File structure.
Prototyped in: | cxref.h | |
Calls: | NewStringList() | slist.c |
NewStringList2() | slist.c | |
SafeCalloc() | memory.c | |
SafeMallocString() | memory.c | |
Called by: | main() | cxref.c |
Called when a file comment has been seen. Only the first of multiple comments in a file are used.
void SeenFileComment ( char* comment )
Prototyped in: | cxref.h | |
Calls: | SafeMallocString() | memory.c |
Called by: | SeenComment() | comment.c |
References Variables: | CurFile | cxref.c |