C Cross Referencing & Documentation tool. Version 1.4.
Handle lists of strings.
void AddToStringList ( StringList sl, char* str, int alphalist, int uniqlist )
Prototyped in: | cxref.h | |
Calls: | SafeMalloc() | memory.c |
SafeMallocString() | memory.c | |
SafeRealloc() | memory.c | |
strcmp() | ||
Called by: | CreateAppendix() | xref.c |
CrossReference() | xref.c | |
SeenFunctionProto() | func.c |
void AddToStringList2 ( StringList2 sl, char* str1, char* str2, int alphalist, int uniqlist )
void DeleteStringList ( StringList sl )
Prototyped in: | cxref.h | |
Calls: | SafeFree() | memory.c |
Called by: | DeleteFile() | file.c |
DeleteFunctionType() | func.c | |
main() | cxref.c |
void DeleteStringList2 ( StringList2 sl )
StringList NewStringList ( void )
Prototyped in: | cxref.h | |
Calls: | SafeCalloc() | memory.c |
Called by: | NewFile() | file.c |
NewFunctionType() | func.c | |
main() | cxref.c |
StringList2 NewStringList2 ( void )