!_TAG_FILE_FORMAT	2	/extended format; --format=1 will not append ;" to lines/
!_TAG_FILE_SORTED	1	/0=unsorted, 1=sorted, 2=foldcase/
!_TAG_PROGRAM_AUTHOR	Darren Hiebert	/dhiebert@users.sourceforge.net/
!_TAG_PROGRAM_NAME	Exuberant Ctags	//
!_TAG_PROGRAM_URL	http://ctags.sourceforge.net	/official site/
!_TAG_PROGRAM_VERSION	5.7	//
ALGN	./MemoryManagement/symtab.c	40;"	d	file:
ALGN	./UNOModule/symtab.c	40;"	d	file:
ALGN_SZE	./MemoryManagement/heap.h	24;"	d
ALGN_SZE	./UNOModule/heap.h	24;"	d
ALIAS	./MemoryManagement/dtags.h	22;"	d
ALIAS	./UNOModule/dtags.h	22;"	d
ALIGNOF	./MemoryManagement/c_gram.c	/^     ALIGNOF = 355,$/;"	e	enum:yytokentype	file:
ALIGNOF	./MemoryManagement/c_gram.c	276;"	d	file:
ALIGNOF	./MemoryManagement/c_gram.h	/^     ALIGNOF = 355,$/;"	e	enum:yytokentype
ALIGNOF	./MemoryManagement/c_gram.h	249;"	d
ALIGNOF	./UNOModule/c_gram.c	/^     ALIGNOF = 355,$/;"	e	enum:yytokentype	file:
ALIGNOF	./UNOModule/c_gram.c	276;"	d	file:
ALIGNOF	./UNOModule/c_gram.h	/^     ALIGNOF = 355,$/;"	e	enum:yytokentype
ALIGNOF	./UNOModule/c_gram.h	249;"	d
AND	./MemoryManagement/c_gram.c	/^     AND = 337,$/;"	e	enum:yytokentype	file:
AND	./MemoryManagement/c_gram.c	258;"	d	file:
AND	./MemoryManagement/c_gram.h	/^     AND = 337,$/;"	e	enum:yytokentype
AND	./MemoryManagement/c_gram.h	231;"	d
AND	./UNOModule/c_gram.c	/^     AND = 337,$/;"	e	enum:yytokentype	file:
AND	./UNOModule/c_gram.c	258;"	d	file:
AND	./UNOModule/c_gram.h	/^     AND = 337,$/;"	e	enum:yytokentype
AND	./UNOModule/c_gram.h	231;"	d
ANY	./MemoryManagement/dtags.h	36;"	d
ANY	./UNOModule/dtags.h	36;"	d
ARGUMENT	./UNOLexer/uno.h	/^typedef struct Argument ARGUMENT;$/;"	t	typeref:struct:Argument
ARRAY_DECL	./MemoryManagement/dtags.h	23;"	d
ARRAY_DECL	./UNOModule/dtags.h	23;"	d
ARROW	./MemoryManagement/c_gram.c	/^     ARROW = 364$/;"	e	enum:yytokentype	file:
ARROW	./MemoryManagement/c_gram.c	285;"	d	file:
ARROW	./MemoryManagement/c_gram.h	/^     ARROW = 364$/;"	e	enum:yytokentype
ARROW	./MemoryManagement/c_gram.h	258;"	d
ARROW	./UNOModule/c_gram.c	/^     ARROW = 364$/;"	e	enum:yytokentype	file:
ARROW	./UNOModule/c_gram.c	285;"	d	file:
ARROW	./UNOModule/c_gram.h	/^     ARROW = 364$/;"	e	enum:yytokentype
ARROW	./UNOModule/c_gram.h	258;"	d
ASSIGN	./MemoryManagement/c_gram.c	/^     ASSIGN = 331,$/;"	e	enum:yytokentype	file:
ASSIGN	./MemoryManagement/c_gram.c	252;"	d	file:
ASSIGN	./MemoryManagement/c_gram.h	/^     ASSIGN = 331,$/;"	e	enum:yytokentype
ASSIGN	./MemoryManagement/c_gram.h	225;"	d
ASSIGN	./UNOModule/c_gram.c	/^     ASSIGN = 331,$/;"	e	enum:yytokentype	file:
ASSIGN	./UNOModule/c_gram.c	252;"	d	file:
ASSIGN	./UNOModule/c_gram.h	/^     ASSIGN = 331,$/;"	e	enum:yytokentype
ASSIGN	./UNOModule/c_gram.h	225;"	d
AT	./MemoryManagement/c_gram.c	/^     AT = 325,$/;"	e	enum:yytokentype	file:
AT	./MemoryManagement/c_gram.c	246;"	d	file:
AT	./MemoryManagement/c_gram.h	/^     AT = 325,$/;"	e	enum:yytokentype
AT	./MemoryManagement/c_gram.h	219;"	d
AT	./UNOModule/c_gram.c	/^     AT = 325,$/;"	e	enum:yytokentype	file:
AT	./UNOModule/c_gram.c	246;"	d	file:
AT	./UNOModule/c_gram.h	/^     AT = 325,$/;"	e	enum:yytokentype
AT	./UNOModule/c_gram.h	219;"	d
AUTO	./MemoryManagement/c_gram.c	/^     AUTO = 269,$/;"	e	enum:yytokentype	file:
AUTO	./MemoryManagement/c_gram.c	190;"	d	file:
AUTO	./MemoryManagement/c_gram.h	/^     AUTO = 269,$/;"	e	enum:yytokentype
AUTO	./MemoryManagement/c_gram.h	163;"	d
AUTO	./UNOModule/c_gram.c	/^     AUTO = 269,$/;"	e	enum:yytokentype	file:
AUTO	./UNOModule/c_gram.c	190;"	d	file:
AUTO	./UNOModule/c_gram.h	/^     AUTO = 269,$/;"	e	enum:yytokentype
AUTO	./UNOModule/c_gram.h	163;"	d
AddAnalysisResult	./MemoryManagement/AnalysisResultManager.cpp	/^void PAnalysisResultManager::AddAnalysisResult( char* pBuffer, int nLength )$/;"	f	class:PAnalysisResultManager
AddAnalysisResult	./UNOModule/AnalysisResultManager.cpp	/^void PAnalysisResultManager::AddAnalysisResult( char* pBuffer, int nLength )$/;"	f	class:PAnalysisResultManager
AddChildNode	./ModuleGraph.h	/^	bool AddChildNode ( CModuleNode* pNewChildNode )$/;"	f	class:CModuleNode
AddTail	./MemoryManagement/PBuffer.cpp	/^void PBuffer::AddTail( char* pBuffer, int nLength )$/;"	f	class:PBuffer
AddTail	./UNOModule/PBuffer.cpp	/^void PBuffer::AddTail( char* pBuffer, int nLength )$/;"	f	class:PBuffer
Add_track	./MemoryManagement/uno_generic.c	68;"	d	file:
Add_track	./UNOModule/uno_generic.c	68;"	d	file:
Any_track	./MemoryManagement/uno_generic.c	74;"	d	file:
Any_track	./UNOModule/uno_generic.c	74;"	d	file:
ArBound	./MemoryManagement/dflow.h	/^struct ArBound {$/;"	s
ArBound	./MemoryManagement/dflow.h	/^typedef struct ArBound	ArBound;$/;"	t	typeref:struct:ArBound
ArBound	./UNOModule/dflow.h	/^struct ArBound {$/;"	s
ArBound	./UNOModule/dflow.h	/^typedef struct ArBound	ArBound;$/;"	t	typeref:struct:ArBound
ArList	./MemoryManagement/dflow.h	/^struct ArList {$/;"	s
ArList	./MemoryManagement/dflow.h	/^typedef struct ArList	ArList;$/;"	t	typeref:struct:ArList
ArList	./UNOModule/dflow.h	/^struct ArList {$/;"	s
ArList	./UNOModule/dflow.h	/^typedef struct ArList	ArList;$/;"	t	typeref:struct:ArList
ArSize	./MemoryManagement/dflow.h	/^struct ArSize {$/;"	s
ArSize	./MemoryManagement/dflow.h	/^typedef struct ArSize	ArSize;$/;"	t	typeref:struct:ArSize
ArSize	./UNOModule/dflow.h	/^struct ArSize {$/;"	s
ArSize	./UNOModule/dflow.h	/^typedef struct ArSize	ArSize;$/;"	t	typeref:struct:ArSize
Arc	./MemoryManagement/uno_fcts.h	/^struct Arc {$/;"	s
Arc	./MemoryManagement/uno_fcts.h	/^typedef struct Arc	Arc;$/;"	t	typeref:struct:Arc
Arc	./UNOModule/uno_fcts.h	/^struct Arc {$/;"	s
Arc	./UNOModule/uno_fcts.h	/^typedef struct Arc	Arc;$/;"	t	typeref:struct:Arc
Argument	./UNOLexer/uno.h	/^struct Argument$/;"	s
BACKQUOTE	./MemoryManagement/c_gram.c	/^     BACKQUOTE = 324,$/;"	e	enum:yytokentype	file:
BACKQUOTE	./MemoryManagement/c_gram.c	245;"	d	file:
BACKQUOTE	./MemoryManagement/c_gram.h	/^     BACKQUOTE = 324,$/;"	e	enum:yytokentype
BACKQUOTE	./MemoryManagement/c_gram.h	218;"	d
BACKQUOTE	./UNOModule/c_gram.c	/^     BACKQUOTE = 324,$/;"	e	enum:yytokentype	file:
BACKQUOTE	./UNOModule/c_gram.c	245;"	d	file:
BACKQUOTE	./UNOModule/c_gram.h	/^     BACKQUOTE = 324,$/;"	e	enum:yytokentype
BACKQUOTE	./UNOModule/c_gram.h	218;"	d
BEGIN	./MemoryManagement/lexer.c	125;"	d	file:
BEGIN	./UNOModule/lexer.c	125;"	d	file:
BEGIN_PP	./MemoryManagement/lexer.c	2863;"	d	file:
BEGIN_PP	./MemoryManagement/lexer.c	2864;"	d	file:
BEGIN_PP	./UNOModule/lexer.c	2863;"	d	file:
BEGIN_PP	./UNOModule/lexer.c	2864;"	d	file:
BFct	./MemoryManagement/uno_fcts.h	/^struct BFct {$/;"	s
BFct	./MemoryManagement/uno_fcts.h	/^typedef struct BFct	BFct;$/;"	t	typeref:struct:BFct
BFct	./UNOModule/uno_fcts.h	/^struct BFct {$/;"	s
BFct	./UNOModule/uno_fcts.h	/^typedef struct BFct	BFct;$/;"	t	typeref:struct:BFct
BINDIR	./ImproperInitialization/uno.h	11;"	d
BINDIR	./ImproperInitialization/uno.h	13;"	d
BINDIR	./MemoryManagement/uno.h	11;"	d
BINDIR	./MemoryManagement/uno.h	13;"	d
BINDIR	./OutOfBoundAccess/uno.h	11;"	d
BINDIR	./OutOfBoundAccess/uno.h	13;"	d
BINDIR	./UNOLexer/uno.h	11;"	d
BINDIR	./UNOLexer/uno.h	13;"	d
BINDIR	./UNOModule/uno.h	11;"	d
BINDIR	./UNOModule/uno.h	13;"	d
BITS_IN_int	./MemoryManagement/nmetab.c	18;"	d	file:
BITS_IN_int	./UNOModule/nmetab.c	18;"	d	file:
BLOCK_SCOPE	./MemoryManagement/symtab.h	69;"	d
BLOCK_SCOPE	./UNOModule/symtab.h	69;"	d
BREAK	./MemoryManagement/c_gram.c	/^     BREAK = 270,$/;"	e	enum:yytokentype	file:
BREAK	./MemoryManagement/c_gram.c	191;"	d	file:
BREAK	./MemoryManagement/c_gram.h	/^     BREAK = 270,$/;"	e	enum:yytokentype
BREAK	./MemoryManagement/c_gram.h	164;"	d
BREAK	./UNOModule/c_gram.c	/^     BREAK = 270,$/;"	e	enum:yytokentype	file:
BREAK	./UNOModule/c_gram.c	191;"	d	file:
BREAK	./UNOModule/c_gram.h	/^     BREAK = 270,$/;"	e	enum:yytokentype
BREAK	./UNOModule/c_gram.h	164;"	d
BSIZE	./ImproperInitialization/uno.h	35;"	d
BSIZE	./MemoryManagement/uno.h	31;"	d
BSIZE	./OutOfBoundAccess/uno.h	35;"	d
BSIZE	./UNOLexer/uno.h	33;"	d
BSIZE	./UNOModule/uno.h	35;"	d
BSym	./MemoryManagement/uno_fcts.h	/^struct BSym {$/;"	s
BSym	./MemoryManagement/uno_fcts.h	/^typedef struct BSym	BSym;$/;"	t	typeref:struct:BSym
BSym	./UNOModule/uno_fcts.h	/^struct BSym {$/;"	s
BSym	./UNOModule/uno_fcts.h	/^typedef struct BSym	BSym;$/;"	t	typeref:struct:BSym
B_AND	./MemoryManagement/c_gram.c	/^     B_AND = 340,$/;"	e	enum:yytokentype	file:
B_AND	./MemoryManagement/c_gram.c	261;"	d	file:
B_AND	./MemoryManagement/c_gram.h	/^     B_AND = 340,$/;"	e	enum:yytokentype
B_AND	./MemoryManagement/c_gram.h	234;"	d
B_AND	./UNOModule/c_gram.c	/^     B_AND = 340,$/;"	e	enum:yytokentype	file:
B_AND	./UNOModule/c_gram.c	261;"	d	file:
B_AND	./UNOModule/c_gram.h	/^     B_AND = 340,$/;"	e	enum:yytokentype
B_AND	./UNOModule/c_gram.h	234;"	d
B_AND_EQ	./MemoryManagement/c_gram.c	/^     B_AND_EQ = 306,$/;"	e	enum:yytokentype	file:
B_AND_EQ	./MemoryManagement/c_gram.c	227;"	d	file:
B_AND_EQ	./MemoryManagement/c_gram.h	/^     B_AND_EQ = 306,$/;"	e	enum:yytokentype
B_AND_EQ	./MemoryManagement/c_gram.h	200;"	d
B_AND_EQ	./UNOModule/c_gram.c	/^     B_AND_EQ = 306,$/;"	e	enum:yytokentype	file:
B_AND_EQ	./UNOModule/c_gram.c	227;"	d	file:
B_AND_EQ	./UNOModule/c_gram.h	/^     B_AND_EQ = 306,$/;"	e	enum:yytokentype
B_AND_EQ	./UNOModule/c_gram.h	200;"	d
B_NOT	./MemoryManagement/c_gram.c	/^     B_NOT = 357,$/;"	e	enum:yytokentype	file:
B_NOT	./MemoryManagement/c_gram.c	278;"	d	file:
B_NOT	./MemoryManagement/c_gram.h	/^     B_NOT = 357,$/;"	e	enum:yytokentype
B_NOT	./MemoryManagement/c_gram.h	251;"	d
B_NOT	./UNOModule/c_gram.c	/^     B_NOT = 357,$/;"	e	enum:yytokentype	file:
B_NOT	./UNOModule/c_gram.c	278;"	d	file:
B_NOT	./UNOModule/c_gram.h	/^     B_NOT = 357,$/;"	e	enum:yytokentype
B_NOT	./UNOModule/c_gram.h	251;"	d
B_NOT_EQ	./MemoryManagement/c_gram.c	/^     B_NOT_EQ = 305,$/;"	e	enum:yytokentype	file:
B_NOT_EQ	./MemoryManagement/c_gram.c	226;"	d	file:
B_NOT_EQ	./MemoryManagement/c_gram.h	/^     B_NOT_EQ = 305,$/;"	e	enum:yytokentype
B_NOT_EQ	./MemoryManagement/c_gram.h	199;"	d
B_NOT_EQ	./UNOModule/c_gram.c	/^     B_NOT_EQ = 305,$/;"	e	enum:yytokentype	file:
B_NOT_EQ	./UNOModule/c_gram.c	226;"	d	file:
B_NOT_EQ	./UNOModule/c_gram.h	/^     B_NOT_EQ = 305,$/;"	e	enum:yytokentype
B_NOT_EQ	./UNOModule/c_gram.h	199;"	d
B_OR	./MemoryManagement/c_gram.c	/^     B_OR = 338,$/;"	e	enum:yytokentype	file:
B_OR	./MemoryManagement/c_gram.c	259;"	d	file:
B_OR	./MemoryManagement/c_gram.h	/^     B_OR = 338,$/;"	e	enum:yytokentype
B_OR	./MemoryManagement/c_gram.h	232;"	d
B_OR	./UNOModule/c_gram.c	/^     B_OR = 338,$/;"	e	enum:yytokentype	file:
B_OR	./UNOModule/c_gram.c	259;"	d	file:
B_OR	./UNOModule/c_gram.h	/^     B_OR = 338,$/;"	e	enum:yytokentype
B_OR	./UNOModule/c_gram.h	232;"	d
B_OR_EQ	./MemoryManagement/c_gram.c	/^     B_OR_EQ = 307,$/;"	e	enum:yytokentype	file:
B_OR_EQ	./MemoryManagement/c_gram.c	228;"	d	file:
B_OR_EQ	./MemoryManagement/c_gram.h	/^     B_OR_EQ = 307,$/;"	e	enum:yytokentype
B_OR_EQ	./MemoryManagement/c_gram.h	201;"	d
B_OR_EQ	./UNOModule/c_gram.c	/^     B_OR_EQ = 307,$/;"	e	enum:yytokentype	file:
B_OR_EQ	./UNOModule/c_gram.c	228;"	d	file:
B_OR_EQ	./UNOModule/c_gram.h	/^     B_OR_EQ = 307,$/;"	e	enum:yytokentype
B_OR_EQ	./UNOModule/c_gram.h	201;"	d
B_XOR	./MemoryManagement/c_gram.c	/^     B_XOR = 339,$/;"	e	enum:yytokentype	file:
B_XOR	./MemoryManagement/c_gram.c	260;"	d	file:
B_XOR	./MemoryManagement/c_gram.h	/^     B_XOR = 339,$/;"	e	enum:yytokentype
B_XOR	./MemoryManagement/c_gram.h	233;"	d
B_XOR	./UNOModule/c_gram.c	/^     B_XOR = 339,$/;"	e	enum:yytokentype	file:
B_XOR	./UNOModule/c_gram.c	260;"	d	file:
B_XOR	./UNOModule/c_gram.h	/^     B_XOR = 339,$/;"	e	enum:yytokentype
B_XOR	./UNOModule/c_gram.h	233;"	d
B_XOR_EQ	./MemoryManagement/c_gram.c	/^     B_XOR_EQ = 308,$/;"	e	enum:yytokentype	file:
B_XOR_EQ	./MemoryManagement/c_gram.c	229;"	d	file:
B_XOR_EQ	./MemoryManagement/c_gram.h	/^     B_XOR_EQ = 308,$/;"	e	enum:yytokentype
B_XOR_EQ	./MemoryManagement/c_gram.h	202;"	d
B_XOR_EQ	./UNOModule/c_gram.c	/^     B_XOR_EQ = 308,$/;"	e	enum:yytokentype	file:
B_XOR_EQ	./UNOModule/c_gram.c	229;"	d	file:
B_XOR_EQ	./UNOModule/c_gram.h	/^     B_XOR_EQ = 308,$/;"	e	enum:yytokentype
B_XOR_EQ	./UNOModule/c_gram.h	202;"	d
Begin	./AnalysisModuleManager.h	/^	inline void Begin()$/;"	f	class:CAnalysisModuleManager
Begin	./ModuleGraph.h	/^	inline void Begin()$/;"	f	class:CModuleGraph
BoundStack	./MemoryManagement/dflow.h	/^struct BoundStack {$/;"	s
BoundStack	./MemoryManagement/dflow.h	/^typedef struct BoundStack BoundStack;$/;"	t	typeref:struct:BoundStack
BoundStack	./UNOModule/dflow.h	/^struct BoundStack {$/;"	s
BoundStack	./UNOModule/dflow.h	/^typedef struct BoundStack BoundStack;$/;"	t	typeref:struct:BoundStack
BufLimit	./MemoryManagement/prnttree.c	17;"	d	file:
BufLimit	./UNOModule/prnttree.c	17;"	d	file:
BuiltinCheck	./MemoryManagement/uno_fcts.c	/^static char *BuiltinCheck[] = {$/;"	v	file:
BuiltinCheck	./UNOModule/uno_fcts.c	/^static char *BuiltinCheck[] = {$/;"	v	file:
CASE	./MemoryManagement/c_gram.c	/^     CASE = 271,$/;"	e	enum:yytokentype	file:
CASE	./MemoryManagement/c_gram.c	192;"	d	file:
CASE	./MemoryManagement/c_gram.h	/^     CASE = 271,$/;"	e	enum:yytokentype
CASE	./MemoryManagement/c_gram.h	165;"	d
CASE	./UNOModule/c_gram.c	/^     CASE = 271,$/;"	e	enum:yytokentype	file:
CASE	./UNOModule/c_gram.c	192;"	d	file:
CASE	./UNOModule/c_gram.h	/^     CASE = 271,$/;"	e	enum:yytokentype
CASE	./UNOModule/c_gram.h	165;"	d
CAST	./MemoryManagement/c_gram.c	/^     CAST = 352,$/;"	e	enum:yytokentype	file:
CAST	./MemoryManagement/c_gram.c	273;"	d	file:
CAST	./MemoryManagement/c_gram.h	/^     CAST = 352,$/;"	e	enum:yytokentype
CAST	./MemoryManagement/c_gram.h	246;"	d
CAST	./UNOModule/c_gram.c	/^     CAST = 352,$/;"	e	enum:yytokentype	file:
CAST	./UNOModule/c_gram.c	273;"	d	file:
CAST	./UNOModule/c_gram.h	/^     CAST = 352,$/;"	e	enum:yytokentype
CAST	./UNOModule/c_gram.h	246;"	d
CAnalysisModuleInfo	./include/AnalysisModuleInterface.h	/^	CAnalysisModuleInfo()$/;"	f	class:CAnalysisModuleInfo
CAnalysisModuleInfo	./include/AnalysisModuleInterface.h	/^class CAnalysisModuleInfo$/;"	c
CAnalysisModuleManager	./AnalysisModuleManager.cpp	/^CAnalysisModuleManager::CAnalysisModuleManager()$/;"	f	class:CAnalysisModuleManager
CAnalysisModuleManager	./AnalysisModuleManager.h	/^class CAnalysisModuleManager  $/;"	c
CAnalysisNotifyInterface	./include/AnalysisModuleInterface.h	/^	CAnalysisNotifyInterface()$/;"	f	class:CAnalysisNotifyInterface
CAnalysisNotifyInterface	./include/AnalysisModuleInterface.h	/^class CAnalysisNotifyInterface$/;"	c
CAnalysisNotifyModule	./AnalysisNotifyModule.h	/^class CAnalysisNotifyModule : public CAnalysisNotifyInterface$/;"	c
CAnalysisResultPin	./include/InOutPin.h	/^	CAnalysisResultPin() : CInOutPinBase()$/;"	f	class:CAnalysisResultPin
CAnalysisResultPin	./include/InOutPin.h	/^class CAnalysisResultPin : public CInOutPinBase$/;"	c
CC	./MemoryManagement/lexer.c	2888;"	d	file:
CC	./UNOModule/lexer.c	2888;"	d	file:
CFLAGS	./ImproperInitialization/Makefile	/^CFLAGS = -fpic$/;"	m
CFLAGS	./MemoryManagement/Makefile	/^CFLAGS = -fpic$/;"	m
CFLAGS	./OutOfBoundAccess/Makefile	/^CFLAGS = -fpic$/;"	m
CFLAGS	./UNOLexer/Makefile	/^CFLAGS = -fpic$/;"	m
CFLAGS	./UNOModule/Makefile	/^CFLAGS = -fpic$/;"	m
CHAR	./MemoryManagement/c_gram.c	/^     CHAR = 272,$/;"	e	enum:yytokentype	file:
CHAR	./MemoryManagement/c_gram.c	193;"	d	file:
CHAR	./MemoryManagement/c_gram.h	/^     CHAR = 272,$/;"	e	enum:yytokentype
CHAR	./MemoryManagement/c_gram.h	166;"	d
CHAR	./UNOModule/c_gram.c	/^     CHAR = 272,$/;"	e	enum:yytokentype	file:
CHAR	./UNOModule/c_gram.c	193;"	d	file:
CHAR	./UNOModule/c_gram.h	/^     CHAR = 272,$/;"	e	enum:yytokentype
CHAR	./UNOModule/c_gram.h	166;"	d
CHAR_CONST	./MemoryManagement/c_gram.c	/^     CHAR_CONST = 263,$/;"	e	enum:yytokentype	file:
CHAR_CONST	./MemoryManagement/c_gram.c	184;"	d	file:
CHAR_CONST	./MemoryManagement/c_gram.h	/^     CHAR_CONST = 263,$/;"	e	enum:yytokentype
CHAR_CONST	./MemoryManagement/c_gram.h	157;"	d
CHAR_CONST	./UNOModule/c_gram.c	/^     CHAR_CONST = 263,$/;"	e	enum:yytokentype	file:
CHAR_CONST	./UNOModule/c_gram.c	184;"	d	file:
CHAR_CONST	./UNOModule/c_gram.h	/^     CHAR_CONST = 263,$/;"	e	enum:yytokentype
CHAR_CONST	./UNOModule/c_gram.h	157;"	d
CHUNK	./MemoryManagement/symtab.c	39;"	d	file:
CHUNK	./UNOModule/symtab.c	39;"	d	file:
CInOutPinBase	./include/InOutPin.h	/^	CInOutPinBase()$/;"	f	class:CInOutPinBase
CInOutPinBase	./include/InOutPin.h	/^class CInOutPinBase$/;"	c
CMMT	./MemoryManagement/lexer.c	2887;"	d	file:
CMMT	./UNOModule/lexer.c	2887;"	d	file:
CModuleGraph	./ModuleGraph.cpp	/^CModuleGraph::CModuleGraph()$/;"	f	class:CModuleGraph
CModuleGraph	./ModuleGraph.h	/^class CModuleGraph : public CModuleRelayInterface$/;"	c
CModuleInfo	./ModuleGraph.h	/^	CModuleInfo() : CAnalysisModuleInfo()$/;"	f	class:CModuleInfo
CModuleInfo	./ModuleGraph.h	/^class CModuleInfo : public CAnalysisModuleInfo$/;"	c
CModuleNode	./ModuleGraph.h	/^	CModuleNode()$/;"	f	class:CModuleNode
CModuleNode	./ModuleGraph.h	/^class CModuleNode$/;"	c
CModuleRelayInterface	./include/AnalysisModuleInterface.h	/^	CModuleRelayInterface()$/;"	f	class:CModuleRelayInterface
CModuleRelayInterface	./include/AnalysisModuleInterface.h	/^class CModuleRelayInterface$/;"	c
CModuleTrackingInterface	./ModuleGraph.h	/^	CModuleTrackingInterface()$/;"	f	class:CModuleTrackingInterface
CModuleTrackingInterface	./ModuleGraph.h	/^class CModuleTrackingInterface$/;"	c
CNotifyProcessState	./include/AnalysisModuleInterface.h	/^	CNotifyProcessState()$/;"	f	class:CNotifyProcessState
CNotifyProcessState	./include/AnalysisModuleInterface.h	/^class CNotifyProcessState$/;"	c
COLON	./MemoryManagement/c_gram.c	/^     COLON = 334,$/;"	e	enum:yytokentype	file:
COLON	./MemoryManagement/c_gram.c	255;"	d	file:
COLON	./MemoryManagement/c_gram.h	/^     COLON = 334,$/;"	e	enum:yytokentype
COLON	./MemoryManagement/c_gram.h	228;"	d
COLON	./UNOModule/c_gram.c	/^     COLON = 334,$/;"	e	enum:yytokentype	file:
COLON	./UNOModule/c_gram.c	255;"	d	file:
COLON	./UNOModule/c_gram.h	/^     COLON = 334,$/;"	e	enum:yytokentype
COLON	./UNOModule/c_gram.h	228;"	d
COMMA	./MemoryManagement/c_gram.c	/^     COMMA = 320,$/;"	e	enum:yytokentype	file:
COMMA	./MemoryManagement/c_gram.c	241;"	d	file:
COMMA	./MemoryManagement/c_gram.h	/^     COMMA = 320,$/;"	e	enum:yytokentype
COMMA	./MemoryManagement/c_gram.h	214;"	d
COMMA	./UNOModule/c_gram.c	/^     COMMA = 320,$/;"	e	enum:yytokentype	file:
COMMA	./UNOModule/c_gram.c	241;"	d	file:
COMMA	./UNOModule/c_gram.h	/^     COMMA = 320,$/;"	e	enum:yytokentype
COMMA	./UNOModule/c_gram.h	214;"	d
COMMA_OP	./MemoryManagement/c_gram.c	/^     COMMA_OP = 330,$/;"	e	enum:yytokentype	file:
COMMA_OP	./MemoryManagement/c_gram.c	251;"	d	file:
COMMA_OP	./MemoryManagement/c_gram.h	/^     COMMA_OP = 330,$/;"	e	enum:yytokentype
COMMA_OP	./MemoryManagement/c_gram.h	224;"	d
COMMA_OP	./UNOModule/c_gram.c	/^     COMMA_OP = 330,$/;"	e	enum:yytokentype	file:
COMMA_OP	./UNOModule/c_gram.c	251;"	d	file:
COMMA_OP	./UNOModule/c_gram.h	/^     COMMA_OP = 330,$/;"	e	enum:yytokentype
COMMA_OP	./UNOModule/c_gram.h	224;"	d
COMMA_SEP	./MemoryManagement/c_gram.c	/^     COMMA_SEP = 333,$/;"	e	enum:yytokentype	file:
COMMA_SEP	./MemoryManagement/c_gram.c	254;"	d	file:
COMMA_SEP	./MemoryManagement/c_gram.h	/^     COMMA_SEP = 333,$/;"	e	enum:yytokentype
COMMA_SEP	./MemoryManagement/c_gram.h	227;"	d
COMMA_SEP	./UNOModule/c_gram.c	/^     COMMA_SEP = 333,$/;"	e	enum:yytokentype	file:
COMMA_SEP	./UNOModule/c_gram.c	254;"	d	file:
COMMA_SEP	./UNOModule/c_gram.h	/^     COMMA_SEP = 333,$/;"	e	enum:yytokentype
COMMA_SEP	./UNOModule/c_gram.h	227;"	d
COMMENT	./MemoryManagement/c_gram.c	/^     COMMENT = 266,$/;"	e	enum:yytokentype	file:
COMMENT	./MemoryManagement/c_gram.c	187;"	d	file:
COMMENT	./MemoryManagement/c_gram.h	/^     COMMENT = 266,$/;"	e	enum:yytokentype
COMMENT	./MemoryManagement/c_gram.h	160;"	d
COMMENT	./UNOModule/c_gram.c	/^     COMMENT = 266,$/;"	e	enum:yytokentype	file:
COMMENT	./UNOModule/c_gram.c	187;"	d	file:
COMMENT	./UNOModule/c_gram.h	/^     COMMENT = 266,$/;"	e	enum:yytokentype
COMMENT	./UNOModule/c_gram.h	160;"	d
COMP_ARITH	./MemoryManagement/c_gram.c	/^     COMP_ARITH = 344,$/;"	e	enum:yytokentype	file:
COMP_ARITH	./MemoryManagement/c_gram.c	265;"	d	file:
COMP_ARITH	./MemoryManagement/c_gram.h	/^     COMP_ARITH = 344,$/;"	e	enum:yytokentype
COMP_ARITH	./MemoryManagement/c_gram.h	238;"	d
COMP_ARITH	./UNOModule/c_gram.c	/^     COMP_ARITH = 344,$/;"	e	enum:yytokentype	file:
COMP_ARITH	./UNOModule/c_gram.c	265;"	d	file:
COMP_ARITH	./UNOModule/c_gram.h	/^     COMP_ARITH = 344,$/;"	e	enum:yytokentype
COMP_ARITH	./UNOModule/c_gram.h	238;"	d
COMP_ENTRY	./MemoryManagement/symtab.h	61;"	d
COMP_ENTRY	./UNOModule/symtab.h	61;"	d
COMP_EQ	./MemoryManagement/c_gram.c	/^     COMP_EQ = 341,$/;"	e	enum:yytokentype	file:
COMP_EQ	./MemoryManagement/c_gram.c	262;"	d	file:
COMP_EQ	./MemoryManagement/c_gram.h	/^     COMP_EQ = 341,$/;"	e	enum:yytokentype
COMP_EQ	./MemoryManagement/c_gram.h	235;"	d
COMP_EQ	./UNOModule/c_gram.c	/^     COMP_EQ = 341,$/;"	e	enum:yytokentype	file:
COMP_EQ	./UNOModule/c_gram.c	262;"	d	file:
COMP_EQ	./UNOModule/c_gram.h	/^     COMP_EQ = 341,$/;"	e	enum:yytokentype
COMP_EQ	./UNOModule/c_gram.h	235;"	d
CONST	./MemoryManagement/c_gram.c	/^     CONST = 273,$/;"	e	enum:yytokentype	file:
CONST	./MemoryManagement/c_gram.c	194;"	d	file:
CONST	./MemoryManagement/c_gram.h	/^     CONST = 273,$/;"	e	enum:yytokentype
CONST	./MemoryManagement/c_gram.h	167;"	d
CONST	./UNOModule/c_gram.c	/^     CONST = 273,$/;"	e	enum:yytokentype	file:
CONST	./UNOModule/c_gram.c	194;"	d	file:
CONST	./UNOModule/c_gram.h	/^     CONST = 273,$/;"	e	enum:yytokentype
CONST	./UNOModule/c_gram.h	167;"	d
CONT	./MemoryManagement/c_gram.c	/^     CONT = 274,$/;"	e	enum:yytokentype	file:
CONT	./MemoryManagement/c_gram.c	195;"	d	file:
CONT	./MemoryManagement/c_gram.h	/^     CONT = 274,$/;"	e	enum:yytokentype
CONT	./MemoryManagement/c_gram.h	168;"	d
CONT	./UNOModule/c_gram.c	/^     CONT = 274,$/;"	e	enum:yytokentype	file:
CONT	./UNOModule/c_gram.c	195;"	d	file:
CONT	./UNOModule/c_gram.h	/^     CONT = 274,$/;"	e	enum:yytokentype
CONT	./UNOModule/c_gram.h	168;"	d
CORRECT_ONE_DATA	./MemoryManagement/AnalysisResultManager.h	/^	CORRECT_ONE_DATA = 0,$/;"	e	enum:__anon1
CORRECT_ONE_DATA	./UNOModule/AnalysisResultManager.h	/^	CORRECT_ONE_DATA = 0,$/;"	e	enum:__anon7
CPP_DEFINE	./MemoryManagement/c_gram.c	/^     CPP_DEFINE = 328,$/;"	e	enum:yytokentype	file:
CPP_DEFINE	./MemoryManagement/c_gram.c	249;"	d	file:
CPP_DEFINE	./MemoryManagement/c_gram.h	/^     CPP_DEFINE = 328,$/;"	e	enum:yytokentype
CPP_DEFINE	./MemoryManagement/c_gram.h	222;"	d
CPP_DEFINE	./UNOModule/c_gram.c	/^     CPP_DEFINE = 328,$/;"	e	enum:yytokentype	file:
CPP_DEFINE	./UNOModule/c_gram.c	249;"	d	file:
CPP_DEFINE	./UNOModule/c_gram.h	/^     CPP_DEFINE = 328,$/;"	e	enum:yytokentype
CPP_DEFINE	./UNOModule/c_gram.h	222;"	d
CPP_INCLUDE	./MemoryManagement/c_gram.c	/^     CPP_INCLUDE = 327,$/;"	e	enum:yytokentype	file:
CPP_INCLUDE	./MemoryManagement/c_gram.c	248;"	d	file:
CPP_INCLUDE	./MemoryManagement/c_gram.h	/^     CPP_INCLUDE = 327,$/;"	e	enum:yytokentype
CPP_INCLUDE	./MemoryManagement/c_gram.h	221;"	d
CPP_INCLUDE	./UNOModule/c_gram.c	/^     CPP_INCLUDE = 327,$/;"	e	enum:yytokentype	file:
CPP_INCLUDE	./UNOModule/c_gram.c	248;"	d	file:
CPP_INCLUDE	./UNOModule/c_gram.h	/^     CPP_INCLUDE = 327,$/;"	e	enum:yytokentype
CPP_INCLUDE	./UNOModule/c_gram.h	221;"	d
CPP_LINE	./MemoryManagement/c_gram.c	/^     CPP_LINE = 329,$/;"	e	enum:yytokentype	file:
CPP_LINE	./MemoryManagement/c_gram.c	250;"	d	file:
CPP_LINE	./MemoryManagement/c_gram.h	/^     CPP_LINE = 329,$/;"	e	enum:yytokentype
CPP_LINE	./MemoryManagement/c_gram.h	223;"	d
CPP_LINE	./UNOModule/c_gram.c	/^     CPP_LINE = 329,$/;"	e	enum:yytokentype	file:
CPP_LINE	./UNOModule/c_gram.c	250;"	d	file:
CPP_LINE	./UNOModule/c_gram.h	/^     CPP_LINE = 329,$/;"	e	enum:yytokentype
CPP_LINE	./UNOModule/c_gram.h	223;"	d
CPRE	./ImproperInitialization/uno_local.c	/^static char	*CPRE;	\/* set in process_input() below *\/$/;"	v	file:
CPRE	./MemoryManagement/uno_local.c	/^static char	*CPRE;	\/* set in process_input() below *\/$/;"	v	file:
CPRE	./OutOfBoundAccess/uno_local.c	/^static char	*CPRE;	\/* set in process_input() below *\/$/;"	v	file:
CPRE	./UNOLexer/uno_local.c	/^static char	*CPRE;	\/* set in process_input() below *\/$/;"	v	file:
CPRE	./UNOModule/uno_local.c	/^static char	*CPRE;	\/* set in process_input() below *\/$/;"	v	file:
CParsingResultPin	./UNOModule/UNOInOutPin.h	/^	CParsingResultPin()$/;"	f	class:CParsingResultPin
CParsingResultPin	./UNOModule/UNOInOutPin.h	/^class CParsingResultPin : public CInOutPinBase $/;"	c
CProcessStateInfo	./UNOModule/UNOInOutPin.h	/^	CProcessStateInfo()$/;"	f	class:CProcessStateInfo
CProcessStateInfo	./UNOModule/UNOInOutPin.h	/^class CProcessStateInfo$/;"	c
CSourceFilePin	./include/InOutPin.h	/^	CSourceFilePin() : CInOutPinBase()$/;"	f	class:CSourceFilePin
CSourceFilePin	./include/InOutPin.h	/^class CSourceFilePin : public CInOutPinBase$/;"	c
CURRENT_SCOPE	./MemoryManagement/symtab.h	65;"	d
CURRENT_SCOPE	./UNOModule/symtab.h	65;"	d
Cached	./MemoryManagement/dflow.c	/^struct Cached {$/;"	s	file:
Cached	./MemoryManagement/dflow.c	/^typedef struct Cached Cached;$/;"	t	typeref:struct:Cached	file:
Cached	./UNOModule/dflow.c	/^struct Cached {$/;"	s	file:
Cached	./UNOModule/dflow.c	/^typedef struct Cached Cached;$/;"	t	typeref:struct:Cached	file:
CallStack	./MemoryManagement/uno_global.h	/^typedef struct CallStack CallStack;$/;"	t	typeref:struct:CallStack
CallStack	./UNOModule/uno_global.h	/^typedef struct CallStack CallStack;$/;"	t	typeref:struct:CallStack
Clear	./MemoryManagement/PBuffer.cpp	/^void PBuffer::Clear()$/;"	f	class:PBuffer
Clear	./ModuleGraph.cpp	/^void CModuleGraph::Clear()$/;"	f	class:CModuleGraph
Clear	./ModuleGraph.h	/^	void Clear()$/;"	f	class:CModuleNode
Clear	./UNOModule/PBuffer.cpp	/^void PBuffer::Clear()$/;"	f	class:PBuffer
Cmd	./MemoryManagement/uno_generic.c	/^static struct Cmd {$/;"	s	file:
Cmd	./UNOModule/uno_generic.c	/^static struct Cmd {$/;"	s	file:
Cname	./MemoryManagement/symtab.c	/^typedef struct Cname {$/;"	s	file:
Cname	./MemoryManagement/symtab.c	/^} Cname;$/;"	t	typeref:struct:Cname	file:
Cname	./UNOModule/symtab.c	/^typedef struct Cname {$/;"	s	file:
Cname	./UNOModule/symtab.c	/^} Cname;$/;"	t	typeref:struct:Cname	file:
Cnt	./MemoryManagement/uno_lts.c	/^static unsigned long Cnt = 1;$/;"	v	file:
Cnt	./UNOModule/uno_lts.c	/^static unsigned long Cnt = 1;$/;"	v	file:
ConnectModule	./ModuleGraph.cpp	/^bool CModuleGraph::ConnectModule ( CModuleNode* pParentNode , CModuleNode* pChildNode )$/;"	f	class:CModuleGraph
ConnectModule	./ModuleGraph.cpp	/^bool CModuleGraph::ConnectModule ( unsigned int uiParentModuleId , unsigned int uiChildModuleId )$/;"	f	class:CModuleGraph
ConnectionHitTest	./ModuleGraph.cpp	/^bool CModuleGraph::ConnectionHitTest ( int nX , int nY , CModuleNode*& pParentNode ,  CModuleNode*& pChildNode )$/;"	f	class:CModuleGraph
CreateArgument	./ImproperInitialization/uno.c	/^char** CreateArgument( char* pBuf , int* nArgCount )$/;"	f
CreateArgument	./MemoryManagement/uno.c	/^char** CreateArgument( char* pBuf , int* nArgCount )$/;"	f
CreateArgument	./OutOfBoundAccess/uno.c	/^char** CreateArgument( char* pBuf , int* nArgCount )$/;"	f
CreateArgument	./UNOLexer/uno.c	/^char** CreateArgument( char* pBuf , int* nArgCount )$/;"	f
CreateArgument	./UNOModule/uno.c	/^char** CreateArgument( char* pBuf , int* nArgCount )$/;"	f
CreateHeap	./MemoryManagement/heap.c	/^CreateHeap(unsigned int chunk_size, unsigned int chnk_hunk_ratio )$/;"	f
CreateHeap	./UNOModule/heap.c	/^CreateHeap(unsigned int chunk_size, unsigned int chnk_hunk_ratio )$/;"	f
CreateTokenBuf	./ImproperInitialization/uno.c	/^void CreateTokenBuf( char* pText , int nLength )$/;"	f
CreateTokenBuf	./MemoryManagement/PStringToken.cpp	/^void PStringToken::CreateTokenBuf( char* pText , int nLength ) \/\/ CString& strText )$/;"	f	class:PStringToken
CreateTokenBuf	./MemoryManagement/uno.c	/^void CreateTokenBuf( char* pText , int nLength )$/;"	f
CreateTokenBuf	./OutOfBoundAccess/uno.c	/^void CreateTokenBuf( char* pText , int nLength )$/;"	f
CreateTokenBuf	./UNOLexer/uno.c	/^void CreateTokenBuf( char* pText , int nLength )$/;"	f
CreateTokenBuf	./UNOModule/PStringToken.cpp	/^void PStringToken::CreateTokenBuf( char* pText , int nLength ) \/\/ CString& strText )$/;"	f	class:PStringToken
CreateTokenBuf	./UNOModule/uno.c	/^void CreateTokenBuf( char* pText , int nLength )$/;"	f
DBG	./MemoryManagement/lexer.c	2746;"	d	file:
DBG	./MemoryManagement/symtab.c	20;"	d	file:
DBG	./UNOModule/lexer.c	2746;"	d	file:
DBG	./UNOModule/symtab.c	20;"	d	file:
DECL	./MemoryManagement/dtags.h	25;"	d
DECL	./UNOModule/dtags.h	25;"	d
DECR	./MemoryManagement/c_gram.c	/^     DECR = 353,$/;"	e	enum:yytokentype	file:
DECR	./MemoryManagement/c_gram.c	274;"	d	file:
DECR	./MemoryManagement/c_gram.h	/^     DECR = 353,$/;"	e	enum:yytokentype
DECR	./MemoryManagement/c_gram.h	247;"	d
DECR	./UNOModule/c_gram.c	/^     DECR = 353,$/;"	e	enum:yytokentype	file:
DECR	./UNOModule/c_gram.c	274;"	d	file:
DECR	./UNOModule/c_gram.h	/^     DECR = 353,$/;"	e	enum:yytokentype
DECR	./UNOModule/c_gram.h	247;"	d
DEF	./MemoryManagement/dtags.h	15;"	d
DEF	./UNOModule/dtags.h	15;"	d
DEFLT	./MemoryManagement/c_gram.c	/^     DEFLT = 275,$/;"	e	enum:yytokentype	file:
DEFLT	./MemoryManagement/c_gram.c	196;"	d	file:
DEFLT	./MemoryManagement/c_gram.h	/^     DEFLT = 275,$/;"	e	enum:yytokentype
DEFLT	./MemoryManagement/c_gram.h	169;"	d
DEFLT	./UNOModule/c_gram.c	/^     DEFLT = 275,$/;"	e	enum:yytokentype	file:
DEFLT	./UNOModule/c_gram.c	196;"	d	file:
DEFLT	./UNOModule/c_gram.h	/^     DEFLT = 275,$/;"	e	enum:yytokentype
DEFLT	./UNOModule/c_gram.h	169;"	d
DEFLT_RATIO	./MemoryManagement/heap.h	19;"	d
DEFLT_RATIO	./UNOModule/heap.h	19;"	d
DEREF	./MemoryManagement/dtags.h	21;"	d
DEREF	./UNOModule/dtags.h	21;"	d
DIV	./MemoryManagement/c_gram.c	/^     DIV = 350,$/;"	e	enum:yytokentype	file:
DIV	./MemoryManagement/c_gram.c	271;"	d	file:
DIV	./MemoryManagement/c_gram.h	/^     DIV = 350,$/;"	e	enum:yytokentype
DIV	./MemoryManagement/c_gram.h	244;"	d
DIV	./UNOModule/c_gram.c	/^     DIV = 350,$/;"	e	enum:yytokentype	file:
DIV	./UNOModule/c_gram.c	271;"	d	file:
DIV	./UNOModule/c_gram.h	/^     DIV = 350,$/;"	e	enum:yytokentype
DIV	./UNOModule/c_gram.h	244;"	d
DIV_EQ	./MemoryManagement/c_gram.c	/^     DIV_EQ = 303,$/;"	e	enum:yytokentype	file:
DIV_EQ	./MemoryManagement/c_gram.c	224;"	d	file:
DIV_EQ	./MemoryManagement/c_gram.h	/^     DIV_EQ = 303,$/;"	e	enum:yytokentype
DIV_EQ	./MemoryManagement/c_gram.h	197;"	d
DIV_EQ	./UNOModule/c_gram.c	/^     DIV_EQ = 303,$/;"	e	enum:yytokentype	file:
DIV_EQ	./UNOModule/c_gram.c	224;"	d	file:
DIV_EQ	./UNOModule/c_gram.h	/^     DIV_EQ = 303,$/;"	e	enum:yytokentype
DIV_EQ	./UNOModule/c_gram.h	197;"	d
DLClose	./ModuleGraph.h	/^	bool DLClose()$/;"	f	class:CModuleInfo
DLOpen	./ModuleGraph.h	/^	bool DLOpen( char* pPath )$/;"	f	class:CModuleInfo
DO	./MemoryManagement/c_gram.c	/^     DO = 276,$/;"	e	enum:yytokentype	file:
DO	./MemoryManagement/c_gram.c	197;"	d	file:
DO	./MemoryManagement/c_gram.h	/^     DO = 276,$/;"	e	enum:yytokentype
DO	./MemoryManagement/c_gram.h	170;"	d
DO	./UNOModule/c_gram.c	/^     DO = 276,$/;"	e	enum:yytokentype	file:
DO	./UNOModule/c_gram.c	197;"	d	file:
DO	./UNOModule/c_gram.h	/^     DO = 276,$/;"	e	enum:yytokentype
DO	./UNOModule/c_gram.h	170;"	d
DOLLAR	./MemoryManagement/c_gram.c	/^     DOLLAR = 326,$/;"	e	enum:yytokentype	file:
DOLLAR	./MemoryManagement/c_gram.c	247;"	d	file:
DOLLAR	./MemoryManagement/c_gram.h	/^     DOLLAR = 326,$/;"	e	enum:yytokentype
DOLLAR	./MemoryManagement/c_gram.h	220;"	d
DOLLAR	./UNOModule/c_gram.c	/^     DOLLAR = 326,$/;"	e	enum:yytokentype	file:
DOLLAR	./UNOModule/c_gram.c	247;"	d	file:
DOLLAR	./UNOModule/c_gram.h	/^     DOLLAR = 326,$/;"	e	enum:yytokentype
DOLLAR	./UNOModule/c_gram.h	220;"	d
DOT	./MemoryManagement/c_gram.c	/^     DOT = 363,$/;"	e	enum:yytokentype	file:
DOT	./MemoryManagement/c_gram.c	284;"	d	file:
DOT	./MemoryManagement/c_gram.h	/^     DOT = 363,$/;"	e	enum:yytokentype
DOT	./MemoryManagement/c_gram.h	257;"	d
DOT	./UNOModule/c_gram.c	/^     DOT = 363,$/;"	e	enum:yytokentype	file:
DOT	./UNOModule/c_gram.c	284;"	d	file:
DOT	./UNOModule/c_gram.h	/^     DOT = 363,$/;"	e	enum:yytokentype
DOT	./UNOModule/c_gram.h	257;"	d
DOUBLE	./MemoryManagement/c_gram.c	/^     DOUBLE = 277,$/;"	e	enum:yytokentype	file:
DOUBLE	./MemoryManagement/c_gram.c	198;"	d	file:
DOUBLE	./MemoryManagement/c_gram.h	/^     DOUBLE = 277,$/;"	e	enum:yytokentype
DOUBLE	./MemoryManagement/c_gram.h	171;"	d
DOUBLE	./UNOModule/c_gram.c	/^     DOUBLE = 277,$/;"	e	enum:yytokentype	file:
DOUBLE	./UNOModule/c_gram.c	198;"	d	file:
DOUBLE	./UNOModule/c_gram.h	/^     DOUBLE = 277,$/;"	e	enum:yytokentype
DOUBLE	./UNOModule/c_gram.h	171;"	d
DOUB_LB_SIGN	./MemoryManagement/c_gram.c	/^     DOUB_LB_SIGN = 323,$/;"	e	enum:yytokentype	file:
DOUB_LB_SIGN	./MemoryManagement/c_gram.c	244;"	d	file:
DOUB_LB_SIGN	./MemoryManagement/c_gram.h	/^     DOUB_LB_SIGN = 323,$/;"	e	enum:yytokentype
DOUB_LB_SIGN	./MemoryManagement/c_gram.h	217;"	d
DOUB_LB_SIGN	./UNOModule/c_gram.c	/^     DOUB_LB_SIGN = 323,$/;"	e	enum:yytokentype	file:
DOUB_LB_SIGN	./UNOModule/c_gram.c	244;"	d	file:
DOUB_LB_SIGN	./UNOModule/c_gram.h	/^     DOUB_LB_SIGN = 323,$/;"	e	enum:yytokentype
DOUB_LB_SIGN	./UNOModule/c_gram.h	217;"	d
DUP	./MemoryManagement/dflow.h	84;"	d
DUP	./UNOModule/dflow.h	84;"	d
DefUse	./MemoryManagement/dflow.h	/^struct DefUse {$/;"	s
DefUse	./MemoryManagement/dflow.h	/^typedef struct DefUse	DefUse;$/;"	t	typeref:struct:DefUse
DefUse	./UNOModule/dflow.h	/^struct DefUse {$/;"	s
DefUse	./UNOModule/dflow.h	/^typedef struct DefUse	DefUse;$/;"	t	typeref:struct:DefUse
Del_name	./MemoryManagement/uno_generic.c	72;"	d	file:
Del_name	./UNOModule/uno_generic.c	72;"	d	file:
Del_track	./MemoryManagement/uno_generic.c	71;"	d	file:
Del_track	./UNOModule/uno_generic.c	71;"	d	file:
DeleteTokenBuf	./ImproperInitialization/uno.c	/^void DeleteTokenBuf()$/;"	f
DeleteTokenBuf	./MemoryManagement/PStringToken.cpp	/^void PStringToken::DeleteTokenBuf()$/;"	f	class:PStringToken
DeleteTokenBuf	./MemoryManagement/uno.c	/^void DeleteTokenBuf()$/;"	f
DeleteTokenBuf	./OutOfBoundAccess/uno.c	/^void DeleteTokenBuf()$/;"	f
DeleteTokenBuf	./UNOLexer/uno.c	/^void DeleteTokenBuf()$/;"	f
DeleteTokenBuf	./UNOModule/PStringToken.cpp	/^void PStringToken::DeleteTokenBuf()$/;"	f	class:PStringToken
DeleteTokenBuf	./UNOModule/uno.c	/^void DeleteTokenBuf()$/;"	f
DestroyHeap	./MemoryManagement/heap.c	/^DestroyHeap(Heap *heap)$/;"	f
DestroyHeap	./UNOModule/heap.c	/^DestroyHeap(Heap *heap)$/;"	f
DfStack	./MemoryManagement/uno_lts.h	/^struct DfStack {$/;"	s
DfStack	./MemoryManagement/uno_lts.h	/^typedef struct DfStack	DfStack;$/;"	t	typeref:struct:DfStack
DfStack	./UNOModule/uno_lts.h	/^struct DfStack {$/;"	s
DfStack	./UNOModule/uno_lts.h	/^typedef struct DfStack	DfStack;$/;"	t	typeref:struct:DfStack
DisconnectModule	./ModuleGraph.cpp	/^void CModuleGraph::DisconnectModule ( CModuleNode* pParentNode , CModuleNode* pChildNode )$/;"	f	class:CModuleGraph
DisconnectModule	./ModuleGraph.cpp	/^void CModuleGraph::DisconnectModule ( unsigned int uiParentModuleId , unsigned int uiChildModuleId )$/;"	f	class:CModuleGraph
DoneStack	./ImproperInitialization/uno_local.c	/^TreeStack	*DoneStack;	\/* treestk.c *\/$/;"	v
DoneStack	./MemoryManagement/uno_local.c	/^TreeStack	*DoneStack;	\/* treestk.c *\/$/;"	v
DoneStack	./OutOfBoundAccess/uno_local.c	/^TreeStack	*DoneStack;	\/* treestk.c *\/$/;"	v
DoneStack	./UNOLexer/uno_local.c	/^TreeStack	*DoneStack;	\/* treestk.c *\/$/;"	v
DoneStack	./UNOModule/uno_local.c	/^TreeStack	*DoneStack;	\/* treestk.c *\/$/;"	v
DuG	./MemoryManagement/dflow.h	/^struct DuG {		\/* variable dependency graph *\/$/;"	s
DuG	./MemoryManagement/dflow.h	/^typedef struct DuG	DuG;$/;"	t	typeref:struct:DuG
DuG	./UNOModule/dflow.h	/^struct DuG {		\/* variable dependency graph *\/$/;"	s
DuG	./UNOModule/dflow.h	/^typedef struct DuG	DuG;$/;"	t	typeref:struct:DuG
DuGP	./MemoryManagement/dflow.h	/^struct DuGP {$/;"	s
DuGP	./MemoryManagement/dflow.h	/^typedef struct DuGP	DuGP;$/;"	t	typeref:struct:DuGP
DuGP	./UNOModule/dflow.h	/^struct DuGP {$/;"	s
DuGP	./UNOModule/dflow.h	/^typedef struct DuGP	DuGP;$/;"	t	typeref:struct:DuGP
ECHO	./MemoryManagement/lexer.c	2747;"	d	file:
ECHO	./MemoryManagement/lexer.c	2975;"	d	file:
ECHO	./UNOModule/lexer.c	2747;"	d	file:
ECHO	./UNOModule/lexer.c	2975;"	d	file:
ELLIPSIS	./MemoryManagement/c_gram.c	/^     ELLIPSIS = 321,$/;"	e	enum:yytokentype	file:
ELLIPSIS	./MemoryManagement/c_gram.c	242;"	d	file:
ELLIPSIS	./MemoryManagement/c_gram.h	/^     ELLIPSIS = 321,$/;"	e	enum:yytokentype
ELLIPSIS	./MemoryManagement/c_gram.h	215;"	d
ELLIPSIS	./UNOModule/c_gram.c	/^     ELLIPSIS = 321,$/;"	e	enum:yytokentype	file:
ELLIPSIS	./UNOModule/c_gram.c	242;"	d	file:
ELLIPSIS	./UNOModule/c_gram.h	/^     ELLIPSIS = 321,$/;"	e	enum:yytokentype
ELLIPSIS	./UNOModule/c_gram.h	215;"	d
ELSE	./MemoryManagement/c_gram.c	/^     ELSE = 278,$/;"	e	enum:yytokentype	file:
ELSE	./MemoryManagement/c_gram.c	199;"	d	file:
ELSE	./MemoryManagement/c_gram.h	/^     ELSE = 278,$/;"	e	enum:yytokentype
ELSE	./MemoryManagement/c_gram.h	172;"	d
ELSE	./UNOModule/c_gram.c	/^     ELSE = 278,$/;"	e	enum:yytokentype	file:
ELSE	./UNOModule/c_gram.c	199;"	d	file:
ELSE	./UNOModule/c_gram.h	/^     ELSE = 278,$/;"	e	enum:yytokentype
ELSE	./UNOModule/c_gram.h	172;"	d
ENUM	./MemoryManagement/c_gram.c	/^     ENUM = 279,$/;"	e	enum:yytokentype	file:
ENUM	./MemoryManagement/c_gram.c	200;"	d	file:
ENUM	./MemoryManagement/c_gram.h	/^     ENUM = 279,$/;"	e	enum:yytokentype
ENUM	./MemoryManagement/c_gram.h	173;"	d
ENUM	./UNOModule/c_gram.c	/^     ENUM = 279,$/;"	e	enum:yytokentype	file:
ENUM	./UNOModule/c_gram.c	200;"	d	file:
ENUM	./UNOModule/c_gram.h	/^     ENUM = 279,$/;"	e	enum:yytokentype
ENUM	./UNOModule/c_gram.h	173;"	d
ENUM_ENTRY	./MemoryManagement/symtab.h	54;"	d
ENUM_ENTRY	./UNOModule/symtab.h	54;"	d
EOB_ACT_CONTINUE_SCAN	./MemoryManagement/lexer.c	160;"	d	file:
EOB_ACT_CONTINUE_SCAN	./UNOModule/lexer.c	160;"	d	file:
EOB_ACT_END_OF_FILE	./MemoryManagement/lexer.c	161;"	d	file:
EOB_ACT_END_OF_FILE	./UNOModule/lexer.c	161;"	d	file:
EOB_ACT_LAST_MATCH	./MemoryManagement/lexer.c	162;"	d	file:
EOB_ACT_LAST_MATCH	./UNOModule/lexer.c	162;"	d	file:
EQ	./MemoryManagement/c_gram.c	/^     EQ = 332,$/;"	e	enum:yytokentype	file:
EQ	./MemoryManagement/c_gram.c	253;"	d	file:
EQ	./MemoryManagement/c_gram.h	/^     EQ = 332,$/;"	e	enum:yytokentype
EQ	./MemoryManagement/c_gram.h	226;"	d
EQ	./UNOModule/c_gram.c	/^     EQ = 332,$/;"	e	enum:yytokentype	file:
EQ	./UNOModule/c_gram.c	253;"	d	file:
EQ	./UNOModule/c_gram.h	/^     EQ = 332,$/;"	e	enum:yytokentype
EQ	./UNOModule/c_gram.h	226;"	d
EQUAL	./MemoryManagement/c_gram.c	/^     EQUAL = 311,$/;"	e	enum:yytokentype	file:
EQUAL	./MemoryManagement/c_gram.c	232;"	d	file:
EQUAL	./MemoryManagement/c_gram.h	/^     EQUAL = 311,$/;"	e	enum:yytokentype
EQUAL	./MemoryManagement/c_gram.h	205;"	d
EQUAL	./UNOModule/c_gram.c	/^     EQUAL = 311,$/;"	e	enum:yytokentype	file:
EQUAL	./UNOModule/c_gram.c	232;"	d	file:
EQUAL	./UNOModule/c_gram.h	/^     EQUAL = 311,$/;"	e	enum:yytokentype
EQUAL	./UNOModule/c_gram.h	205;"	d
ERROR_ONE_DATA	./MemoryManagement/AnalysisResultManager.h	/^	ERROR_ONE_DATA,$/;"	e	enum:__anon1
ERROR_ONE_DATA	./UNOModule/AnalysisResultManager.h	/^	ERROR_ONE_DATA,$/;"	e	enum:__anon7
ETX	./MemoryManagement/AnalysisResultManager.h	19;"	d
ETX	./UNOModule/AnalysisResultManager.h	20;"	d
EX	./MemoryManagement/uno_lts.c	/^struct EX {$/;"	s	file:
EX	./MemoryManagement/uno_lts.c	/^typedef struct EX	EX;$/;"	t	typeref:struct:EX	file:
EX	./UNOModule/uno_lts.c	/^struct EX {$/;"	s	file:
EX	./UNOModule/uno_lts.c	/^typedef struct EX	EX;$/;"	t	typeref:struct:EX	file:
EXTERN_SCOPE	./MemoryManagement/symtab.h	66;"	d
EXTERN_SCOPE	./UNOModule/symtab.h	66;"	d
EXTRN	./MemoryManagement/c_gram.c	/^     EXTRN = 280,$/;"	e	enum:yytokentype	file:
EXTRN	./MemoryManagement/c_gram.c	201;"	d	file:
EXTRN	./MemoryManagement/c_gram.h	/^     EXTRN = 280,$/;"	e	enum:yytokentype
EXTRN	./MemoryManagement/c_gram.h	174;"	d
EXTRN	./UNOModule/c_gram.c	/^     EXTRN = 280,$/;"	e	enum:yytokentype	file:
EXTRN	./UNOModule/c_gram.c	201;"	d	file:
EXTRN	./UNOModule/c_gram.h	/^     EXTRN = 280,$/;"	e	enum:yytokentype
EXTRN	./UNOModule/c_gram.h	174;"	d
ErrCnt	./MemoryManagement/uno_fcts.c	/^static int	ErrCnt = 1;$/;"	v	file:
ErrCnt	./MemoryManagement/uno_generic.c	/^static int	ErrCnt = 0;$/;"	v	file:
ErrCnt	./UNOModule/uno_fcts.c	/^static int	ErrCnt = 1;$/;"	v	file:
ErrCnt	./UNOModule/uno_generic.c	/^static int	ErrCnt = 0;$/;"	v	file:
ExitEx	./ImproperInitialization/UNOImproperInitialization.cpp	/^void ExitEx( int nExitNo )$/;"	f
ExitEx	./OutOfBoundAccess/UNOOutOfBoundAccess.cpp	/^void ExitEx( int nExitNo )$/;"	f
ExitEx	./UNOLexer/UNOLexer.cpp	/^void ExitEx( int nExitNo )$/;"	f
ExitEx	./UNOModule/UNOImproperInitialization.cpp	/^void ExitEx( int nExitNo )$/;"	f
ExitEx	./UNOModule/UNOLexer.cpp	/^void ExitEx( int nExitNo )$/;"	f
ExitEx	./UNOModule/UNOOutOfBoundAccess.cpp	/^void ExitEx( int nExitNo )$/;"	f
FC	./MemoryManagement/heap.c	/^struct FC {$/;"	s	file:
FC	./MemoryManagement/heap.c	/^typedef struct FC FC;$/;"	t	typeref:struct:FC	file:
FC	./UNOModule/heap.c	/^struct FC {$/;"	s	file:
FC	./UNOModule/heap.c	/^typedef struct FC FC;$/;"	t	typeref:struct:FC	file:
FCALL	./MemoryManagement/dtags.h	16;"	d
FCALL	./UNOModule/dtags.h	16;"	d
FIELD_NAME	./MemoryManagement/c_gram.c	/^     FIELD_NAME = 260,$/;"	e	enum:yytokentype	file:
FIELD_NAME	./MemoryManagement/c_gram.c	181;"	d	file:
FIELD_NAME	./MemoryManagement/c_gram.h	/^     FIELD_NAME = 260,$/;"	e	enum:yytokentype
FIELD_NAME	./MemoryManagement/c_gram.h	154;"	d
FIELD_NAME	./UNOModule/c_gram.c	/^     FIELD_NAME = 260,$/;"	e	enum:yytokentype	file:
FIELD_NAME	./UNOModule/c_gram.c	181;"	d	file:
FIELD_NAME	./UNOModule/c_gram.h	/^     FIELD_NAME = 260,$/;"	e	enum:yytokentype
FIELD_NAME	./UNOModule/c_gram.h	154;"	d
FILE_SCOPE	./MemoryManagement/symtab.h	67;"	d
FILE_SCOPE	./UNOModule/symtab.h	67;"	d
FLEXINT_H	./MemoryManagement/lexer.c	30;"	d	file:
FLEXINT_H	./UNOModule/lexer.c	30;"	d	file:
FLEX_BETA	./MemoryManagement/lexer.c	14;"	d	file:
FLEX_BETA	./UNOModule/lexer.c	14;"	d	file:
FLEX_SCANNER	./MemoryManagement/lexer.c	9;"	d	file:
FLEX_SCANNER	./UNOModule/lexer.c	9;"	d	file:
FLOAT	./MemoryManagement/c_gram.c	/^     FLOAT = 283,$/;"	e	enum:yytokentype	file:
FLOAT	./MemoryManagement/c_gram.c	204;"	d	file:
FLOAT	./MemoryManagement/c_gram.h	/^     FLOAT = 283,$/;"	e	enum:yytokentype
FLOAT	./MemoryManagement/c_gram.h	177;"	d
FLOAT	./UNOModule/c_gram.c	/^     FLOAT = 283,$/;"	e	enum:yytokentype	file:
FLOAT	./UNOModule/c_gram.c	204;"	d	file:
FLOAT	./UNOModule/c_gram.h	/^     FLOAT = 283,$/;"	e	enum:yytokentype
FLOAT	./UNOModule/c_gram.h	177;"	d
FN_GetModuleInfo	./include/AnalysisModuleInterface.h	94;"	d
FN_GetOption	./include/AnalysisModuleInterface.h	100;"	d
FN_GetStatus	./include/AnalysisModuleInterface.h	102;"	d
FN_Initialize	./include/AnalysisModuleInterface.h	95;"	d
FN_SetOption	./include/AnalysisModuleInterface.h	98;"	d
FN_StartProcess	./include/AnalysisModuleInterface.h	96;"	d
FN_StopProcess	./include/AnalysisModuleInterface.h	97;"	d
FOR	./MemoryManagement/c_gram.c	/^     FOR = 282,$/;"	e	enum:yytokentype	file:
FOR	./MemoryManagement/c_gram.c	203;"	d	file:
FOR	./MemoryManagement/c_gram.h	/^     FOR = 282,$/;"	e	enum:yytokentype
FOR	./MemoryManagement/c_gram.h	176;"	d
FOR	./UNOModule/c_gram.c	/^     FOR = 282,$/;"	e	enum:yytokentype	file:
FOR	./UNOModule/c_gram.c	203;"	d	file:
FOR	./UNOModule/c_gram.h	/^     FOR = 282,$/;"	e	enum:yytokentype
FOR	./UNOModule/c_gram.h	176;"	d
FOR_T	./MemoryManagement/tree.h	/^typedef enum { NONE_T, LEAF_T, IF_T, FOR_T, NODE_T } node_type;$/;"	e	enum:__anon4
FOR_T	./UNOModule/tree.h	/^typedef enum { NONE_T, LEAF_T, IF_T, FOR_T, NODE_T } node_type;$/;"	e	enum:__anon10
FP_GetModuleInfo	./include/AnalysisModuleInterface.h	/^typedef bool	(*FP_GetModuleInfo)( CAnalysisModuleInfo* pInfo );$/;"	t
FP_GetOption	./include/AnalysisModuleInterface.h	/^typedef char*	(*FP_GetOption)();$/;"	t
FP_GetStatus	./include/AnalysisModuleInterface.h	/^typedef int	(*FP_GetStatus)();$/;"	t
FP_Initialize	./include/AnalysisModuleInterface.h	/^typedef void	(*FP_Initialize)( CAnalysisNotifyInterface* pInterface , CModuleRelayInterface* pRelayInterface );$/;"	t
FP_SetOption	./include/AnalysisModuleInterface.h	/^typedef void	(*FP_SetOption)( char* pszOption );$/;"	t
FP_StartProcess	./include/AnalysisModuleInterface.h	/^typedef bool	(*FP_StartProcess)( CInOutPinBase* pInputPin );$/;"	t
FP_StopProcess	./include/AnalysisModuleInterface.h	/^typedef bool	(*FP_StopProcess)();$/;"	t
FROMASGN	./MemoryManagement/dflow.h	82;"	d
FROMASGN	./UNOModule/dflow.h	82;"	d
FROMEXPR	./MemoryManagement/dflow.h	83;"	d
FROMEXPR	./UNOModule/dflow.h	83;"	d
FUNCDEF_ENTRY	./MemoryManagement/symtab.h	52;"	d
FUNCDEF_ENTRY	./UNOModule/symtab.h	52;"	d
FUNCTION_SCOPE	./MemoryManagement/symtab.h	68;"	d
FUNCTION_SCOPE	./UNOModule/symtab.h	68;"	d
Fbase	./MemoryManagement/dflow.c	/^typedef struct Fbase {$/;"	s	file:
Fbase	./MemoryManagement/dflow.c	/^} Fbase;$/;"	t	typeref:struct:Fbase	file:
Fbase	./UNOModule/dflow.c	/^typedef struct Fbase {$/;"	s	file:
Fbase	./UNOModule/dflow.c	/^} Fbase;$/;"	t	typeref:struct:Fbase	file:
Fct	./MemoryManagement/uno_generic.c	/^static struct Fct {$/;"	s	file:
Fct	./MemoryManagement/uno_global.h	/^struct Fct {$/;"	s
Fct	./MemoryManagement/uno_global.h	/^typedef struct Fct	Fct;$/;"	t	typeref:struct:Fct
Fct	./UNOModule/uno_generic.c	/^static struct Fct {$/;"	s	file:
Fct	./UNOModule/uno_global.h	/^struct Fct {$/;"	s
Fct	./UNOModule/uno_global.h	/^typedef struct Fct	Fct;$/;"	t	typeref:struct:Fct
Fct_name	./MemoryManagement/dflow.c	/^static char	*Fct_name;$/;"	v	file:
Fct_name	./UNOModule/dflow.c	/^static char	*Fct_name;$/;"	v	file:
FindAfter	./MemoryManagement/AnalysisResultManager.cpp	/^int PAnalysisResultManager::FindAfter( int nAfter , int nLength , char* pBuffer , const char* pFindText )$/;"	f	class:PAnalysisResultManager
FindAfter	./UNOModule/AnalysisResultManager.cpp	/^int PAnalysisResultManager::FindAfter( int nAfter , int nLength , char* pBuffer , const char* pFindText )$/;"	f	class:PAnalysisResultManager
FindFunction	./MemoryManagement/tree.h	/^typedef  void (*FindFunction)(leafnode*, treenode*, treenode*);$/;"	t
FindFunction	./UNOModule/tree.h	/^typedef  void (*FindFunction)(leafnode*, treenode*, treenode*);$/;"	t
FindInChildNodes	./ModuleGraph.h	/^	CModuleNode* FindInChildNodes ( unsigned int uiId )$/;"	f	class:CModuleNode
FindNodeInList	./ModuleGraph.cpp	/^CModuleNode* CModuleGraph::FindNodeInList ( unsigned int uiId )$/;"	f	class:CModuleGraph
Fnm	./ImproperInitialization/uno.h	/^struct Fnm $/;"	s
Fnm	./ImproperInitialization/uno.h	/^typedef struct Fnm Fnm;$/;"	t	typeref:struct:Fnm
Fnm	./MemoryManagement/uno.h	/^struct Fnm $/;"	s
Fnm	./MemoryManagement/uno.h	/^typedef struct Fnm Fnm;$/;"	t	typeref:struct:Fnm
Fnm	./OutOfBoundAccess/uno.h	/^struct Fnm $/;"	s
Fnm	./OutOfBoundAccess/uno.h	/^typedef struct Fnm Fnm;$/;"	t	typeref:struct:Fnm
Fnm	./UNOLexer/uno.h	/^struct Fnm $/;"	s
Fnm	./UNOLexer/uno.h	/^typedef struct Fnm Fnm;$/;"	t	typeref:struct:Fnm
Fnm	./UNOModule/uno.h	/^struct Fnm $/;"	s
Fnm	./UNOModule/uno.h	/^typedef struct Fnm Fnm;$/;"	t	typeref:struct:Fnm
FreeArgument	./ImproperInitialization/UNOImproperInitialization.cpp	/^void FreeArgument( char*** pppArgument , int nArgSize )$/;"	f
FreeArgument	./OutOfBoundAccess/UNOOutOfBoundAccess.cpp	/^void FreeArgument( char*** pppArgument , int nArgSize )$/;"	f
FreeArgument	./UNOLexer/UNOLexer.cpp	/^void FreeArgument( char*** pppArgument , int nArgSize )$/;"	f
FreeArgument	./UNOModule/UNOImproperInitialization.cpp	/^void FreeArgument( char*** pppArgument , int nArgSize )$/;"	f
FreeArgument	./UNOModule/UNOLexer.cpp	/^void FreeArgument( char*** pppArgument , int nArgSize )$/;"	f
FreeArgument	./UNOModule/UNOOutOfBoundAccess.cpp	/^void FreeArgument( char*** pppArgument , int nArgSize )$/;"	f
GCC	./ImproperInitialization/Makefile	/^GCC = gcc$/;"	m
GCC	./Makefile	/^GCC = gcc$/;"	m
GCC	./MemoryManagement/Makefile	/^GCC = gcc$/;"	m
GCC	./OutOfBoundAccess/Makefile	/^GCC = gcc$/;"	m
GCC	./UNOLexer/Makefile	/^GCC = gcc$/;"	m
GCC	./UNOModule/Makefile	/^GCC = gcc$/;"	m
GCC2	./MemoryManagement/lexer.c	2890;"	d	file:
GCC2	./UNOModule/lexer.c	2890;"	d	file:
GOTO	./MemoryManagement/c_gram.c	/^     GOTO = 284,$/;"	e	enum:yytokentype	file:
GOTO	./MemoryManagement/c_gram.c	205;"	d	file:
GOTO	./MemoryManagement/c_gram.h	/^     GOTO = 284,$/;"	e	enum:yytokentype
GOTO	./MemoryManagement/c_gram.h	178;"	d
GOTO	./UNOModule/c_gram.c	/^     GOTO = 284,$/;"	e	enum:yytokentype	file:
GOTO	./UNOModule/c_gram.c	205;"	d	file:
GOTO	./UNOModule/c_gram.h	/^     GOTO = 284,$/;"	e	enum:yytokentype
GOTO	./UNOModule/c_gram.h	178;"	d
GPP	./ImproperInitialization/Makefile	/^GPP = g++$/;"	m
GPP	./Makefile	/^GPP = g++$/;"	m
GPP	./MemoryManagement/Makefile	/^GPP = g++$/;"	m
GPP	./OutOfBoundAccess/Makefile	/^GPP = g++$/;"	m
GPP	./UNOLexer/Makefile	/^GPP = g++$/;"	m
GPP	./UNOModule/Makefile	/^GPP = g++$/;"	m
GRTR	./MemoryManagement/c_gram.c	/^     GRTR = 342,$/;"	e	enum:yytokentype	file:
GRTR	./MemoryManagement/c_gram.c	263;"	d	file:
GRTR	./MemoryManagement/c_gram.h	/^     GRTR = 342,$/;"	e	enum:yytokentype
GRTR	./MemoryManagement/c_gram.h	236;"	d
GRTR	./UNOModule/c_gram.c	/^     GRTR = 342,$/;"	e	enum:yytokentype	file:
GRTR	./UNOModule/c_gram.c	263;"	d	file:
GRTR	./UNOModule/c_gram.h	/^     GRTR = 342,$/;"	e	enum:yytokentype
GRTR	./UNOModule/c_gram.h	236;"	d
GRTR_EQ	./MemoryManagement/c_gram.c	/^     GRTR_EQ = 313,$/;"	e	enum:yytokentype	file:
GRTR_EQ	./MemoryManagement/c_gram.c	234;"	d	file:
GRTR_EQ	./MemoryManagement/c_gram.h	/^     GRTR_EQ = 313,$/;"	e	enum:yytokentype
GRTR_EQ	./MemoryManagement/c_gram.h	207;"	d
GRTR_EQ	./UNOModule/c_gram.c	/^     GRTR_EQ = 313,$/;"	e	enum:yytokentype	file:
GRTR_EQ	./UNOModule/c_gram.c	234;"	d	file:
GRTR_EQ	./UNOModule/c_gram.h	/^     GRTR_EQ = 313,$/;"	e	enum:yytokentype
GRTR_EQ	./UNOModule/c_gram.h	207;"	d
GX	./ImproperInitialization/uno.h	22;"	d
GX	./MemoryManagement/uno.h	22;"	d
GX	./OutOfBoundAccess/uno.h	22;"	d
GX	./UNOLexer/uno.h	22;"	d
GX	./UNOModule/uno.h	22;"	d
GenStack	./MemoryManagement/uno_generic.c	/^struct GenStack {$/;"	s	file:
GenStack	./MemoryManagement/uno_generic.c	/^typedef struct GenStack GenStack;$/;"	t	typeref:struct:GenStack	file:
GenStack	./UNOModule/uno_generic.c	/^struct GenStack {$/;"	s	file:
GenStack	./UNOModule/uno_generic.c	/^typedef struct GenStack GenStack;$/;"	t	typeref:struct:GenStack	file:
GetBottom	./ModuleGraph.h	/^	int GetBottom()$/;"	f	class:CModuleNode
GetBuffer	./MemoryManagement/PBuffer.h	/^	char*	GetBuffer()$/;"	f	class:PBuffer
GetBuffer	./UNOModule/PBuffer.h	/^	char*	GetBuffer()$/;"	f	class:PBuffer
GetBuffer	./UNOModule/PStringToken.cpp	/^char* PStringToken::GetBuffer()$/;"	f	class:PStringToken
GetBufferLength	./MemoryManagement/PBuffer.h	/^	int	GetBufferLength()$/;"	f	class:PBuffer
GetBufferLength	./UNOModule/PBuffer.h	/^	int	GetBufferLength()$/;"	f	class:PBuffer
GetBufferUsedLength	./MemoryManagement/PBuffer.h	/^	int	GetBufferUsedLength()$/;"	f	class:PBuffer
GetBufferUsedLength	./UNOModule/PBuffer.h	/^	int	GetBufferUsedLength()$/;"	f	class:PBuffer
GetFirstToken	./ImproperInitialization/uno.c	/^char* GetFirstToken( const char* pSeps )$/;"	f
GetFirstToken	./MemoryManagement/PStringToken.cpp	/^char* PStringToken::GetFirstToken( const char* pSeps )$/;"	f	class:PStringToken
GetFirstToken	./MemoryManagement/uno.c	/^char* GetFirstToken( const char* pSeps )$/;"	f
GetFirstToken	./OutOfBoundAccess/uno.c	/^char* GetFirstToken( const char* pSeps )$/;"	f
GetFirstToken	./UNOLexer/uno.c	/^char* GetFirstToken( const char* pSeps )$/;"	f
GetFirstToken	./UNOModule/PStringToken.cpp	/^char* PStringToken::GetFirstToken( const char* pSeps )$/;"	f	class:PStringToken
GetFirstToken	./UNOModule/uno.c	/^char* GetFirstToken( const char* pSeps )$/;"	f
GetInputPoint	./ModuleGraph.h	/^	void GetInputPoint ( int& nX , int& nY )$/;"	f	class:CModuleNode
GetIterator	./AnalysisModuleManager.h	/^	inline CModuleInfo* GetIterator()$/;"	f	class:CAnalysisModuleManager
GetIterator	./ModuleGraph.h	/^	inline CModuleNode* GetIterator()$/;"	f	class:CModuleGraph
GetModuleGraph	./AnalysisModuleManager.h	/^	inline CModuleGraph* GetModuleGraph()$/;"	f	class:CAnalysisModuleManager
GetModuleInfo	./ImproperInitialization/UNOImproperInitialization.cpp	/^extern "C" bool GetModuleInfo( CAnalysisModuleInfo* pInfo )$/;"	f
GetModuleInfo	./MemoryManagement/UNOMemoryManagement.cpp	/^extern "C" bool GetModuleInfo( CAnalysisModuleInfo* pInfo )$/;"	f
GetModuleInfo	./ModuleGraph.h	/^	bool GetModuleInfo()$/;"	f	class:CModuleInfo
GetModuleInfo	./OutOfBoundAccess/UNOOutOfBoundAccess.cpp	/^extern "C" bool GetModuleInfo( CAnalysisModuleInfo* pInfo )$/;"	f
GetModuleInfo	./UNOLexer/UNOLexer.cpp	/^extern "C" bool GetModuleInfo( CAnalysisModuleInfo* pInfo )$/;"	f
GetModuleInfo	./UNOModule/UNOImproperInitialization.cpp	/^extern "C" bool GetModuleInfo( CAnalysisModuleInfo* pInfo )$/;"	f
GetModuleInfo	./UNOModule/UNOLexer.cpp	/^extern "C" bool GetModuleInfo( CAnalysisModuleInfo* pInfo )$/;"	f
GetModuleInfo	./UNOModule/UNOOutOfBoundAccess.cpp	/^extern "C" bool GetModuleInfo( CAnalysisModuleInfo* pInfo )$/;"	f
GetModuleRelayInterface	./UNOModule/AnalysisResultManager.cpp	/^CModuleRelayInterface* PAnalysisResultManager::GetModuleRelayInterface()$/;"	f	class:PAnalysisResultManager
GetNextToken	./ImproperInitialization/uno.c	/^char* GetNextToken( const char* pSeps )$/;"	f
GetNextToken	./MemoryManagement/PStringToken.cpp	/^char* PStringToken::GetNextToken( const char* pSeps )$/;"	f	class:PStringToken
GetNextToken	./MemoryManagement/uno.c	/^char* GetNextToken( const char* pSeps )$/;"	f
GetNextToken	./OutOfBoundAccess/uno.c	/^char* GetNextToken( const char* pSeps )$/;"	f
GetNextToken	./UNOLexer/uno.c	/^char* GetNextToken( const char* pSeps )$/;"	f
GetNextToken	./UNOModule/PStringToken.cpp	/^char* PStringToken::GetNextToken( const char* pSeps )$/;"	f	class:PStringToken
GetNextToken	./UNOModule/uno.c	/^char* GetNextToken( const char* pSeps )$/;"	f
GetOption	./ModuleGraph.h	/^	char* GetOption()$/;"	f	class:CModuleInfo
GetOutputPoint	./ModuleGraph.h	/^	void GetOutputPoint ( int& nX , int& nY )$/;"	f	class:CModuleNode
GetRight	./ModuleGraph.h	/^	int GetRight()$/;"	f	class:CModuleNode
GetWordCount	./ImproperInitialization/uno.c	/^int GetWordCount( char* pBuf , int* nBufLength )$/;"	f
GetWordCount	./MemoryManagement/uno.c	/^int GetWordCount( char* pBuf , int* nBufLength )$/;"	f
GetWordCount	./OutOfBoundAccess/uno.c	/^int GetWordCount( char* pBuf , int* nBufLength )$/;"	f
GetWordCount	./UNOLexer/uno.c	/^int GetWordCount( char* pBuf , int* nBufLength )$/;"	f
GetWordCount	./UNOModule/uno.c	/^int GetWordCount( char* pBuf , int* nBufLength )$/;"	f
GlobalArgument	./UNOLexer/uno.h	/^ARGUMENT GlobalArgument;$/;"	v
GlobalCheck	./MemoryManagement/uno_global.c	/^int GlobalCheck(int argc, char **argv)$/;"	f
GlobalCheck	./UNOModule/uno_global.c	/^int GlobalCheck(int argc, char **argv)$/;"	f
Graphs	./MemoryManagement/uno_lts.h	/^struct Graphs {$/;"	s
Graphs	./MemoryManagement/uno_lts.h	/^typedef struct Graphs	Graphs;$/;"	t	typeref:struct:Graphs
Graphs	./UNOModule/uno_lts.h	/^struct Graphs {$/;"	s
Graphs	./UNOModule/uno_lts.h	/^typedef struct Graphs	Graphs;$/;"	t	typeref:struct:Graphs
Gst	./MemoryManagement/uno_lts.c	/^struct Gst {$/;"	s	file:
Gst	./MemoryManagement/uno_lts.c	/^typedef struct Gst Gst;$/;"	t	typeref:struct:Gst	file:
Gst	./UNOModule/uno_lts.c	/^struct Gst {$/;"	s	file:
Gst	./UNOModule/uno_lts.c	/^typedef struct Gst Gst;$/;"	t	typeref:struct:Gst	file:
HASH_ITEM_SZE	./MemoryManagement/nmetab.c	23;"	d	file:
HASH_ITEM_SZE	./UNOModule/nmetab.c	23;"	d	file:
HEAP_H	./MemoryManagement/heap.h	16;"	d
HEAP_H	./UNOModule/heap.h	16;"	d
HIDE	./MemoryManagement/dtags.h	24;"	d
HIDE	./UNOModule/dtags.h	24;"	d
HIGH_BITS	./MemoryManagement/nmetab.c	21;"	d	file:
HIGH_BITS	./UNOModule/nmetab.c	21;"	d	file:
HYPERUNARY	./MemoryManagement/c_gram.c	/^     HYPERUNARY = 360,$/;"	e	enum:yytokentype	file:
HYPERUNARY	./MemoryManagement/c_gram.c	281;"	d	file:
HYPERUNARY	./MemoryManagement/c_gram.h	/^     HYPERUNARY = 360,$/;"	e	enum:yytokentype
HYPERUNARY	./MemoryManagement/c_gram.h	254;"	d
HYPERUNARY	./UNOModule/c_gram.c	/^     HYPERUNARY = 360,$/;"	e	enum:yytokentype	file:
HYPERUNARY	./UNOModule/c_gram.c	281;"	d	file:
HYPERUNARY	./UNOModule/c_gram.h	/^     HYPERUNARY = 360,$/;"	e	enum:yytokentype
HYPERUNARY	./UNOModule/c_gram.h	254;"	d
HashItem	./MemoryManagement/nmetab.c	/^} HashItem;$/;"	t	typeref:struct:hi	file:
HashItem	./UNOModule/nmetab.c	/^} HashItem;$/;"	t	typeref:struct:hi	file:
Heap	./MemoryManagement/heap.h	/^} Heap;$/;"	t	typeref:struct:hp_strt
Heap	./UNOModule/heap.h	/^} Heap;$/;"	t	typeref:struct:hp_strt
HeapAlloc	./MemoryManagement/heap.c	/^HeapAlloc(Heap *heap)$/;"	f
HeapAlloc	./UNOModule/heap.c	/^HeapAlloc(Heap *heap)$/;"	f
HeapAlloc_Gen	./MemoryManagement/heap.c	/^HeapAlloc_Gen(Heap *heap)$/;"	f
HeapAlloc_Gen	./UNOModule/heap.c	/^HeapAlloc_Gen(Heap *heap)$/;"	f
HeapFree	./MemoryManagement/heap.c	/^HeapFree(Heap *unused_heap, void *chunk)$/;"	f
HeapFree	./UNOModule/heap.c	/^HeapFree(Heap *unused_heap, void *chunk)$/;"	f
HitTest	./ModuleGraph.cpp	/^CModuleNode* CModuleGraph::HitTest ( int nX , int nY )$/;"	f	class:CModuleGraph
HitTestInBFS	./ModuleGraph.cpp	/^CModuleNode* CModuleGraph::HitTestInBFS ( CModuleNode* pNode , int& nX , int& nY )$/;"	f	class:CModuleGraph
HitTestInDFS	./ModuleGraph.cpp	/^CModuleNode* CModuleGraph::HitTestInDFS ( CModuleNode* pNode , int& nX , int& nY )$/;"	f	class:CModuleGraph
HitTestInList	./ModuleGraph.cpp	/^CModuleNode* CModuleGraph::HitTestInList ( int& nX , int& nY )$/;"	f	class:CModuleGraph
IDENT	./MemoryManagement/c_gram.c	/^     IDENT = 258,$/;"	e	enum:yytokentype	file:
IDENT	./MemoryManagement/c_gram.c	179;"	d	file:
IDENT	./MemoryManagement/c_gram.h	/^     IDENT = 258,$/;"	e	enum:yytokentype
IDENT	./MemoryManagement/c_gram.h	152;"	d
IDENT	./UNOModule/c_gram.c	/^     IDENT = 258,$/;"	e	enum:yytokentype	file:
IDENT	./UNOModule/c_gram.c	179;"	d	file:
IDENT	./UNOModule/c_gram.h	/^     IDENT = 258,$/;"	e	enum:yytokentype
IDENT	./UNOModule/c_gram.h	152;"	d
IF	./MemoryManagement/c_gram.c	/^     IF = 281,$/;"	e	enum:yytokentype	file:
IF	./MemoryManagement/c_gram.c	202;"	d	file:
IF	./MemoryManagement/c_gram.h	/^     IF = 281,$/;"	e	enum:yytokentype
IF	./MemoryManagement/c_gram.h	175;"	d
IF	./UNOModule/c_gram.c	/^     IF = 281,$/;"	e	enum:yytokentype	file:
IF	./UNOModule/c_gram.c	202;"	d	file:
IF	./UNOModule/c_gram.h	/^     IF = 281,$/;"	e	enum:yytokentype
IF	./UNOModule/c_gram.h	175;"	d
IF_T	./MemoryManagement/tree.h	/^typedef enum { NONE_T, LEAF_T, IF_T, FOR_T, NODE_T } node_type;$/;"	e	enum:__anon4
IF_T	./UNOModule/tree.h	/^typedef enum { NONE_T, LEAF_T, IF_T, FOR_T, NODE_T } node_type;$/;"	e	enum:__anon10
ILYA	./MemoryManagement/c_gram.c	4182;"	d	file:
ILYA	./UNOModule/c_gram.c	4183;"	d	file:
INCLUDES	./ImproperInitialization/Makefile	/^INCLUDES = ..\/include\/AnalysisModuleInterface.h ..\/include\/InOutPin.h $/;"	m
INCLUDES	./Makefile	/^INCLUDES = .\/include\/AnalysisModuleInterface.h .\/include\/InOutPin.h $/;"	m
INCLUDES	./MemoryManagement/Makefile	/^INCLUDES = ..\/include\/AnalysisModuleInterface.h ..\/include\/InOutPin.h $/;"	m
INCLUDES	./OutOfBoundAccess/Makefile	/^INCLUDES = ..\/include\/AnalysisModuleInterface.h ..\/include\/InOutPin.h $/;"	m
INCLUDES	./UNOLexer/Makefile	/^INCLUDES = ..\/include\/AnalysisModuleInterface.h ..\/include\/InOutPin.h $/;"	m
INCLUDES	./UNOModule/Makefile	/^INCLUDES = ..\/include\/AnalysisModuleInterface.h ..\/include\/InOutPin.h $/;"	m
INCOND	./MemoryManagement/dtags.h	30;"	d
INCOND	./UNOModule/dtags.h	30;"	d
INCR	./MemoryManagement/c_gram.c	/^     INCR = 354,$/;"	e	enum:yytokentype	file:
INCR	./MemoryManagement/c_gram.c	275;"	d	file:
INCR	./MemoryManagement/c_gram.h	/^     INCR = 354,$/;"	e	enum:yytokentype
INCR	./MemoryManagement/c_gram.h	248;"	d
INCR	./UNOModule/c_gram.c	/^     INCR = 354,$/;"	e	enum:yytokentype	file:
INCR	./UNOModule/c_gram.c	275;"	d	file:
INCR	./UNOModule/c_gram.h	/^     INCR = 354,$/;"	e	enum:yytokentype
INCR	./UNOModule/c_gram.h	248;"	d
INITIAL	./MemoryManagement/lexer.c	2884;"	d	file:
INITIAL	./UNOModule/lexer.c	2884;"	d	file:
INIT_CHILD_SIZE	./MemoryManagement/symtab.h	112;"	d
INIT_CHILD_SIZE	./UNOModule/symtab.h	112;"	d
INIT_HASHTAB_SIZE	./MemoryManagement/symtab.h	99;"	d
INIT_HASHTAB_SIZE	./UNOModule/symtab.h	99;"	d
INT	./MemoryManagement/c_gram.c	/^     INT = 285,$/;"	e	enum:yytokentype	file:
INT	./MemoryManagement/c_gram.c	206;"	d	file:
INT	./MemoryManagement/c_gram.h	/^     INT = 285,$/;"	e	enum:yytokentype
INT	./MemoryManagement/c_gram.h	179;"	d
INT	./UNOModule/c_gram.c	/^     INT = 285,$/;"	e	enum:yytokentype	file:
INT	./UNOModule/c_gram.c	206;"	d	file:
INT	./UNOModule/c_gram.h	/^     INT = 285,$/;"	e	enum:yytokentype
INT	./UNOModule/c_gram.h	179;"	d
INT16_MAX	./MemoryManagement/lexer.c	73;"	d	file:
INT16_MAX	./UNOModule/lexer.c	73;"	d	file:
INT16_MIN	./MemoryManagement/lexer.c	64;"	d	file:
INT16_MIN	./UNOModule/lexer.c	64;"	d	file:
INT32_MAX	./MemoryManagement/lexer.c	76;"	d	file:
INT32_MAX	./UNOModule/lexer.c	76;"	d	file:
INT32_MIN	./MemoryManagement/lexer.c	67;"	d	file:
INT32_MIN	./UNOModule/lexer.c	67;"	d	file:
INT8_MAX	./MemoryManagement/lexer.c	70;"	d	file:
INT8_MAX	./UNOModule/lexer.c	70;"	d	file:
INT8_MIN	./MemoryManagement/lexer.c	61;"	d	file:
INT8_MIN	./UNOModule/lexer.c	61;"	d	file:
INUM	./MemoryManagement/c_gram.c	/^     INUM = 264,$/;"	e	enum:yytokentype	file:
INUM	./MemoryManagement/c_gram.c	185;"	d	file:
INUM	./MemoryManagement/c_gram.h	/^     INUM = 264,$/;"	e	enum:yytokentype
INUM	./MemoryManagement/c_gram.h	158;"	d
INUM	./UNOModule/c_gram.c	/^     INUM = 264,$/;"	e	enum:yytokentype	file:
INUM	./UNOModule/c_gram.c	185;"	d	file:
INUM	./UNOModule/c_gram.h	/^     INUM = 264,$/;"	e	enum:yytokentype
INUM	./UNOModule/c_gram.h	158;"	d
INVALID	./MemoryManagement/c_gram.c	/^     INVALID = 268,$/;"	e	enum:yytokentype	file:
INVALID	./MemoryManagement/c_gram.c	189;"	d	file:
INVALID	./MemoryManagement/c_gram.h	/^     INVALID = 268,$/;"	e	enum:yytokentype
INVALID	./MemoryManagement/c_gram.h	162;"	d
INVALID	./UNOModule/c_gram.c	/^     INVALID = 268,$/;"	e	enum:yytokentype	file:
INVALID	./UNOModule/c_gram.c	189;"	d	file:
INVALID	./UNOModule/c_gram.h	/^     INVALID = 268,$/;"	e	enum:yytokentype
INVALID	./UNOModule/c_gram.h	162;"	d
IN_SIZEOF	./MemoryManagement/dtags.h	32;"	d
IN_SIZEOF	./UNOModule/dtags.h	32;"	d
IOP_ANALYSIS_RESULT	./include/InOutPin.h	/^	IOP_ANALYSIS_RESULT ,$/;"	e	enum:__anon13
IOP_PARSING_RESULT	./UNOModule/UNOInOutPin.h	7;"	d
IOP_SOURCE_FILES	./include/InOutPin.h	/^	IOP_SOURCE_FILES ,$/;"	e	enum:__anon13
IOP_UNKNOWN	./include/InOutPin.h	/^	IOP_UNKNOWN = 0 ,$/;"	e	enum:__anon13
IOP_USER	./include/InOutPin.h	/^	IOP_USER ,$/;"	e	enum:__anon13
ISTATIC	./MemoryManagement/dtags.h	31;"	d
ISTATIC	./UNOModule/dtags.h	31;"	d
IS_PTR	./MemoryManagement/dtags.h	33;"	d
IS_PTR	./UNOModule/dtags.h	33;"	d
Initialize	./AnalysisModuleManager.cpp	/^bool CAnalysisModuleManager::Initialize ( CAnalysisNotifyInterface* pOwnerInterface , char* pszModuleDir )$/;"	f	class:CAnalysisModuleManager
Initialize	./ImproperInitialization/UNOImproperInitialization.cpp	/^extern "C" void	Initialize( CAnalysisNotifyInterface* pInterface , CModuleRelayInterface* pRelayInterface )$/;"	f
Initialize	./MemoryManagement/AnalysisResultManager.cpp	/^void PAnalysisResultManager::Initialize( unsigned int uiModuleId , CAnalysisNotifyInterface* pAnalysisNotifyInterface , CModuleRelayInterface* pModuleRelayInterface )$/;"	f	class:PAnalysisResultManager
Initialize	./MemoryManagement/UNOMemoryManagement.cpp	/^extern "C" void	Initialize( CAnalysisNotifyInterface* pInterface , CModuleRelayInterface* pRelayInterface )$/;"	f
Initialize	./ModuleGraph.cpp	/^void CModuleGraph::Initialize ( CAnalysisNotifyInterface* pInterface )$/;"	f	class:CModuleGraph
Initialize	./ModuleGraph.h	/^	void Initialize ( CAnalysisNotifyInterface* pInterface , CModuleRelayInterface* pRelayInterface )$/;"	f	class:CModuleInfo
Initialize	./OutOfBoundAccess/UNOOutOfBoundAccess.cpp	/^extern "C" void	Initialize( CAnalysisNotifyInterface* pInterface , CModuleRelayInterface* pRelayInterface )$/;"	f
Initialize	./UNOLexer/UNOLexer.cpp	/^extern "C" void	Initialize( CAnalysisNotifyInterface* pInterface , CModuleRelayInterface* pRelayInterface )$/;"	f
Initialize	./UNOModule/AnalysisResultManager.cpp	/^void PAnalysisResultManager::Initialize( unsigned int uiModuleId , CAnalysisNotifyInterface* pAnalysisNotifyInterface , CModuleRelayInterface* pModuleRelayInterface )$/;"	f	class:PAnalysisResultManager
Initialize	./UNOModule/UNOImproperInitialization.cpp	/^extern "C" void	Initialize( CAnalysisNotifyInterface* pInterface , CModuleRelayInterface* pRelayInterface )$/;"	f
Initialize	./UNOModule/UNOLexer.cpp	/^extern "C" void	Initialize( CAnalysisNotifyInterface* pInterface , CModuleRelayInterface* pRelayInterface )$/;"	f
Initialize	./UNOModule/UNOOutOfBoundAccess.cpp	/^extern "C" void	Initialize( CAnalysisNotifyInterface* pInterface , CModuleRelayInterface* pRelayInterface )$/;"	f
InsertModule	./ModuleGraph.cpp	/^void CModuleGraph::InsertModule ( CModuleInfo* pInfo )$/;"	f	class:CModuleGraph
InsertModuleIntoGraph	./AnalysisModuleManager.cpp	/^void CAnalysisModuleManager::InsertModuleIntoGraph ( CModuleInfo* pInfo )$/;"	f	class:CAnalysisModuleManager
IsEmpty	./MemoryManagement/PBuffer.cpp	/^bool PBuffer::IsEmpty()$/;"	f	class:PBuffer
IsEmpty	./UNOModule/PBuffer.cpp	/^bool PBuffer::IsEmpty()$/;"	f	class:PBuffer
IsEnd	./AnalysisModuleManager.h	/^	inline bool IsEnd()$/;"	f	class:CAnalysisModuleManager
IsEnd	./ModuleGraph.h	/^	inline bool IsEnd()$/;"	f	class:CModuleGraph
IsExistNode	./ModuleGraph.cpp	/^bool CModuleGraph::IsExistNode ( CModuleInfo* pInfo )$/;"	f	class:CModuleGraph
IsExistNode	./ModuleGraph.h	/^	bool IsExistNode ( CModuleNode* pNewChildNode )$/;"	f	class:CModuleNode
Known_nonzero	./MemoryManagement/uno_generic.c	77;"	d	file:
Known_nonzero	./UNOModule/uno_generic.c	77;"	d	file:
Known_zero	./MemoryManagement/uno_generic.c	76;"	d	file:
Known_zero	./UNOModule/uno_generic.c	76;"	d	file:
LABEL_ENTRY	./MemoryManagement/symtab.h	57;"	d
LABEL_ENTRY	./UNOModule/symtab.h	57;"	d
LAST_STATE	./MemoryManagement/lexer.c	2855;"	d	file:
LAST_STATE	./MemoryManagement/lexer.c	2856;"	d	file:
LAST_STATE	./UNOModule/lexer.c	2855;"	d	file:
LAST_STATE	./UNOModule/lexer.c	2856;"	d	file:
LB	./MemoryManagement/dflow.h	80;"	d
LB	./UNOModule/dflow.h	80;"	d
LBRACE	./MemoryManagement/c_gram.c	/^     LBRACE = 317,$/;"	e	enum:yytokentype	file:
LBRACE	./MemoryManagement/c_gram.c	238;"	d	file:
LBRACE	./MemoryManagement/c_gram.h	/^     LBRACE = 317,$/;"	e	enum:yytokentype
LBRACE	./MemoryManagement/c_gram.h	211;"	d
LBRACE	./UNOModule/c_gram.c	/^     LBRACE = 317,$/;"	e	enum:yytokentype	file:
LBRACE	./UNOModule/c_gram.c	238;"	d	file:
LBRACE	./UNOModule/c_gram.h	/^     LBRACE = 317,$/;"	e	enum:yytokentype
LBRACE	./UNOModule/c_gram.h	211;"	d
LBRCKT	./MemoryManagement/c_gram.c	/^     LBRCKT = 361,$/;"	e	enum:yytokentype	file:
LBRCKT	./MemoryManagement/c_gram.c	282;"	d	file:
LBRCKT	./MemoryManagement/c_gram.h	/^     LBRCKT = 361,$/;"	e	enum:yytokentype
LBRCKT	./MemoryManagement/c_gram.h	255;"	d
LBRCKT	./UNOModule/c_gram.c	/^     LBRCKT = 361,$/;"	e	enum:yytokentype	file:
LBRCKT	./UNOModule/c_gram.c	282;"	d	file:
LBRCKT	./UNOModule/c_gram.h	/^     LBRCKT = 361,$/;"	e	enum:yytokentype
LBRCKT	./UNOModule/c_gram.h	255;"	d
LB_SIGN	./MemoryManagement/c_gram.c	/^     LB_SIGN = 322,$/;"	e	enum:yytokentype	file:
LB_SIGN	./MemoryManagement/c_gram.c	243;"	d	file:
LB_SIGN	./MemoryManagement/c_gram.h	/^     LB_SIGN = 322,$/;"	e	enum:yytokentype
LB_SIGN	./MemoryManagement/c_gram.h	216;"	d
LB_SIGN	./UNOModule/c_gram.c	/^     LB_SIGN = 322,$/;"	e	enum:yytokentype	file:
LB_SIGN	./UNOModule/c_gram.c	243;"	d	file:
LB_SIGN	./UNOModule/c_gram.h	/^     LB_SIGN = 322,$/;"	e	enum:yytokentype
LB_SIGN	./UNOModule/c_gram.h	216;"	d
LEAF_T	./MemoryManagement/tree.h	/^typedef enum { NONE_T, LEAF_T, IF_T, FOR_T, NODE_T } node_type;$/;"	e	enum:__anon4
LEAF_T	./UNOModule/tree.h	/^typedef enum { NONE_T, LEAF_T, IF_T, FOR_T, NODE_T } node_type;$/;"	e	enum:__anon10
LESS	./MemoryManagement/c_gram.c	/^     LESS = 343,$/;"	e	enum:yytokentype	file:
LESS	./MemoryManagement/c_gram.c	264;"	d	file:
LESS	./MemoryManagement/c_gram.h	/^     LESS = 343,$/;"	e	enum:yytokentype
LESS	./MemoryManagement/c_gram.h	237;"	d
LESS	./UNOModule/c_gram.c	/^     LESS = 343,$/;"	e	enum:yytokentype	file:
LESS	./UNOModule/c_gram.c	264;"	d	file:
LESS	./UNOModule/c_gram.h	/^     LESS = 343,$/;"	e	enum:yytokentype
LESS	./UNOModule/c_gram.h	237;"	d
LESS_EQ	./MemoryManagement/c_gram.c	/^     LESS_EQ = 312,$/;"	e	enum:yytokentype	file:
LESS_EQ	./MemoryManagement/c_gram.c	233;"	d	file:
LESS_EQ	./MemoryManagement/c_gram.h	/^     LESS_EQ = 312,$/;"	e	enum:yytokentype
LESS_EQ	./MemoryManagement/c_gram.h	206;"	d
LESS_EQ	./UNOModule/c_gram.c	/^     LESS_EQ = 312,$/;"	e	enum:yytokentype	file:
LESS_EQ	./UNOModule/c_gram.c	233;"	d	file:
LESS_EQ	./UNOModule/c_gram.h	/^     LESS_EQ = 312,$/;"	e	enum:yytokentype
LESS_EQ	./UNOModule/c_gram.h	206;"	d
LEXER_H	./MemoryManagement/lexer.h	12;"	d
LEXER_H	./UNOModule/lexer.h	12;"	d
LNode	./MemoryManagement/uno_lts.h	/^struct LNode {$/;"	s
LNode	./MemoryManagement/uno_lts.h	/^typedef struct LNode	LNode;$/;"	t	typeref:struct:LNode
LNode	./UNOModule/uno_lts.h	/^struct LNode {$/;"	s
LNode	./UNOModule/uno_lts.h	/^typedef struct LNode	LNode;$/;"	t	typeref:struct:LNode
LONG	./MemoryManagement/c_gram.c	/^     LONG = 286,$/;"	e	enum:yytokentype	file:
LONG	./MemoryManagement/c_gram.c	207;"	d	file:
LONG	./MemoryManagement/c_gram.h	/^     LONG = 286,$/;"	e	enum:yytokentype
LONG	./MemoryManagement/c_gram.h	180;"	d
LONG	./UNOModule/c_gram.c	/^     LONG = 286,$/;"	e	enum:yytokentype	file:
LONG	./UNOModule/c_gram.c	207;"	d	file:
LONG	./UNOModule/c_gram.h	/^     LONG = 286,$/;"	e	enum:yytokentype
LONG	./UNOModule/c_gram.h	180;"	d
LPAREN	./MemoryManagement/c_gram.c	/^     LPAREN = 362,$/;"	e	enum:yytokentype	file:
LPAREN	./MemoryManagement/c_gram.c	283;"	d	file:
LPAREN	./MemoryManagement/c_gram.h	/^     LPAREN = 362,$/;"	e	enum:yytokentype
LPAREN	./MemoryManagement/c_gram.h	256;"	d
LPAREN	./UNOModule/c_gram.c	/^     LPAREN = 362,$/;"	e	enum:yytokentype	file:
LPAREN	./UNOModule/c_gram.c	283;"	d	file:
LPAREN	./UNOModule/c_gram.h	/^     LPAREN = 362,$/;"	e	enum:yytokentype
LPAREN	./UNOModule/c_gram.h	256;"	d
LX	./ImproperInitialization/uno.h	18;"	d
LX	./MemoryManagement/uno.h	18;"	d
LX	./OutOfBoundAccess/uno.h	18;"	d
LX	./UNOLexer/uno.h	18;"	d
LX	./UNOModule/uno.h	18;"	d
L_SHIFT	./MemoryManagement/c_gram.c	/^     L_SHIFT = 346,$/;"	e	enum:yytokentype	file:
L_SHIFT	./MemoryManagement/c_gram.c	267;"	d	file:
L_SHIFT	./MemoryManagement/c_gram.h	/^     L_SHIFT = 346,$/;"	e	enum:yytokentype
L_SHIFT	./MemoryManagement/c_gram.h	240;"	d
L_SHIFT	./UNOModule/c_gram.c	/^     L_SHIFT = 346,$/;"	e	enum:yytokentype	file:
L_SHIFT	./UNOModule/c_gram.c	267;"	d	file:
L_SHIFT	./UNOModule/c_gram.h	/^     L_SHIFT = 346,$/;"	e	enum:yytokentype
L_SHIFT	./UNOModule/c_gram.h	240;"	d
L_SHIFT_EQ	./MemoryManagement/c_gram.c	/^     L_SHIFT_EQ = 309,$/;"	e	enum:yytokentype	file:
L_SHIFT_EQ	./MemoryManagement/c_gram.c	230;"	d	file:
L_SHIFT_EQ	./MemoryManagement/c_gram.h	/^     L_SHIFT_EQ = 309,$/;"	e	enum:yytokentype
L_SHIFT_EQ	./MemoryManagement/c_gram.h	203;"	d
L_SHIFT_EQ	./UNOModule/c_gram.c	/^     L_SHIFT_EQ = 309,$/;"	e	enum:yytokentype	file:
L_SHIFT_EQ	./UNOModule/c_gram.c	230;"	d	file:
L_SHIFT_EQ	./UNOModule/c_gram.h	/^     L_SHIFT_EQ = 309,$/;"	e	enum:yytokentype
L_SHIFT_EQ	./UNOModule/c_gram.h	203;"	d
Label	./MemoryManagement/uno_fcts.h	/^struct Label {$/;"	s
Label	./MemoryManagement/uno_fcts.h	/^typedef struct Label	Label;$/;"	t	typeref:struct:Label
Label	./UNOModule/uno_fcts.h	/^struct Label {$/;"	s
Label	./UNOModule/uno_fcts.h	/^typedef struct Label	Label;$/;"	t	typeref:struct:Label
List_select	./MemoryManagement/uno_generic.c	69;"	d	file:
List_select	./UNOModule/uno_generic.c	69;"	d	file:
LoadModules	./AnalysisModuleManager.cpp	/^bool CAnalysisModuleManager::LoadModules()$/;"	f	class:CAnalysisModuleManager
LocalArgument	./UNOLexer/uno.h	/^ARGUMENT LocalArgument;$/;"	v
LocalCheck	./ImproperInitialization/uno_local.c	/^int LocalCheck( int argc, char **argv )$/;"	f
LocalCheck	./MemoryManagement/uno_local.c	/^int LocalCheck( int argc, char **argv )$/;"	f
LocalCheck	./OutOfBoundAccess/uno_local.c	/^int LocalCheck( int argc, char **argv )$/;"	f
LocalCheck	./UNOLexer/uno_local.c	/^int LocalCheck(int argc, char **argv)$/;"	f
LocalCheck	./UNOModule/uno_local.c	/^int LocalCheck( int argc, char **argv )$/;"	f
MAX_ARG_SIZE	./ImproperInitialization/UNOImproperInitialization.cpp	21;"	d	file:
MAX_ARG_SIZE	./OutOfBoundAccess/UNOOutOfBoundAccess.h	17;"	d
MAX_ARG_SIZE	./UNOLexer/UNOLexer.h	14;"	d
MAX_ARG_SIZE	./UNOModule/UNOImproperInitialization.cpp	21;"	d	file:
MAX_ARG_SIZE	./UNOModule/UNOLexer.h	14;"	d
MAX_ARG_SIZE	./UNOModule/UNOOutOfBoundAccess.h	17;"	d
MAX_ARG_SIZE	./va_list.c	7;"	d	file:
MAX_BUFFER_SIZE	./ImproperInitialization/UNOImproperInitialization.h	11;"	d
MAX_BUFFER_SIZE	./MemoryManagement/UNOMemoryManagement.h	11;"	d
MAX_BUFFER_SIZE	./OutOfBoundAccess/UNOOutOfBoundAccess.h	11;"	d
MAX_BUFFER_SIZE	./UNOModule/UNOImproperInitialization.h	11;"	d
MAX_BUFFER_SIZE	./UNOModule/UNOOutOfBoundAccess.h	11;"	d
MAX_FILENAME_SIZE	./ImproperInitialization/UNOImproperInitialization.cpp	20;"	d	file:
MAX_FILENAME_SIZE	./MemoryManagement/UNOMemoryManagement.cpp	16;"	d	file:
MAX_FILENAME_SIZE	./OutOfBoundAccess/UNOOutOfBoundAccess.h	16;"	d
MAX_FILENAME_SIZE	./UNOLexer/UNOLexer.h	13;"	d
MAX_FILENAME_SIZE	./UNOModule/UNOImproperInitialization.cpp	20;"	d	file:
MAX_FILENAME_SIZE	./UNOModule/UNOLexer.h	13;"	d
MAX_FILENAME_SIZE	./UNOModule/UNOOutOfBoundAccess.h	16;"	d
MAX_HASH_BCKTS	./MemoryManagement/nmetab.c	24;"	d	file:
MAX_HASH_BCKTS	./UNOModule/nmetab.c	24;"	d	file:
MAX_STRING_LEN	./MemoryManagement/lexer.h	17;"	d
MAX_STRING_LEN	./UNOModule/lexer.h	17;"	d
MAX_TOKN_LEN	./MemoryManagement/lexer.h	20;"	d
MAX_TOKN_LEN	./UNOModule/lexer.h	20;"	d
MEDIUM_LARGE	./MemoryManagement/prnttree.h	26;"	d
MEDIUM_LARGE	./UNOModule/prnttree.h	26;"	d
MINUS	./MemoryManagement/c_gram.c	/^     MINUS = 347,$/;"	e	enum:yytokentype	file:
MINUS	./MemoryManagement/c_gram.c	268;"	d	file:
MINUS	./MemoryManagement/c_gram.h	/^     MINUS = 347,$/;"	e	enum:yytokentype
MINUS	./MemoryManagement/c_gram.h	241;"	d
MINUS	./UNOModule/c_gram.c	/^     MINUS = 347,$/;"	e	enum:yytokentype	file:
MINUS	./UNOModule/c_gram.c	268;"	d	file:
MINUS	./UNOModule/c_gram.h	/^     MINUS = 347,$/;"	e	enum:yytokentype
MINUS	./UNOModule/c_gram.h	241;"	d
MINUS_EQ	./MemoryManagement/c_gram.c	/^     MINUS_EQ = 301,$/;"	e	enum:yytokentype	file:
MINUS_EQ	./MemoryManagement/c_gram.c	222;"	d	file:
MINUS_EQ	./MemoryManagement/c_gram.h	/^     MINUS_EQ = 301,$/;"	e	enum:yytokentype
MINUS_EQ	./MemoryManagement/c_gram.h	195;"	d
MINUS_EQ	./UNOModule/c_gram.c	/^     MINUS_EQ = 301,$/;"	e	enum:yytokentype	file:
MINUS_EQ	./UNOModule/c_gram.c	222;"	d	file:
MINUS_EQ	./UNOModule/c_gram.h	/^     MINUS_EQ = 301,$/;"	e	enum:yytokentype
MINUS_EQ	./UNOModule/c_gram.h	195;"	d
MIN_HUNK_ARRY	./MemoryManagement/heap.h	18;"	d
MIN_HUNK_ARRY	./UNOModule/heap.h	18;"	d
MIN_SZE	./MemoryManagement/heap.h	25;"	d
MIN_SZE	./UNOModule/heap.h	25;"	d
MOD	./MemoryManagement/c_gram.c	/^     MOD = 349,$/;"	e	enum:yytokentype	file:
MOD	./MemoryManagement/c_gram.c	270;"	d	file:
MOD	./MemoryManagement/c_gram.h	/^     MOD = 349,$/;"	e	enum:yytokentype
MOD	./MemoryManagement/c_gram.h	243;"	d
MOD	./UNOModule/c_gram.c	/^     MOD = 349,$/;"	e	enum:yytokentype	file:
MOD	./UNOModule/c_gram.c	270;"	d	file:
MOD	./UNOModule/c_gram.h	/^     MOD = 349,$/;"	e	enum:yytokentype
MOD	./UNOModule/c_gram.h	243;"	d
MODULENODE_ITER	./ModuleGraph.h	/^typedef		MODULENODE_LIST::iterator			MODULENODE_ITER;$/;"	t
MODULENODE_LIST	./ModuleGraph.h	/^typedef		list<CModuleNode *>					MODULENODE_LIST;$/;"	t
MODULENODE_REVERSE_ITER	./ModuleGraph.h	/^typedef		MODULENODE_LIST::reverse_iterator	MODULENODE_REVERSE_ITER;$/;"	t
MODULE_ID	./ImproperInitialization/UNOImproperInitializationInfo.h	5;"	d
MODULE_ID	./MemoryManagement/UNOMemoryManagement.h	8;"	d
MODULE_ID	./OutOfBoundAccess/UNOOutOfBoundAccessInfo.h	5;"	d
MODULE_ID	./UNOLexer/UNOLexerInfo.h	5;"	d
MODULE_ID	./UNOModule/UNOImproperInitializationInfo.h	5;"	d
MODULE_ID	./UNOModule/UNOLexerInfo.h	5;"	d
MODULE_ID	./UNOModule/UNOOutOfBoundAccessInfo.h	5;"	d
MODULE_ITER	./ModuleGraph.h	/^typedef		MODULE_LIST::iterator	MODULE_ITER;$/;"	t
MODULE_LIST	./ModuleGraph.h	/^typedef		list<CModuleInfo *>		MODULE_LIST;$/;"	t
MODULE_NAME	./ImproperInitialization/UNOImproperInitializationInfo.h	4;"	d
MODULE_NAME	./MemoryManagement/UNOMemoryManagement.h	7;"	d
MODULE_NAME	./OutOfBoundAccess/UNOOutOfBoundAccessInfo.h	4;"	d
MODULE_NAME	./UNOLexer/UNOLexerInfo.h	4;"	d
MODULE_NAME	./UNOModule/UNOImproperInitializationInfo.h	4;"	d
MODULE_NAME	./UNOModule/UNOLexerInfo.h	4;"	d
MODULE_NAME	./UNOModule/UNOOutOfBoundAccessInfo.h	4;"	d
MODULE_OBJ_FLAGS	./ImproperInitialization/Makefile	/^MODULE_OBJ_FLAGS = -I ..\/include -D_LINUX_ -g$/;"	m
MODULE_OBJ_FLAGS	./Makefile	/^MODULE_OBJ_FLAGS = -I .\/include -D_LINUX_ -g$/;"	m
MODULE_OBJ_FLAGS	./MemoryManagement/Makefile	/^MODULE_OBJ_FLAGS = -I ..\/include -D_LINUX_$/;"	m
MODULE_OBJ_FLAGS	./OutOfBoundAccess/Makefile	/^MODULE_OBJ_FLAGS = -I ..\/include -D_LINUX_ -g$/;"	m
MODULE_OBJ_FLAGS	./UNOLexer/Makefile	/^MODULE_OBJ_FLAGS = -I ..\/include -D_LINUX_ -g$/;"	m
MODULE_OBJ_FLAGS	./UNOModule/Makefile	/^MODULE_OBJ_FLAGS = -I ..\/include -D_LINUX_ -g$/;"	m
MODULE_REVISION_NO	./ImproperInitialization/UNOImproperInitializationInfo.h	6;"	d
MODULE_REVISION_NO	./MemoryManagement/UNOMemoryManagement.h	9;"	d
MODULE_REVISION_NO	./OutOfBoundAccess/UNOOutOfBoundAccessInfo.h	6;"	d
MODULE_REVISION_NO	./UNOLexer/UNOLexerInfo.h	6;"	d
MODULE_REVISION_NO	./UNOModule/UNOImproperInitializationInfo.h	6;"	d
MODULE_REVISION_NO	./UNOModule/UNOLexerInfo.h	6;"	d
MODULE_REVISION_NO	./UNOModule/UNOOutOfBoundAccessInfo.h	6;"	d
MOD_EQ	./MemoryManagement/c_gram.c	/^     MOD_EQ = 304,$/;"	e	enum:yytokentype	file:
MOD_EQ	./MemoryManagement/c_gram.c	225;"	d	file:
MOD_EQ	./MemoryManagement/c_gram.h	/^     MOD_EQ = 304,$/;"	e	enum:yytokentype
MOD_EQ	./MemoryManagement/c_gram.h	198;"	d
MOD_EQ	./UNOModule/c_gram.c	/^     MOD_EQ = 304,$/;"	e	enum:yytokentype	file:
MOD_EQ	./UNOModule/c_gram.c	225;"	d	file:
MOD_EQ	./UNOModule/c_gram.h	/^     MOD_EQ = 304,$/;"	e	enum:yytokentype
MOD_EQ	./UNOModule/c_gram.h	198;"	d
MX_NODE_1	./MemoryManagement/treestk.h	28;"	d
MX_NODE_1	./UNOModule/treestk.h	28;"	d
MX_NODE_2	./MemoryManagement/treestk.h	29;"	d
MX_NODE_2	./UNOModule/treestk.h	29;"	d
MX_NODE_SZE	./MemoryManagement/treestk.h	30;"	d
MX_NODE_SZE	./UNOModule/treestk.h	30;"	d
MainArgument	./UNOLexer/uno.h	/^ARGUMENT MainArgument;$/;"	v
Match_track	./MemoryManagement/uno_generic.c	75;"	d	file:
Match_track	./UNOModule/uno_generic.c	75;"	d	file:
Move	./ModuleGraph.h	/^	void Move ( int nX , int nY )$/;"	f	class:CModuleNode
NEG	./MemoryManagement/dflow.h	85;"	d
NEG	./UNOModule/dflow.h	85;"	d
NList	./MemoryManagement/uno_fcts.h	/^struct NList {$/;"	s
NList	./MemoryManagement/uno_fcts.h	/^typedef struct NList	NList;$/;"	t	typeref:struct:NList
NList	./UNOModule/uno_fcts.h	/^struct NList {$/;"	s
NList	./UNOModule/uno_fcts.h	/^typedef struct NList	NList;$/;"	t	typeref:struct:NList
NMETAB_H	./MemoryManagement/nmetab.h	12;"	d
NMETAB_H	./UNOModule/nmetab.h	12;"	d
NODE_T	./MemoryManagement/tree.h	/^typedef enum { NONE_T, LEAF_T, IF_T, FOR_T, NODE_T } node_type;$/;"	e	enum:__anon4
NODE_T	./UNOModule/tree.h	/^typedef enum { NONE_T, LEAF_T, IF_T, FOR_T, NODE_T } node_type;$/;"	e	enum:__anon10
NONE	./MemoryManagement/dtags.h	35;"	d
NONE	./UNOModule/dtags.h	35;"	d
NONE_T	./MemoryManagement/tree.h	/^typedef enum { NONE_T, LEAF_T, IF_T, FOR_T, NODE_T } node_type;$/;"	e	enum:__anon4
NONE_T	./UNOModule/tree.h	/^typedef enum { NONE_T, LEAF_T, IF_T, FOR_T, NODE_T } node_type;$/;"	e	enum:__anon10
NOT	./MemoryManagement/c_gram.c	/^     NOT = 358,$/;"	e	enum:yytokentype	file:
NOT	./MemoryManagement/c_gram.c	279;"	d	file:
NOT	./MemoryManagement/c_gram.h	/^     NOT = 358,$/;"	e	enum:yytokentype
NOT	./MemoryManagement/c_gram.h	252;"	d
NOT	./UNOModule/c_gram.c	/^     NOT = 358,$/;"	e	enum:yytokentype	file:
NOT	./UNOModule/c_gram.c	279;"	d	file:
NOT	./UNOModule/c_gram.h	/^     NOT = 358,$/;"	e	enum:yytokentype
NOT	./UNOModule/c_gram.h	252;"	d
NOT_EQ	./MemoryManagement/c_gram.c	/^     NOT_EQ = 314,$/;"	e	enum:yytokentype	file:
NOT_EQ	./MemoryManagement/c_gram.c	235;"	d	file:
NOT_EQ	./MemoryManagement/c_gram.h	/^     NOT_EQ = 314,$/;"	e	enum:yytokentype
NOT_EQ	./MemoryManagement/c_gram.h	208;"	d
NOT_EQ	./UNOModule/c_gram.c	/^     NOT_EQ = 314,$/;"	e	enum:yytokentype	file:
NOT_EQ	./UNOModule/c_gram.c	235;"	d	file:
NOT_EQ	./UNOModule/c_gram.h	/^     NOT_EQ = 314,$/;"	e	enum:yytokentype
NOT_EQ	./UNOModule/c_gram.h	208;"	d
NS	./MemoryManagement/uno_lts.c	/^static State	*NS = (State *) 0;		\/* no state *\/$/;"	v	file:
NS	./UNOModule/uno_lts.c	/^static State	*NS = (State *) 0;		\/* no state *\/$/;"	v	file:
NULL	./include/AnalysisModuleInterface.h	9;"	d
NextIterator	./AnalysisModuleManager.h	/^	inline void NextIterator()$/;"	f	class:CAnalysisModuleManager
NextIterator	./ModuleGraph.h	/^	inline void NextIterator()$/;"	f	class:CModuleGraph
NmeTab	./MemoryManagement/nmetab.c	/^static HashItem *NmeTab[MAX_HASH_BCKTS];$/;"	v	file:
NmeTab	./UNOModule/nmetab.c	/^static HashItem *NmeTab[MAX_HASH_BCKTS];$/;"	v	file:
Node	./MemoryManagement/uno_fcts.h	/^struct Node {$/;"	s
Node	./MemoryManagement/uno_fcts.h	/^typedef struct Node	Node;$/;"	t	typeref:struct:Node
Node	./UNOModule/uno_fcts.h	/^struct Node {$/;"	s
Node	./UNOModule/uno_fcts.h	/^typedef struct Node	Node;$/;"	t	typeref:struct:Node
NotifyRelayResult	./UNOLexer/UNOLexer.cpp	/^void NotifyRelayResult( treenode* pParseTree , char* pszFileName )$/;"	f
NotifyRelayResult	./UNOModule/UNOLexer.cpp	/^void NotifyRelayResult( treenode* pParseTree , char* pszFileName )$/;"	f
Nuts	./MemoryManagement/tree.h	/^struct Nuts {$/;"	s
Nuts	./MemoryManagement/tree.h	/^typedef struct Nuts Nuts;$/;"	t	typeref:struct:Nuts
Nuts	./UNOModule/tree.h	/^struct Nuts {$/;"	s
Nuts	./UNOModule/tree.h	/^typedef struct Nuts Nuts;$/;"	t	typeref:struct:Nuts
OBJFILES	./Makefile	/^OBJFILES = TestMain.o AnalysisNotifyModule.o AnalysisModuleManager.o ModuleGraph.o$/;"	m
ONE_EIGHTH	./MemoryManagement/nmetab.c	20;"	d	file:
ONE_EIGHTH	./UNOModule/nmetab.c	20;"	d	file:
OR	./MemoryManagement/c_gram.c	/^     OR = 336,$/;"	e	enum:yytokentype	file:
OR	./MemoryManagement/c_gram.c	257;"	d	file:
OR	./MemoryManagement/c_gram.h	/^     OR = 336,$/;"	e	enum:yytokentype
OR	./MemoryManagement/c_gram.h	230;"	d
OR	./UNOModule/c_gram.c	/^     OR = 336,$/;"	e	enum:yytokentype	file:
OR	./UNOModule/c_gram.c	257;"	d	file:
OR	./UNOModule/c_gram.h	/^     OR = 336,$/;"	e	enum:yytokentype
OR	./UNOModule/c_gram.h	230;"	d
Offset	./ModuleGraph.h	/^	void Offset ( int nX , int nY )$/;"	f	class:CModuleNode
OnNotifyAnalysisResult	./AnalysisNotifyModule.cpp	/^void CAnalysisNotifyModule::OnNotifyAnalysisResult( unsigned int uiModuleId , CAnalysisResultPin* pAnalysisResultPin )$/;"	f	class:CAnalysisNotifyModule
OnNotifyError	./AnalysisNotifyModule.cpp	/^void CAnalysisNotifyModule::OnNotifyError( unsigned int uiModuleId , unsigned int uiErrorNo , char* pErrorText )$/;"	f	class:CAnalysisNotifyModule
OnNotifyProcessState	./AnalysisNotifyModule.cpp	/^void CAnalysisNotifyModule::OnNotifyProcessState( CNotifyProcessState* pProcessState )$/;"	f	class:CAnalysisNotifyModule
OnRelayResult	./ModuleGraph.cpp	/^void CModuleGraph::OnRelayResult ( unsigned int uiModuleId , CInOutPinBase* pOutPin )$/;"	f	class:CModuleGraph
On_track	./MemoryManagement/uno_generic.c	73;"	d	file:
On_track	./UNOModule/uno_generic.c	73;"	d	file:
PARAM	./MemoryManagement/dtags.h	29;"	d
PARAM	./UNOModule/dtags.h	29;"	d
PARAM_ENTRY	./MemoryManagement/symtab.h	63;"	d
PARAM_ENTRY	./UNOModule/symtab.h	63;"	d
PAnalysisResultManager	./MemoryManagement/AnalysisResultManager.cpp	/^PAnalysisResultManager::PAnalysisResultManager( CAnalysisNotifyInterface* pAnalysisNotifyInterface , CModuleRelayInterface* pModuleRelayInterface )$/;"	f	class:PAnalysisResultManager
PAnalysisResultManager	./MemoryManagement/AnalysisResultManager.cpp	/^PAnalysisResultManager::PAnalysisResultManager()$/;"	f	class:PAnalysisResultManager
PAnalysisResultManager	./MemoryManagement/AnalysisResultManager.h	/^class PAnalysisResultManager  $/;"	c
PAnalysisResultManager	./UNOModule/AnalysisResultManager.cpp	/^PAnalysisResultManager::PAnalysisResultManager( CAnalysisNotifyInterface* pAnalysisNotifyInterface , CModuleRelayInterface* pModuleRelayInterface )$/;"	f	class:PAnalysisResultManager
PAnalysisResultManager	./UNOModule/AnalysisResultManager.cpp	/^PAnalysisResultManager::PAnalysisResultManager()$/;"	f	class:PAnalysisResultManager
PAnalysisResultManager	./UNOModule/AnalysisResultManager.h	/^class PAnalysisResultManager  $/;"	c
PBuf	./MemoryManagement/prnttree.c	/^static char	PBuf[BufLimit];$/;"	v	file:
PBuf	./UNOModule/prnttree.c	/^static char	PBuf[BufLimit];$/;"	v	file:
PBuffer	./MemoryManagement/PBuffer.cpp	/^PBuffer::PBuffer()$/;"	f	class:PBuffer
PBuffer	./MemoryManagement/PBuffer.h	/^class PBuffer  $/;"	c
PBuffer	./UNOModule/PBuffer.cpp	/^PBuffer::PBuffer()$/;"	f	class:PBuffer
PBuffer	./UNOModule/PBuffer.h	/^class PBuffer  $/;"	c
PIN_NAME_ANALYSIS_RESULT	./include/InOutPin.h	16;"	d
PIN_NAME_PARSING_RESULT	./UNOModule/UNOInOutPin.h	8;"	d
PIN_NAME_SOURCE_FILE	./include/InOutPin.h	15;"	d
PIN_TRACKER_MARGIN	./ModuleGraph.h	15;"	d
PLUS	./MemoryManagement/c_gram.c	/^     PLUS = 348,$/;"	e	enum:yytokentype	file:
PLUS	./MemoryManagement/c_gram.c	269;"	d	file:
PLUS	./MemoryManagement/c_gram.h	/^     PLUS = 348,$/;"	e	enum:yytokentype
PLUS	./MemoryManagement/c_gram.h	242;"	d
PLUS	./UNOModule/c_gram.c	/^     PLUS = 348,$/;"	e	enum:yytokentype	file:
PLUS	./UNOModule/c_gram.c	269;"	d	file:
PLUS	./UNOModule/c_gram.h	/^     PLUS = 348,$/;"	e	enum:yytokentype
PLUS	./UNOModule/c_gram.h	242;"	d
PLUS_EQ	./MemoryManagement/c_gram.c	/^     PLUS_EQ = 300,$/;"	e	enum:yytokentype	file:
PLUS_EQ	./MemoryManagement/c_gram.c	221;"	d	file:
PLUS_EQ	./MemoryManagement/c_gram.h	/^     PLUS_EQ = 300,$/;"	e	enum:yytokentype
PLUS_EQ	./MemoryManagement/c_gram.h	194;"	d
PLUS_EQ	./UNOModule/c_gram.c	/^     PLUS_EQ = 300,$/;"	e	enum:yytokentype	file:
PLUS_EQ	./UNOModule/c_gram.c	221;"	d	file:
PLUS_EQ	./UNOModule/c_gram.h	/^     PLUS_EQ = 300,$/;"	e	enum:yytokentype
PLUS_EQ	./UNOModule/c_gram.h	194;"	d
PNTR_SZE	./MemoryManagement/heap.h	23;"	d
PNTR_SZE	./UNOModule/heap.h	23;"	d
PP	./MemoryManagement/lexer.c	2886;"	d	file:
PP	./UNOModule/lexer.c	2886;"	d	file:
PP_DEFINE	./MemoryManagement/c_gram.c	/^     PP_DEFINE = 267,$/;"	e	enum:yytokentype	file:
PP_DEFINE	./MemoryManagement/c_gram.c	188;"	d	file:
PP_DEFINE	./MemoryManagement/c_gram.h	/^     PP_DEFINE = 267,$/;"	e	enum:yytokentype
PP_DEFINE	./MemoryManagement/c_gram.h	161;"	d
PP_DEFINE	./UNOModule/c_gram.c	/^     PP_DEFINE = 267,$/;"	e	enum:yytokentype	file:
PP_DEFINE	./UNOModule/c_gram.c	188;"	d	file:
PP_DEFINE	./UNOModule/c_gram.h	/^     PP_DEFINE = 267,$/;"	e	enum:yytokentype
PP_DEFINE	./UNOModule/c_gram.h	161;"	d
PRNTTREE_H	./MemoryManagement/prnttree.h	14;"	d
PRNTTREE_H	./UNOModule/prnttree.h	14;"	d
PStringToken	./MemoryManagement/PStringToken.cpp	/^PStringToken::PStringToken()$/;"	f	class:PStringToken
PStringToken	./MemoryManagement/PStringToken.h	/^class PStringToken  $/;"	c
PStringToken	./UNOModule/PStringToken.cpp	/^PStringToken::PStringToken()$/;"	f	class:PStringToken
PStringToken	./UNOModule/PStringToken.h	/^class PStringToken  $/;"	c
ParseStack	./ImproperInitialization/uno_local.c	/^TreeStack	*ParseStack;	\/*            c_gram.y, lexer.l *\/$/;"	v
ParseStack	./MemoryManagement/uno_local.c	/^TreeStack	*ParseStack;	\/*            c_gram.y, lexer.l *\/$/;"	v
ParseStack	./OutOfBoundAccess/uno_local.c	/^TreeStack	*ParseStack;	\/*            c_gram.y, lexer.l *\/$/;"	v
ParseStack	./UNOLexer/uno_local.c	/^TreeStack	*ParseStack;	\/*            c_gram.y, lexer.l *\/$/;"	v
ParseStack	./UNOModule/uno_local.c	/^TreeStack	*ParseStack;	\/*            c_gram.y, lexer.l *\/$/;"	v
Parse_TOS	./ImproperInitialization/uno_local.c	/^Stk_Item	*Parse_TOS;	\/* treestk.c, c_gram.y, lexer.l, tree.c *\/$/;"	v
Parse_TOS	./MemoryManagement/uno_local.c	/^Stk_Item	*Parse_TOS;	\/* treestk.c, c_gram.y, lexer.l, tree.c *\/$/;"	v
Parse_TOS	./OutOfBoundAccess/uno_local.c	/^Stk_Item	*Parse_TOS;	\/* treestk.c, c_gram.y, lexer.l, tree.c *\/$/;"	v
Parse_TOS	./UNOLexer/uno_local.c	/^Stk_Item	*Parse_TOS;	\/* treestk.c, c_gram.y, lexer.l, tree.c *\/$/;"	v
Parse_TOS	./UNOModule/uno_local.c	/^Stk_Item	*Parse_TOS;	\/* treestk.c, c_gram.y, lexer.l, tree.c *\/$/;"	v
PathCond	./MemoryManagement/uno_lts.h	/^struct PathCond {$/;"	s
PathCond	./MemoryManagement/uno_lts.h	/^typedef struct PathCond PathCond;$/;"	t	typeref:struct:PathCond
PathCond	./UNOModule/uno_lts.h	/^struct PathCond {$/;"	s
PathCond	./UNOModule/uno_lts.h	/^typedef struct PathCond PathCond;$/;"	t	typeref:struct:PathCond
PinHitTest	./ModuleGraph.cpp	/^CModuleNode* CModuleGraph::PinHitTest ( int nX , int nY , bool& bPinIn )$/;"	f	class:CModuleGraph
Place	./MemoryManagement/uno_global.h	/^struct Place {$/;"	s
Place	./MemoryManagement/uno_global.h	/^typedef struct Place	Place;$/;"	t	typeref:struct:Place
Place	./UNOModule/uno_global.h	/^struct Place {$/;"	s
Place	./UNOModule/uno_global.h	/^typedef struct Place	Place;$/;"	t	typeref:struct:Place
PlaceName	./MemoryManagement/uno_global.h	/^struct PlaceName {$/;"	s
PlaceName	./MemoryManagement/uno_global.h	/^typedef struct PlaceName PlaceName;$/;"	t	typeref:struct:PlaceName
PlaceName	./UNOModule/uno_global.h	/^struct PlaceName {$/;"	s
PlaceName	./UNOModule/uno_global.h	/^typedef struct PlaceName PlaceName;$/;"	t	typeref:struct:PlaceName
Pool	./MemoryManagement/uno_fcts.h	/^struct Pool {$/;"	s
Pool	./MemoryManagement/uno_fcts.h	/^typedef struct Pool	Pool;$/;"	t	typeref:struct:Pool
Pool	./UNOModule/uno_fcts.h	/^struct Pool {$/;"	s
Pool	./UNOModule/uno_fcts.h	/^typedef struct Pool	Pool;$/;"	t	typeref:struct:Pool
PrintfEx	./ImproperInitialization/UNOImproperInitialization.cpp	/^void PrintfEx( const char* pFmt , ... )$/;"	f
PrintfEx	./OutOfBoundAccess/UNOOutOfBoundAccess.cpp	/^void PrintfEx( const char* pFmt , ... )$/;"	f
PrintfEx	./UNOLexer/UNOLexer.cpp	/^void PrintfEx( const char* pFmt , ... )$/;"	f
PrintfEx	./UNOModule/UNOImproperInitialization.cpp	/^void PrintfEx( const char* pFmt , ... )$/;"	f
PrintfEx	./UNOModule/UNOLexer.cpp	/^void PrintfEx( const char* pFmt , ... )$/;"	f
PrintfEx	./UNOModule/UNOOutOfBoundAccess.cpp	/^void PrintfEx( const char* pFmt , ... )$/;"	f
PrintfEx	./va_list.c	/^void PrintfEx( const char* pFmt , ... )$/;"	f
ProcessAnalysisError	./UNOModule/AnalysisResultManager.cpp	/^void PAnalysisResultManager::ProcessAnalysisError( char* pBuffer , int nLength )$/;"	f	class:PAnalysisResultManager
ProcessAnalysisResult	./UNOModule/AnalysisResultManager.cpp	/^void PAnalysisResultManager::ProcessAnalysisResult( PStringToken* pStringToken , int nLength )$/;"	f	class:PAnalysisResultManager
ProcessAnalysisState	./UNOModule/AnalysisResultManager.cpp	/^void PAnalysisResultManager::ProcessAnalysisState( PStringToken* pStringToken , int nLength )$/;"	f	class:PAnalysisResultManager
ProcessBufferData	./MemoryManagement/AnalysisResultManager.cpp	/^void PAnalysisResultManager::ProcessBufferData( bool IsEnd )$/;"	f	class:PAnalysisResultManager
ProcessBufferData	./UNOModule/AnalysisResultManager.cpp	/^void PAnalysisResultManager::ProcessBufferData( bool IsEnd )$/;"	f	class:PAnalysisResultManager
ProcessOneData	./MemoryManagement/AnalysisResultManager.cpp	/^void PAnalysisResultManager::ProcessOneData( int nType , char* pBuffer , int nLength )$/;"	f	class:PAnalysisResultManager
ProcessOneData	./UNOModule/AnalysisResultManager.cpp	/^void PAnalysisResultManager::ProcessOneData( int nType , char* pBuffer , int nLength )$/;"	f	class:PAnalysisResultManager
ProcessReadData	./ImproperInitialization/UNOImproperInitialization.cpp	/^void ProcessReadData( int nFd )$/;"	f
ProcessReadData	./MemoryManagement/UNOMemoryManagement.cpp	/^void ProcessReadData( int nFd )$/;"	f
ProcessReadData	./UNOModule/UNOImproperInitialization.cpp	/^void ProcessReadData( int nFd )$/;"	f
ProcessStateInfo	./UNOModule/UNOInOutPin.h	/^	CProcessStateInfo ProcessStateInfo;$/;"	m	class:CParsingResultPin
PtInPointWithMargin	./ModuleGraph.cpp	/^bool CModuleGraph::PtInPointWithMargin ( int& nX , int& nY , int& nInX , int& nInY )$/;"	f	class:CModuleGraph
PtInRect	./ModuleGraph.h	/^	bool PtInRect ( int& nX , int& nY )$/;"	f	class:CModuleNode
PtinLine	./ModuleGraph.h	/^	inline bool PtinLine ( double fAx , double fAy , double fBx , double fBy , double fPx , double fPy , double fEpsilon )$/;"	f	class:CModuleGraph
QUESTMARK	./MemoryManagement/c_gram.c	/^     QUESTMARK = 335,$/;"	e	enum:yytokentype	file:
QUESTMARK	./MemoryManagement/c_gram.c	256;"	d	file:
QUESTMARK	./MemoryManagement/c_gram.h	/^     QUESTMARK = 335,$/;"	e	enum:yytokentype
QUESTMARK	./MemoryManagement/c_gram.h	229;"	d
QUESTMARK	./UNOModule/c_gram.c	/^     QUESTMARK = 335,$/;"	e	enum:yytokentype	file:
QUESTMARK	./UNOModule/c_gram.c	256;"	d	file:
QUESTMARK	./UNOModule/c_gram.h	/^     QUESTMARK = 335,$/;"	e	enum:yytokentype
QUESTMARK	./UNOModule/c_gram.h	229;"	d
RBRACE	./MemoryManagement/c_gram.c	/^     RBRACE = 318,$/;"	e	enum:yytokentype	file:
RBRACE	./MemoryManagement/c_gram.c	239;"	d	file:
RBRACE	./MemoryManagement/c_gram.h	/^     RBRACE = 318,$/;"	e	enum:yytokentype
RBRACE	./MemoryManagement/c_gram.h	212;"	d
RBRACE	./UNOModule/c_gram.c	/^     RBRACE = 318,$/;"	e	enum:yytokentype	file:
RBRACE	./UNOModule/c_gram.c	239;"	d	file:
RBRACE	./UNOModule/c_gram.h	/^     RBRACE = 318,$/;"	e	enum:yytokentype
RBRACE	./UNOModule/c_gram.h	212;"	d
RBRCKT	./MemoryManagement/c_gram.c	/^     RBRCKT = 316,$/;"	e	enum:yytokentype	file:
RBRCKT	./MemoryManagement/c_gram.c	237;"	d	file:
RBRCKT	./MemoryManagement/c_gram.h	/^     RBRCKT = 316,$/;"	e	enum:yytokentype
RBRCKT	./MemoryManagement/c_gram.h	210;"	d
RBRCKT	./UNOModule/c_gram.c	/^     RBRCKT = 316,$/;"	e	enum:yytokentype	file:
RBRCKT	./UNOModule/c_gram.c	237;"	d	file:
RBRCKT	./UNOModule/c_gram.h	/^     RBRCKT = 316,$/;"	e	enum:yytokentype
RBRCKT	./UNOModule/c_gram.h	210;"	d
REF0	./MemoryManagement/dtags.h	18;"	d
REF0	./UNOModule/dtags.h	18;"	d
REF1	./MemoryManagement/dtags.h	19;"	d
REF1	./UNOModule/dtags.h	19;"	d
REF2	./MemoryManagement/dtags.h	20;"	d
REF2	./UNOModule/dtags.h	20;"	d
REGISTR	./MemoryManagement/c_gram.c	/^     REGISTR = 287,$/;"	e	enum:yytokentype	file:
REGISTR	./MemoryManagement/c_gram.c	208;"	d	file:
REGISTR	./MemoryManagement/c_gram.h	/^     REGISTR = 287,$/;"	e	enum:yytokentype
REGISTR	./MemoryManagement/c_gram.h	181;"	d
REGISTR	./UNOModule/c_gram.c	/^     REGISTR = 287,$/;"	e	enum:yytokentype	file:
REGISTR	./UNOModule/c_gram.c	208;"	d	file:
REGISTR	./UNOModule/c_gram.h	/^     REGISTR = 287,$/;"	e	enum:yytokentype
REGISTR	./UNOModule/c_gram.h	181;"	d
REJECT	./MemoryManagement/lexer.c	2721;"	d	file:
REJECT	./UNOModule/lexer.c	2721;"	d	file:
RETURN	./MemoryManagement/c_gram.c	/^     RETURN = 288,$/;"	e	enum:yytokentype	file:
RETURN	./MemoryManagement/c_gram.c	209;"	d	file:
RETURN	./MemoryManagement/c_gram.h	/^     RETURN = 288,$/;"	e	enum:yytokentype
RETURN	./MemoryManagement/c_gram.h	182;"	d
RETURN	./UNOModule/c_gram.c	/^     RETURN = 288,$/;"	e	enum:yytokentype	file:
RETURN	./UNOModule/c_gram.c	209;"	d	file:
RETURN	./UNOModule/c_gram.h	/^     RETURN = 288,$/;"	e	enum:yytokentype
RETURN	./UNOModule/c_gram.h	182;"	d
RNUM	./MemoryManagement/c_gram.c	/^     RNUM = 265,$/;"	e	enum:yytokentype	file:
RNUM	./MemoryManagement/c_gram.c	186;"	d	file:
RNUM	./MemoryManagement/c_gram.h	/^     RNUM = 265,$/;"	e	enum:yytokentype
RNUM	./MemoryManagement/c_gram.h	159;"	d
RNUM	./UNOModule/c_gram.c	/^     RNUM = 265,$/;"	e	enum:yytokentype	file:
RNUM	./UNOModule/c_gram.c	186;"	d	file:
RNUM	./UNOModule/c_gram.h	/^     RNUM = 265,$/;"	e	enum:yytokentype
RNUM	./UNOModule/c_gram.h	159;"	d
RPAREN	./MemoryManagement/c_gram.c	/^     RPAREN = 315,$/;"	e	enum:yytokentype	file:
RPAREN	./MemoryManagement/c_gram.c	236;"	d	file:
RPAREN	./MemoryManagement/c_gram.h	/^     RPAREN = 315,$/;"	e	enum:yytokentype
RPAREN	./MemoryManagement/c_gram.h	209;"	d
RPAREN	./UNOModule/c_gram.c	/^     RPAREN = 315,$/;"	e	enum:yytokentype	file:
RPAREN	./UNOModule/c_gram.c	236;"	d	file:
RPAREN	./UNOModule/c_gram.h	/^     RPAREN = 315,$/;"	e	enum:yytokentype
RPAREN	./UNOModule/c_gram.h	209;"	d
R_SHIFT	./MemoryManagement/c_gram.c	/^     R_SHIFT = 345,$/;"	e	enum:yytokentype	file:
R_SHIFT	./MemoryManagement/c_gram.c	266;"	d	file:
R_SHIFT	./MemoryManagement/c_gram.h	/^     R_SHIFT = 345,$/;"	e	enum:yytokentype
R_SHIFT	./MemoryManagement/c_gram.h	239;"	d
R_SHIFT	./UNOModule/c_gram.c	/^     R_SHIFT = 345,$/;"	e	enum:yytokentype	file:
R_SHIFT	./UNOModule/c_gram.c	266;"	d	file:
R_SHIFT	./UNOModule/c_gram.h	/^     R_SHIFT = 345,$/;"	e	enum:yytokentype
R_SHIFT	./UNOModule/c_gram.h	239;"	d
R_SHIFT_EQ	./MemoryManagement/c_gram.c	/^     R_SHIFT_EQ = 310,$/;"	e	enum:yytokentype	file:
R_SHIFT_EQ	./MemoryManagement/c_gram.c	231;"	d	file:
R_SHIFT_EQ	./MemoryManagement/c_gram.h	/^     R_SHIFT_EQ = 310,$/;"	e	enum:yytokentype
R_SHIFT_EQ	./MemoryManagement/c_gram.h	204;"	d
R_SHIFT_EQ	./UNOModule/c_gram.c	/^     R_SHIFT_EQ = 310,$/;"	e	enum:yytokentype	file:
R_SHIFT_EQ	./UNOModule/c_gram.c	231;"	d	file:
R_SHIFT_EQ	./UNOModule/c_gram.h	/^     R_SHIFT_EQ = 310,$/;"	e	enum:yytokentype
R_SHIFT_EQ	./UNOModule/c_gram.h	204;"	d
RealDecls	./MemoryManagement/dflow.c	/^static int	RealDecls;$/;"	v	file:
RealDecls	./UNOModule/dflow.c	/^static int	RealDecls;$/;"	v	file:
Recorded	./MemoryManagement/c_gram.c	/^struct Recorded {$/;"	s	file:
Recorded	./MemoryManagement/c_gram.c	/^typedef struct Recorded Recorded;$/;"	t	typeref:struct:Recorded	file:
Recorded	./UNOModule/c_gram.c	/^struct Recorded {$/;"	s	file:
Recorded	./UNOModule/c_gram.c	/^typedef struct Recorded Recorded;$/;"	t	typeref:struct:Recorded	file:
RemoveChildNode	./ModuleGraph.h	/^	void RemoveChildNode ( CModuleNode* pNode )$/;"	f	class:CModuleNode
RemoveNodeInGraph	./ModuleGraph.cpp	/^void CModuleGraph::RemoveNodeInGraph ( CModuleNode* pNode )$/;"	f	class:CModuleGraph
RemoveNodeInList	./ModuleGraph.cpp	/^void CModuleGraph::RemoveNodeInList ( CModuleNode* pNode )$/;"	f	class:CModuleGraph
Report	./MemoryManagement/uno_fcts.h	/^struct Report {$/;"	s
Report	./MemoryManagement/uno_fcts.h	/^typedef struct Report	Report;$/;"	t	typeref:struct:Report
Report	./UNOModule/uno_fcts.h	/^struct Report {$/;"	s
Report	./UNOModule/uno_fcts.h	/^typedef struct Report	Report;$/;"	t	typeref:struct:Report
RetFunc	./TestFile/Test1.c	/^void RetFunc()$/;"	f
RightTrim	./ImproperInitialization/uno.c	/^void RightTrim( char* pCommand )$/;"	f
RightTrim	./MemoryManagement/uno.c	/^void RightTrim( char* pCommand )$/;"	f
RightTrim	./OutOfBoundAccess/uno.c	/^void RightTrim( char* pCommand )$/;"	f
RightTrim	./UNOLexer/uno.c	/^void RightTrim( char* pCommand )$/;"	f
RightTrim	./UNOModule/uno.c	/^void RightTrim( char* pCommand )$/;"	f
Rstack	./MemoryManagement/uno_fcts.h	/^struct Rstack {$/;"	s
Rstack	./MemoryManagement/uno_fcts.h	/^typedef struct Rstack	Rstack;$/;"	t	typeref:struct:Rstack
Rstack	./UNOModule/uno_fcts.h	/^struct Rstack {$/;"	s
Rstack	./UNOModule/uno_fcts.h	/^typedef struct Rstack	Rstack;$/;"	t	typeref:struct:Rstack
SELECTED	./MemoryManagement/dtags.h	38;"	d
SELECTED	./UNOModule/dtags.h	38;"	d
SEMICOLON	./MemoryManagement/c_gram.c	/^     SEMICOLON = 319,$/;"	e	enum:yytokentype	file:
SEMICOLON	./MemoryManagement/c_gram.c	240;"	d	file:
SEMICOLON	./MemoryManagement/c_gram.h	/^     SEMICOLON = 319,$/;"	e	enum:yytokentype
SEMICOLON	./MemoryManagement/c_gram.h	213;"	d
SEMICOLON	./UNOModule/c_gram.c	/^     SEMICOLON = 319,$/;"	e	enum:yytokentype	file:
SEMICOLON	./UNOModule/c_gram.c	240;"	d	file:
SEMICOLON	./UNOModule/c_gram.h	/^     SEMICOLON = 319,$/;"	e	enum:yytokentype
SEMICOLON	./UNOModule/c_gram.h	213;"	d
SETPOS_FOR	./MemoryManagement/lexer.c	2845;"	d	file:
SETPOS_FOR	./MemoryManagement/lexer.c	2846;"	d	file:
SETPOS_FOR	./UNOModule/lexer.c	2845;"	d	file:
SETPOS_FOR	./UNOModule/lexer.c	2846;"	d	file:
SETPOS_IF	./MemoryManagement/lexer.c	2835;"	d	file:
SETPOS_IF	./MemoryManagement/lexer.c	2836;"	d	file:
SETPOS_IF	./UNOModule/lexer.c	2835;"	d	file:
SETPOS_IF	./UNOModule/lexer.c	2836;"	d	file:
SETPOS_LEAF	./MemoryManagement/lexer.c	2826;"	d	file:
SETPOS_LEAF	./MemoryManagement/lexer.c	2827;"	d	file:
SETPOS_LEAF	./UNOModule/lexer.c	2826;"	d	file:
SETPOS_LEAF	./UNOModule/lexer.c	2827;"	d	file:
SETPOS_NDE	./MemoryManagement/lexer.c	2816;"	d	file:
SETPOS_NDE	./MemoryManagement/lexer.c	2817;"	d	file:
SETPOS_NDE	./UNOModule/lexer.c	2816;"	d	file:
SETPOS_NDE	./UNOModule/lexer.c	2817;"	d	file:
SGNED	./MemoryManagement/c_gram.c	/^     SGNED = 290,$/;"	e	enum:yytokentype	file:
SGNED	./MemoryManagement/c_gram.c	211;"	d	file:
SGNED	./MemoryManagement/c_gram.h	/^     SGNED = 290,$/;"	e	enum:yytokentype
SGNED	./MemoryManagement/c_gram.h	184;"	d
SGNED	./UNOModule/c_gram.c	/^     SGNED = 290,$/;"	e	enum:yytokentype	file:
SGNED	./UNOModule/c_gram.c	211;"	d	file:
SGNED	./UNOModule/c_gram.h	/^     SGNED = 290,$/;"	e	enum:yytokentype
SGNED	./UNOModule/c_gram.h	184;"	d
SHORT	./MemoryManagement/c_gram.c	/^     SHORT = 289,$/;"	e	enum:yytokentype	file:
SHORT	./MemoryManagement/c_gram.c	210;"	d	file:
SHORT	./MemoryManagement/c_gram.h	/^     SHORT = 289,$/;"	e	enum:yytokentype
SHORT	./MemoryManagement/c_gram.h	183;"	d
SHORT	./UNOModule/c_gram.c	/^     SHORT = 289,$/;"	e	enum:yytokentype	file:
SHORT	./UNOModule/c_gram.c	210;"	d	file:
SHORT	./UNOModule/c_gram.h	/^     SHORT = 289,$/;"	e	enum:yytokentype
SHORT	./UNOModule/c_gram.h	183;"	d
SHOW	./MemoryManagement/tree.c	544;"	d	file:
SHOW	./MemoryManagement/tree.c	687;"	d	file:
SHOW	./UNOModule/tree.c	544;"	d	file:
SHOW	./UNOModule/tree.c	687;"	d	file:
SIZEOF	./MemoryManagement/c_gram.c	/^     SIZEOF = 356,$/;"	e	enum:yytokentype	file:
SIZEOF	./MemoryManagement/c_gram.c	277;"	d	file:
SIZEOF	./MemoryManagement/c_gram.h	/^     SIZEOF = 356,$/;"	e	enum:yytokentype
SIZEOF	./MemoryManagement/c_gram.h	250;"	d
SIZEOF	./UNOModule/c_gram.c	/^     SIZEOF = 356,$/;"	e	enum:yytokentype	file:
SIZEOF	./UNOModule/c_gram.c	277;"	d	file:
SIZEOF	./UNOModule/c_gram.h	/^     SIZEOF = 356,$/;"	e	enum:yytokentype
SIZEOF	./UNOModule/c_gram.h	250;"	d
SOURCE_FILENAME_SEPERATOR	./include/InOutPin.h	4;"	d
ST	./MemoryManagement/uno_lts.c	/^typedef struct ST {$/;"	s	file:
ST	./MemoryManagement/uno_lts.c	/^} ST;$/;"	t	typeref:struct:ST	file:
ST	./UNOModule/uno_lts.c	/^typedef struct ST {$/;"	s	file:
ST	./UNOModule/uno_lts.c	/^} ST;$/;"	t	typeref:struct:ST	file:
STAR	./MemoryManagement/c_gram.c	/^     STAR = 351,$/;"	e	enum:yytokentype	file:
STAR	./MemoryManagement/c_gram.c	272;"	d	file:
STAR	./MemoryManagement/c_gram.h	/^     STAR = 351,$/;"	e	enum:yytokentype
STAR	./MemoryManagement/c_gram.h	245;"	d
STAR	./UNOModule/c_gram.c	/^     STAR = 351,$/;"	e	enum:yytokentype	file:
STAR	./UNOModule/c_gram.c	272;"	d	file:
STAR	./UNOModule/c_gram.h	/^     STAR = 351,$/;"	e	enum:yytokentype
STAR	./UNOModule/c_gram.h	245;"	d
STAR_EQ	./MemoryManagement/c_gram.c	/^     STAR_EQ = 302,$/;"	e	enum:yytokentype	file:
STAR_EQ	./MemoryManagement/c_gram.c	223;"	d	file:
STAR_EQ	./MemoryManagement/c_gram.h	/^     STAR_EQ = 302,$/;"	e	enum:yytokentype
STAR_EQ	./MemoryManagement/c_gram.h	196;"	d
STAR_EQ	./UNOModule/c_gram.c	/^     STAR_EQ = 302,$/;"	e	enum:yytokentype	file:
STAR_EQ	./UNOModule/c_gram.c	223;"	d	file:
STAR_EQ	./UNOModule/c_gram.h	/^     STAR_EQ = 302,$/;"	e	enum:yytokentype
STAR_EQ	./UNOModule/c_gram.h	196;"	d
STATIC	./MemoryManagement/c_gram.c	/^     STATIC = 291,$/;"	e	enum:yytokentype	file:
STATIC	./MemoryManagement/c_gram.c	212;"	d	file:
STATIC	./MemoryManagement/c_gram.h	/^     STATIC = 291,$/;"	e	enum:yytokentype
STATIC	./MemoryManagement/c_gram.h	185;"	d
STATIC	./UNOModule/c_gram.c	/^     STATIC = 291,$/;"	e	enum:yytokentype	file:
STATIC	./UNOModule/c_gram.c	212;"	d	file:
STATIC	./UNOModule/c_gram.h	/^     STATIC = 291,$/;"	e	enum:yytokentype
STATIC	./UNOModule/c_gram.h	185;"	d
STK_ITEM_SZE	./MemoryManagement/treestk.h	50;"	d
STK_ITEM_SZE	./UNOModule/treestk.h	50;"	d
STR	./MemoryManagement/lexer.c	2889;"	d	file:
STR	./UNOModule/lexer.c	2889;"	d	file:
STRING	./MemoryManagement/c_gram.c	/^     STRING = 259,$/;"	e	enum:yytokentype	file:
STRING	./MemoryManagement/c_gram.c	180;"	d	file:
STRING	./MemoryManagement/c_gram.h	/^     STRING = 259,$/;"	e	enum:yytokentype
STRING	./MemoryManagement/c_gram.h	153;"	d
STRING	./UNOModule/c_gram.c	/^     STRING = 259,$/;"	e	enum:yytokentype	file:
STRING	./UNOModule/c_gram.c	180;"	d	file:
STRING	./UNOModule/c_gram.h	/^     STRING = 259,$/;"	e	enum:yytokentype
STRING	./UNOModule/c_gram.h	153;"	d
STRUCT	./MemoryManagement/c_gram.c	/^     STRUCT = 292,$/;"	e	enum:yytokentype	file:
STRUCT	./MemoryManagement/c_gram.c	213;"	d	file:
STRUCT	./MemoryManagement/c_gram.h	/^     STRUCT = 292,$/;"	e	enum:yytokentype
STRUCT	./MemoryManagement/c_gram.h	186;"	d
STRUCT	./UNOModule/c_gram.c	/^     STRUCT = 292,$/;"	e	enum:yytokentype	file:
STRUCT	./UNOModule/c_gram.c	213;"	d	file:
STRUCT	./UNOModule/c_gram.h	/^     STRUCT = 292,$/;"	e	enum:yytokentype
STRUCT	./UNOModule/c_gram.h	186;"	d
STX	./MemoryManagement/AnalysisResultManager.h	18;"	d
STX	./UNOModule/AnalysisResultManager.h	19;"	d
SWITCH	./MemoryManagement/c_gram.c	/^     SWITCH = 293,$/;"	e	enum:yytokentype	file:
SWITCH	./MemoryManagement/c_gram.c	214;"	d	file:
SWITCH	./MemoryManagement/c_gram.h	/^     SWITCH = 293,$/;"	e	enum:yytokentype
SWITCH	./MemoryManagement/c_gram.h	187;"	d
SWITCH	./UNOModule/c_gram.c	/^     SWITCH = 293,$/;"	e	enum:yytokentype	file:
SWITCH	./UNOModule/c_gram.c	214;"	d	file:
SWITCH	./UNOModule/c_gram.h	/^     SWITCH = 293,$/;"	e	enum:yytokentype
SWITCH	./UNOModule/c_gram.h	187;"	d
SYMTAB_H	./MemoryManagement/symtab.h	43;"	d
SYMTAB_H	./UNOModule/symtab.h	43;"	d
SaveMe	./MemoryManagement/dflow.c	/^static char SaveMe[1024];$/;"	v	file:
SaveMe	./UNOModule/dflow.c	/^static char SaveMe[1024];$/;"	v	file:
Scoop	./MemoryManagement/symtab.c	/^struct Scoop {$/;"	s	file:
Scoop	./MemoryManagement/symtab.c	/^typedef struct Scoop Scoop;$/;"	t	typeref:struct:Scoop	file:
Scoop	./UNOModule/symtab.c	/^struct Scoop {$/;"	s	file:
Scoop	./UNOModule/symtab.c	/^typedef struct Scoop Scoop;$/;"	t	typeref:struct:Scoop	file:
Seen	./MemoryManagement/uno_global.h	/^struct Seen {$/;"	s
Seen	./MemoryManagement/uno_global.h	/^typedef struct Seen	Seen;$/;"	t	typeref:struct:Seen
Seen	./UNOModule/uno_global.h	/^struct Seen {$/;"	s
Seen	./UNOModule/uno_global.h	/^typedef struct Seen	Seen;$/;"	t	typeref:struct:Seen
SetModuleDir	./AnalysisModuleManager.cpp	/^void CAnalysisModuleManager::SetModuleDir ( char* pszModuleDir )$/;"	f	class:CAnalysisModuleManager
SetModuleFileName	./ModuleGraph.h	/^	void SetModuleFileName ( char* pszFileName )$/;"	f	class:CModuleInfo
SetOption	./ModuleGraph.h	/^	void SetOption ( char* pszOption )$/;"	f	class:CModuleInfo
SetSize	./ModuleGraph.h	/^	void SetSize ( int nCX , int nCY )$/;"	f	class:CModuleNode
Skip_name	./MemoryManagement/uno_generic.c	70;"	d	file:
Skip_name	./UNOModule/uno_generic.c	70;"	d	file:
Stack	./MemoryManagement/uno_fcts.h	/^struct Stack {$/;"	s
Stack	./MemoryManagement/uno_fcts.h	/^typedef struct Stack	Stack;$/;"	t	typeref:struct:Stack
Stack	./MemoryManagement/uno_lts.h	/^struct Stack {		\/* stack for parsing of for, do, while structures *\/$/;"	s
Stack	./MemoryManagement/uno_lts.h	/^typedef struct Stack	Stack;$/;"	t	typeref:struct:Stack
Stack	./UNOModule/uno_fcts.h	/^struct Stack {$/;"	s
Stack	./UNOModule/uno_fcts.h	/^typedef struct Stack	Stack;$/;"	t	typeref:struct:Stack
Stack	./UNOModule/uno_lts.h	/^struct Stack {		\/* stack for parsing of for, do, while structures *\/$/;"	s
Stack	./UNOModule/uno_lts.h	/^typedef struct Stack	Stack;$/;"	t	typeref:struct:Stack
Start	./MemoryManagement/lexer.c	2885;"	d	file:
Start	./UNOModule/lexer.c	2885;"	d	file:
StartAnalysisProcess	./AnalysisModuleManager.cpp	/^void CAnalysisModuleManager::StartAnalysisProcess ( CSourceFilePin* pSourceFilePin )$/;"	f	class:CAnalysisModuleManager
StartAnalysisProcess	./ModuleGraph.cpp	/^void CModuleGraph::StartAnalysisProcess ( CSourceFilePin* pSourceFilePin )$/;"	f	class:CModuleGraph
StartProcess	./ImproperInitialization/UNOImproperInitialization.cpp	/^extern "C" bool StartProcess( CInOutPinBase* pInputPin )$/;"	f
StartProcess	./MemoryManagement/UNOMemoryManagement.cpp	/^extern "C" bool StartProcess( CInOutPinBase* pInputPin )$/;"	f
StartProcess	./ModuleGraph.h	/^	bool StartProcess ( CInOutPinBase* pInputPin )$/;"	f	class:CModuleInfo
StartProcess	./OutOfBoundAccess/UNOOutOfBoundAccess.cpp	/^extern "C" bool StartProcess( CInOutPinBase* pInputPin )$/;"	f
StartProcess	./UNOLexer/UNOLexer.cpp	/^extern "C" bool StartProcess( CInOutPinBase* pInputPin )$/;"	f
StartProcess	./UNOModule/UNOImproperInitialization.cpp	/^extern "C" bool StartProcess( CInOutPinBase* pInputPin )$/;"	f
StartProcess	./UNOModule/UNOLexer.cpp	/^extern "C" bool StartProcess( CInOutPinBase* pInputPin )$/;"	f
StartProcess	./UNOModule/UNOOutOfBoundAccess.cpp	/^extern "C" bool StartProcess( CInOutPinBase* pInputPin )$/;"	f
State	./MemoryManagement/uno_lts.h	/^struct State {$/;"	s
State	./MemoryManagement/uno_lts.h	/^typedef struct State	State;$/;"	t	typeref:struct:State
State	./UNOModule/uno_lts.h	/^struct State {$/;"	s
State	./UNOModule/uno_lts.h	/^typedef struct State	State;$/;"	t	typeref:struct:State
Stk_Item	./MemoryManagement/treestk.h	/^} Stk_Item;$/;"	t	typeref:struct:stk_item
Stk_Item	./UNOModule/treestk.h	/^} Stk_Item;$/;"	t	typeref:struct:stk_item
StopAnalysisProcess	./AnalysisModuleManager.cpp	/^void CAnalysisModuleManager::StopAnalysisProcess()$/;"	f	class:CAnalysisModuleManager
StopAnalysisProcess	./ModuleGraph.cpp	/^void CModuleGraph::StopAnalysisProcess()$/;"	f	class:CModuleGraph
StopProcess	./ModuleGraph.h	/^	bool StopProcess()$/;"	f	class:CModuleInfo
SwStack	./MemoryManagement/uno_lts.h	/^struct SwStack {	\/* state stack *\/$/;"	s
SwStack	./MemoryManagement/uno_lts.h	/^typedef struct SwStack	SwStack;$/;"	t	typeref:struct:SwStack
SwStack	./UNOModule/uno_lts.h	/^struct SwStack {	\/* state stack *\/$/;"	s
SwStack	./UNOModule/uno_lts.h	/^typedef struct SwStack	SwStack;$/;"	t	typeref:struct:SwStack
Sym	./MemoryManagement/uno_global.h	/^struct Sym {$/;"	s
Sym	./MemoryManagement/uno_global.h	/^typedef struct Sym	Sym;$/;"	t	typeref:struct:Sym
Sym	./UNOModule/uno_global.h	/^struct Sym {$/;"	s
Sym	./UNOModule/uno_global.h	/^typedef struct Sym	Sym;$/;"	t	typeref:struct:Sym
SymExt	./MemoryManagement/uno_lts.h	/^struct SymExt {$/;"	s
SymExt	./MemoryManagement/uno_lts.h	/^typedef struct SymExt	SymExt;$/;"	t	typeref:struct:SymExt
SymExt	./UNOModule/uno_lts.h	/^struct SymExt {$/;"	s
SymExt	./UNOModule/uno_lts.h	/^typedef struct SymExt	SymExt;$/;"	t	typeref:struct:SymExt
SymList	./MemoryManagement/dflow.h	/^struct SymList {$/;"	s
SymList	./MemoryManagement/dflow.h	/^typedef struct SymList	SymList;$/;"	t	typeref:struct:SymList
SymList	./UNOModule/dflow.h	/^struct SymList {$/;"	s
SymList	./UNOModule/dflow.h	/^typedef struct SymList	SymList;$/;"	t	typeref:struct:SymList
SymRef	./MemoryManagement/uno_lts.h	/^struct SymRef {$/;"	s
SymRef	./MemoryManagement/uno_lts.h	/^typedef struct SymRef	SymRef;$/;"	t	typeref:struct:SymRef
SymRef	./UNOModule/uno_lts.h	/^struct SymRef {$/;"	s
SymRef	./UNOModule/uno_lts.h	/^typedef struct SymRef	SymRef;$/;"	t	typeref:struct:SymRef
System	./ImproperInitialization/uno.c	/^	void System( char *cmd )	{ PrintfEx("<%s>\\n", cmd); }$/;"	f
System	./ImproperInitialization/uno.c	/^	void System( char *x )$/;"	f
System	./MemoryManagement/uno.c	/^	void System( char *cmd )	{ printf("<%s>\\n", cmd); }$/;"	f
System	./MemoryManagement/uno.c	/^	void System( char *x )$/;"	f
System	./OutOfBoundAccess/uno.c	/^	void System( char *cmd )	{ PrintfEx("<%s>\\n", cmd); }$/;"	f
System	./OutOfBoundAccess/uno.c	/^	void System( char *x )$/;"	f
System	./UNOLexer/uno.c	/^	void System( char *cmd )	{ PrintfEx("<%s>\\n", cmd); }$/;"	f
System	./UNOLexer/uno.c	/^	void System( char *x )$/;"	f
System	./UNOModule/uno.c	/^	void System( char *cmd )	{ PrintfEx("<%s>\\n", cmd); }$/;"	f
System	./UNOModule/uno.c	/^	void System( char *x )$/;"	f
SystemFunc	./ImproperInitialization/uno.c	/^	void SystemFunc( char** cmd , int nArgCount , unsigned char bIsGlobal )$/;"	f
SystemFunc	./MemoryManagement/uno.c	/^	void SystemFunc( char** cmd , int nArgCount , unsigned char bIsGlobal )$/;"	f
SystemFunc	./OutOfBoundAccess/uno.c	/^	void SystemFunc( char** cmd , int nArgCount , unsigned char bIsGlobal )$/;"	f
SystemFunc	./UNOLexer/uno.c	/^	void SystemFunc( char** cmd , int nArgCount , unsigned char bIsGlobal )$/;"	f
SystemFunc	./UNOModule/uno.c	/^	void SystemFunc( char** cmd , int nArgCount , unsigned char bIsGlobal )$/;"	f
TAG	./MemoryManagement/c_gram.c	/^     TAG = 262,$/;"	e	enum:yytokentype	file:
TAG	./MemoryManagement/c_gram.c	183;"	d	file:
TAG	./MemoryManagement/c_gram.h	/^     TAG = 262,$/;"	e	enum:yytokentype
TAG	./MemoryManagement/c_gram.h	156;"	d
TAG	./UNOModule/c_gram.c	/^     TAG = 262,$/;"	e	enum:yytokentype	file:
TAG	./UNOModule/c_gram.c	183;"	d	file:
TAG	./UNOModule/c_gram.h	/^     TAG = 262,$/;"	e	enum:yytokentype
TAG	./UNOModule/c_gram.h	156;"	d
TAG_ENTRY	./MemoryManagement/symtab.h	58;"	d
TAG_ENTRY	./UNOModule/symtab.h	58;"	d
THREE_QUARTERS	./MemoryManagement/nmetab.c	19;"	d	file:
THREE_QUARTERS	./UNOModule/nmetab.c	19;"	d	file:
TN_ADDROF	./MemoryManagement/tree.h	/^	TN_ADDROF,    \/* Address of via & *\/$/;"	e	enum:__anon3
TN_ADDROF	./UNOModule/tree.h	/^	TN_ADDROF,    \/* Address of via & *\/$/;"	e	enum:__anon9
TN_ARRAY_DECL	./MemoryManagement/tree.h	/^	TN_ARRAY_DECL,$/;"	e	enum:__anon3
TN_ARRAY_DECL	./UNOModule/tree.h	/^	TN_ARRAY_DECL,$/;"	e	enum:__anon9
TN_ASSIGN	./MemoryManagement/tree.h	/^	TN_ASSIGN,$/;"	e	enum:__anon3
TN_ASSIGN	./UNOModule/tree.h	/^	TN_ASSIGN,$/;"	e	enum:__anon9
TN_BIT_FIELD	./MemoryManagement/tree.h	/^	TN_BIT_FIELD,$/;"	e	enum:__anon3
TN_BIT_FIELD	./UNOModule/tree.h	/^	TN_BIT_FIELD,$/;"	e	enum:__anon9
TN_BLOCK	./MemoryManagement/tree.h	/^	TN_BLOCK,$/;"	e	enum:__anon3
TN_BLOCK	./UNOModule/tree.h	/^	TN_BLOCK,$/;"	e	enum:__anon9
TN_CAST	./MemoryManagement/tree.h	/^	TN_CAST,$/;"	e	enum:__anon3
TN_CAST	./UNOModule/tree.h	/^	TN_CAST,$/;"	e	enum:__anon9
TN_COMMENT	./MemoryManagement/tree.h	/^	TN_COMMENT,$/;"	e	enum:__anon3
TN_COMMENT	./UNOModule/tree.h	/^	TN_COMMENT,$/;"	e	enum:__anon9
TN_COMP_DECL	./MemoryManagement/tree.h	/^	TN_COMP_DECL,$/;"	e	enum:__anon3
TN_COMP_DECL	./UNOModule/tree.h	/^	TN_COMP_DECL,$/;"	e	enum:__anon9
TN_COND_EXPR	./MemoryManagement/tree.h	/^	TN_COND_EXPR,$/;"	e	enum:__anon3
TN_COND_EXPR	./UNOModule/tree.h	/^	TN_COND_EXPR,$/;"	e	enum:__anon9
TN_CPP	./MemoryManagement/tree.h	/^	TN_CPP,$/;"	e	enum:__anon3
TN_CPP	./UNOModule/tree.h	/^	TN_CPP,$/;"	e	enum:__anon9
TN_DECL	./MemoryManagement/tree.h	/^	TN_DECL,$/;"	e	enum:__anon3
TN_DECL	./UNOModule/tree.h	/^	TN_DECL,$/;"	e	enum:__anon9
TN_DECLS	./MemoryManagement/tree.h	/^	TN_DECLS,$/;"	e	enum:__anon3
TN_DECLS	./UNOModule/tree.h	/^	TN_DECLS,$/;"	e	enum:__anon9
TN_DECL_LIST	./MemoryManagement/tree.h	/^	TN_DECL_LIST,$/;"	e	enum:__anon3
TN_DECL_LIST	./UNOModule/tree.h	/^	TN_DECL_LIST,$/;"	e	enum:__anon9
TN_DEREF	./MemoryManagement/tree.h	/^	TN_DEREF,     \/* Dereference with * *\/$/;"	e	enum:__anon3
TN_DEREF	./UNOModule/tree.h	/^	TN_DEREF,     \/* Dereference with * *\/$/;"	e	enum:__anon9
TN_DOWHILE	./MemoryManagement/tree.h	/^	TN_DOWHILE,$/;"	e	enum:__anon3
TN_DOWHILE	./UNOModule/tree.h	/^	TN_DOWHILE,$/;"	e	enum:__anon9
TN_ELLIPSIS	./MemoryManagement/tree.h	/^	TN_ELLIPSIS,$/;"	e	enum:__anon3
TN_ELLIPSIS	./UNOModule/tree.h	/^	TN_ELLIPSIS,$/;"	e	enum:__anon9
TN_EMPTY	./MemoryManagement/tree.h	/^	TN_EMPTY,$/;"	e	enum:__anon3
TN_EMPTY	./UNOModule/tree.h	/^	TN_EMPTY,$/;"	e	enum:__anon9
TN_ENUM_LIST	./MemoryManagement/tree.h	/^	TN_ENUM_LIST,$/;"	e	enum:__anon3
TN_ENUM_LIST	./UNOModule/tree.h	/^	TN_ENUM_LIST,$/;"	e	enum:__anon9
TN_EXPR	./MemoryManagement/tree.h	/^		TN_EXPR,	\/* 40 *\/$/;"	e	enum:__anon3
TN_EXPR	./UNOModule/tree.h	/^		TN_EXPR,	\/* 40 *\/$/;"	e	enum:__anon9
TN_EXPR_LIST	./MemoryManagement/tree.h	/^		TN_EXPR_LIST,	\/* 10 *\/$/;"	e	enum:__anon3
TN_EXPR_LIST	./UNOModule/tree.h	/^		TN_EXPR_LIST,	\/* 10 *\/$/;"	e	enum:__anon9
TN_FIELD_LIST	./MemoryManagement/tree.h	/^	TN_FIELD_LIST,$/;"	e	enum:__anon3
TN_FIELD_LIST	./UNOModule/tree.h	/^	TN_FIELD_LIST,$/;"	e	enum:__anon9
TN_FOR	./MemoryManagement/tree.h	/^		TN_FOR,		\/* 30 *\/$/;"	e	enum:__anon3
TN_FOR	./UNOModule/tree.h	/^		TN_FOR,		\/* 30 *\/$/;"	e	enum:__anon9
TN_FUNC_CALL	./MemoryManagement/tree.h	/^	TN_FUNC_CALL,$/;"	e	enum:__anon3
TN_FUNC_CALL	./UNOModule/tree.h	/^	TN_FUNC_CALL,$/;"	e	enum:__anon9
TN_FUNC_DECL	./MemoryManagement/tree.h	/^	TN_FUNC_DECL,$/;"	e	enum:__anon3
TN_FUNC_DECL	./UNOModule/tree.h	/^	TN_FUNC_DECL,$/;"	e	enum:__anon9
TN_FUNC_DEF	./MemoryManagement/tree.h	/^	TN_FUNC_DEF,$/;"	e	enum:__anon3
TN_FUNC_DEF	./UNOModule/tree.h	/^	TN_FUNC_DEF,$/;"	e	enum:__anon9
TN_IDENT	./MemoryManagement/tree.h	/^	TN_IDENT,$/;"	e	enum:__anon3
TN_IDENT	./UNOModule/tree.h	/^	TN_IDENT,$/;"	e	enum:__anon9
TN_IDENT_LIST	./MemoryManagement/tree.h	/^	TN_IDENT_LIST,$/;"	e	enum:__anon3
TN_IDENT_LIST	./UNOModule/tree.h	/^	TN_IDENT_LIST,$/;"	e	enum:__anon9
TN_IF	./MemoryManagement/tree.h	/^	TN_IF,$/;"	e	enum:__anon3
TN_IF	./UNOModule/tree.h	/^	TN_IF,$/;"	e	enum:__anon9
TN_INDEX	./MemoryManagement/tree.h	/^	TN_INDEX,     \/* Index with [] *\/$/;"	e	enum:__anon3
TN_INDEX	./UNOModule/tree.h	/^	TN_INDEX,     \/* Index with [] *\/$/;"	e	enum:__anon9
TN_INIT_BLK	./MemoryManagement/tree.h	/^	TN_INIT_BLK,$/;"	e	enum:__anon3
TN_INIT_BLK	./UNOModule/tree.h	/^	TN_INIT_BLK,$/;"	e	enum:__anon9
TN_INIT_LIST	./MemoryManagement/tree.h	/^	TN_INIT_LIST,$/;"	e	enum:__anon3
TN_INIT_LIST	./UNOModule/tree.h	/^	TN_INIT_LIST,$/;"	e	enum:__anon9
TN_INT	./MemoryManagement/tree.h	/^	TN_INT,$/;"	e	enum:__anon3
TN_INT	./UNOModule/tree.h	/^	TN_INT,$/;"	e	enum:__anon9
TN_JUMP	./MemoryManagement/tree.h	/^	TN_JUMP,$/;"	e	enum:__anon3
TN_JUMP	./UNOModule/tree.h	/^	TN_JUMP,$/;"	e	enum:__anon9
TN_LABEL	./MemoryManagement/tree.h	/^	TN_LABEL,$/;"	e	enum:__anon3
TN_LABEL	./UNOModule/tree.h	/^	TN_LABEL,$/;"	e	enum:__anon9
TN_NAME_LIST	./MemoryManagement/tree.h	/^	TN_NAME_LIST,$/;"	e	enum:__anon3
TN_NAME_LIST	./UNOModule/tree.h	/^	TN_NAME_LIST,$/;"	e	enum:__anon9
TN_OBJ_DEF	./MemoryManagement/tree.h	/^	TN_OBJ_DEF,    \/* Definition of struct, union, or enum *\/$/;"	e	enum:__anon3
TN_OBJ_DEF	./UNOModule/tree.h	/^	TN_OBJ_DEF,    \/* Definition of struct, union, or enum *\/$/;"	e	enum:__anon9
TN_OBJ_REF	./MemoryManagement/tree.h	/^	TN_OBJ_REF,    \/* Reference to struct, union, or enum *\/$/;"	e	enum:__anon3
TN_OBJ_REF	./UNOModule/tree.h	/^	TN_OBJ_REF,    \/* Reference to struct, union, or enum *\/$/;"	e	enum:__anon9
TN_PARAM_LIST	./MemoryManagement/tree.h	/^	TN_PARAM_LIST,$/;"	e	enum:__anon3
TN_PARAM_LIST	./UNOModule/tree.h	/^	TN_PARAM_LIST,$/;"	e	enum:__anon9
TN_PNTR	./MemoryManagement/tree.h	/^	TN_PNTR,$/;"	e	enum:__anon3
TN_PNTR	./UNOModule/tree.h	/^	TN_PNTR,$/;"	e	enum:__anon9
TN_REAL	./MemoryManagement/tree.h	/^	TN_REAL			\/* 49 *\/$/;"	e	enum:__anon3
TN_REAL	./UNOModule/tree.h	/^	TN_REAL			\/* 49 *\/$/;"	e	enum:__anon9
TN_SELECT	./MemoryManagement/tree.h	/^	TN_SELECT,    \/* -> and . *\/$/;"	e	enum:__anon3
TN_SELECT	./UNOModule/tree.h	/^	TN_SELECT,    \/* -> and . *\/$/;"	e	enum:__anon9
TN_STEMNT	./MemoryManagement/tree.h	/^	TN_STEMNT,$/;"	e	enum:__anon3
TN_STEMNT	./UNOModule/tree.h	/^	TN_STEMNT,$/;"	e	enum:__anon9
TN_STEMNT_LIST	./MemoryManagement/tree.h	/^	TN_STEMNT_LIST,$/;"	e	enum:__anon3
TN_STEMNT_LIST	./UNOModule/tree.h	/^	TN_STEMNT_LIST,$/;"	e	enum:__anon9
TN_STRING	./MemoryManagement/tree.h	/^	TN_STRING,$/;"	e	enum:__anon3
TN_STRING	./UNOModule/tree.h	/^	TN_STRING,$/;"	e	enum:__anon9
TN_SWITCH	./MemoryManagement/tree.h	/^	TN_SWITCH,$/;"	e	enum:__anon3
TN_SWITCH	./UNOModule/tree.h	/^	TN_SWITCH,$/;"	e	enum:__anon9
TN_TRANS_LIST	./MemoryManagement/tree.h	/^	TN_TRANS_LIST,$/;"	e	enum:__anon3
TN_TRANS_LIST	./UNOModule/tree.h	/^	TN_TRANS_LIST,$/;"	e	enum:__anon9
TN_TYPE	./MemoryManagement/tree.h	/^	TN_TYPE,$/;"	e	enum:__anon3
TN_TYPE	./UNOModule/tree.h	/^	TN_TYPE,$/;"	e	enum:__anon9
TN_TYPE_LIST	./MemoryManagement/tree.h	/^		TN_TYPE_LIST,	\/* 20 *\/$/;"	e	enum:__anon3
TN_TYPE_LIST	./UNOModule/tree.h	/^		TN_TYPE_LIST,	\/* 20 *\/$/;"	e	enum:__anon9
TN_TYPE_NME	./MemoryManagement/tree.h	/^	TN_TYPE_NME,$/;"	e	enum:__anon3
TN_TYPE_NME	./UNOModule/tree.h	/^	TN_TYPE_NME,$/;"	e	enum:__anon9
TN_WHILE	./MemoryManagement/tree.h	/^	TN_WHILE,$/;"	e	enum:__anon3
TN_WHILE	./UNOModule/tree.h	/^	TN_WHILE,$/;"	e	enum:__anon9
TREESTK_SZE	./MemoryManagement/treestk.h	61;"	d
TREESTK_SZE	./UNOModule/treestk.h	61;"	d
TREE_H	./MemoryManagement/tree.h	14;"	d
TREE_H	./UNOModule/tree.h	14;"	d
TREE_STK_H	./MemoryManagement/treestk.h	14;"	d
TREE_STK_H	./UNOModule/treestk.h	14;"	d
TYPEDEF	./MemoryManagement/c_gram.c	/^     TYPEDEF = 294,$/;"	e	enum:yytokentype	file:
TYPEDEF	./MemoryManagement/c_gram.c	215;"	d	file:
TYPEDEF	./MemoryManagement/c_gram.h	/^     TYPEDEF = 294,$/;"	e	enum:yytokentype
TYPEDEF	./MemoryManagement/c_gram.h	188;"	d
TYPEDEF	./UNOModule/c_gram.c	/^     TYPEDEF = 294,$/;"	e	enum:yytokentype	file:
TYPEDEF	./UNOModule/c_gram.c	215;"	d	file:
TYPEDEF	./UNOModule/c_gram.h	/^     TYPEDEF = 294,$/;"	e	enum:yytokentype
TYPEDEF	./UNOModule/c_gram.h	188;"	d
TYPEDEF_ENTRY	./MemoryManagement/symtab.h	51;"	d
TYPEDEF_ENTRY	./UNOModule/symtab.h	51;"	d
TYPEDEF_NAME	./MemoryManagement/c_gram.c	/^     TYPEDEF_NAME = 261,$/;"	e	enum:yytokentype	file:
TYPEDEF_NAME	./MemoryManagement/c_gram.c	182;"	d	file:
TYPEDEF_NAME	./MemoryManagement/c_gram.h	/^     TYPEDEF_NAME = 261,$/;"	e	enum:yytokentype
TYPEDEF_NAME	./MemoryManagement/c_gram.h	155;"	d
TYPEDEF_NAME	./UNOModule/c_gram.c	/^     TYPEDEF_NAME = 261,$/;"	e	enum:yytokentype	file:
TYPEDEF_NAME	./UNOModule/c_gram.c	182;"	d	file:
TYPEDEF_NAME	./UNOModule/c_gram.h	/^     TYPEDEF_NAME = 261,$/;"	e	enum:yytokentype
TYPEDEF_NAME	./UNOModule/c_gram.h	155;"	d
Trans	./MemoryManagement/uno_lts.h	/^struct Trans {$/;"	s
Trans	./MemoryManagement/uno_lts.h	/^typedef struct Trans	Trans;$/;"	t	typeref:struct:Trans
Trans	./UNOModule/uno_lts.h	/^struct Trans {$/;"	s
Trans	./UNOModule/uno_lts.h	/^typedef struct Trans	Trans;$/;"	t	typeref:struct:Trans
TreeStack	./MemoryManagement/treestk.h	/^} TreeStack;$/;"	t	typeref:struct:treestk
TreeStack	./UNOModule/treestk.h	/^} TreeStack;$/;"	t	typeref:struct:treestk
UB	./MemoryManagement/dflow.h	79;"	d
UB	./UNOModule/dflow.h	79;"	d
UINT16_MAX	./MemoryManagement/lexer.c	82;"	d	file:
UINT16_MAX	./UNOModule/lexer.c	82;"	d	file:
UINT32_MAX	./MemoryManagement/lexer.c	85;"	d	file:
UINT32_MAX	./UNOModule/lexer.c	85;"	d	file:
UINT8_MAX	./MemoryManagement/lexer.c	79;"	d	file:
UINT8_MAX	./UNOModule/lexer.c	79;"	d	file:
UNARY	./MemoryManagement/c_gram.c	/^     UNARY = 359,$/;"	e	enum:yytokentype	file:
UNARY	./MemoryManagement/c_gram.c	280;"	d	file:
UNARY	./MemoryManagement/c_gram.h	/^     UNARY = 359,$/;"	e	enum:yytokentype
UNARY	./MemoryManagement/c_gram.h	253;"	d
UNARY	./UNOModule/c_gram.c	/^     UNARY = 359,$/;"	e	enum:yytokentype	file:
UNARY	./UNOModule/c_gram.c	280;"	d	file:
UNARY	./UNOModule/c_gram.h	/^     UNARY = 359,$/;"	e	enum:yytokentype
UNARY	./UNOModule/c_gram.h	253;"	d
UNION	./MemoryManagement/c_gram.c	/^     UNION = 295,$/;"	e	enum:yytokentype	file:
UNION	./MemoryManagement/c_gram.c	216;"	d	file:
UNION	./MemoryManagement/c_gram.h	/^     UNION = 295,$/;"	e	enum:yytokentype
UNION	./MemoryManagement/c_gram.h	189;"	d
UNION	./UNOModule/c_gram.c	/^     UNION = 295,$/;"	e	enum:yytokentype	file:
UNION	./UNOModule/c_gram.c	216;"	d	file:
UNION	./UNOModule/c_gram.h	/^     UNION = 295,$/;"	e	enum:yytokentype
UNION	./UNOModule/c_gram.h	189;"	d
UNK	./MemoryManagement/dflow.h	81;"	d
UNK	./UNOModule/dflow.h	81;"	d
UNO_CONST	./MemoryManagement/dtags.h	28;"	d
UNO_CONST	./UNOModule/dtags.h	28;"	d
UNO_LIB_BOUND_OBJFILES	./ImproperInitialization/Makefile	/^UNO_LIB_BOUND_OBJFILES = uno_local.o heap.o nmetab.o symtab.o \\$/;"	m
UNO_LIB_BOUND_OBJFILES	./MemoryManagement/Makefile	/^UNO_LIB_BOUND_OBJFILES = uno_local.o heap.o nmetab.o symtab.o \\$/;"	m
UNO_LIB_BOUND_OBJFILES	./OutOfBoundAccess/Makefile	/^UNO_LIB_BOUND_OBJFILES = uno_local.o heap.o nmetab.o symtab.o \\$/;"	m
UNO_LIB_BOUND_OBJFILES	./UNOLexer/Makefile	/^UNO_LIB_BOUND_OBJFILES = uno_local.o heap.o nmetab.o symtab.o \\$/;"	m
UNO_LIB_BOUND_OBJFILES	./UNOModule/Makefile	/^UNO_LIB_BOUND_OBJFILES = uno_local.o heap.o nmetab.o symtab.o \\$/;"	m
UNO_LIB_OBJFILES	./ImproperInitialization/Makefile	/^UNO_LIB_OBJFILES = UNOImproperInitialization.o AnalysisResultManager.o PStringToken.o PBuffer.o$/;"	m
UNO_LIB_OBJFILES	./MemoryManagement/Makefile	/^UNO_LIB_OBJFILES = UNOMemoryManagement.o AnalysisResultManager.o PStringToken.o PBuffer.o$/;"	m
UNO_LIB_OBJFILES	./OutOfBoundAccess/Makefile	/^UNO_LIB_OBJFILES = UNOOutOfBoundAccess.o AnalysisResultManager.o PStringToken.o PBuffer.o$/;"	m
UNO_LIB_OBJFILES	./UNOLexer/Makefile	/^UNO_LIB_OBJFILES = UNOLexer.o AnalysisResultManager.o PStringToken.o PBuffer.o$/;"	m
UNO_LIB_OBJFILES	./UNOModule/Makefile	/^UNO_LIB_OBJFILES = UNOImproperInitialization.o AnalysisResultManager.o PStringToken.o PBuffer.o$/;"	m
UNSGNED	./MemoryManagement/c_gram.c	/^     UNSGNED = 296,$/;"	e	enum:yytokentype	file:
UNSGNED	./MemoryManagement/c_gram.c	217;"	d	file:
UNSGNED	./MemoryManagement/c_gram.h	/^     UNSGNED = 296,$/;"	e	enum:yytokentype
UNSGNED	./MemoryManagement/c_gram.h	190;"	d
UNSGNED	./UNOModule/c_gram.c	/^     UNSGNED = 296,$/;"	e	enum:yytokentype	file:
UNSGNED	./UNOModule/c_gram.c	217;"	d	file:
UNSGNED	./UNOModule/c_gram.h	/^     UNSGNED = 296,$/;"	e	enum:yytokentype
UNSGNED	./UNOModule/c_gram.h	190;"	d
USE	./MemoryManagement/dtags.h	17;"	d
USE	./UNOModule/dtags.h	17;"	d
USEafterdef	./MemoryManagement/dtags.h	26;"	d
USEafterdef	./UNOModule/dtags.h	26;"	d
USEbeforedef	./MemoryManagement/dtags.h	27;"	d
USEbeforedef	./UNOModule/dtags.h	27;"	d
UnloadModules	./AnalysisModuleManager.cpp	/^void CAnalysisModuleManager::UnloadModules()$/;"	f	class:CAnalysisModuleManager
Unmark	./MemoryManagement/uno_generic.c	79;"	d	file:
Unmark	./UNOModule/uno_generic.c	79;"	d	file:
UnoCheck	./ImproperInitialization/uno.c	/^int UnoCheck( char* pBuffer )$/;"	f
UnoCheck	./MemoryManagement/uno.c	/^int UnoCheck( char* pBuffer )$/;"	f
UnoCheck	./OutOfBoundAccess/uno.c	/^int UnoCheck( char* pBuffer )$/;"	f
UnoCheck	./UNOLexer/uno.c	/^int UnoCheck( char* pBuffer )$/;"	f
UnoCheck	./UNOModule/uno.c	/^int UnoCheck( char* pBuffer )$/;"	f
UnoCheckEx	./ImproperInitialization/uno.c	/^int UnoCheckEx(int argc, char *argv[] , treenode* pParseTree , char* pszFileName )$/;"	f
UnoCheckEx	./MemoryManagement/uno.c	/^int UnoCheckEx(int argc, char *argv[] , treenode* pParseTree , char* pszFileName )$/;"	f
UnoCheckEx	./OutOfBoundAccess/uno.c	/^int UnoCheckEx(int argc, char *argv[] , treenode* pParseTree , char* pszFileName )$/;"	f
UnoCheckEx	./UNOLexer/uno.c	/^int UnoCheckEx(int argc, char *argv[])$/;"	f
UnoCheckEx	./UNOModule/uno.c	/^int UnoCheckEx(int argc, char *argv[] , treenode* pParseTree , char* pszFileName )$/;"	f
Update	./MemoryManagement/uno_generic.c	78;"	d	file:
Update	./UNOModule/uno_generic.c	78;"	d	file:
Usage	./ImproperInitialization/uno_local.c	/^Usage(char *prog)$/;"	f
Usage	./MemoryManagement/uno_local.c	/^Usage(char *prog)$/;"	f
Usage	./OutOfBoundAccess/uno_local.c	/^Usage(char *prog)$/;"	f
Usage	./UNOLexer/uno_local.c	/^Usage(char *prog)$/;"	f
Usage	./UNOModule/uno_local.c	/^Usage(char *prog)$/;"	f
UsedLength	./MemoryManagement/PBuffer.cpp	/^void PBuffer::UsedLength( int nLength )$/;"	f	class:PBuffer
UsedLength	./UNOModule/PBuffer.cpp	/^void PBuffer::UsedLength( int nLength )$/;"	f	class:PBuffer
VARDECL_ENTRY	./MemoryManagement/symtab.h	53;"	d
VARDECL_ENTRY	./UNOModule/symtab.h	53;"	d
VERSION	./MemoryManagement/uno_version.h	/^static char *VERSION = "Version 2.13 - 26 October 2007";$/;"	v
VERSION	./UNOModule/uno_version.h	/^static char *VERSION = "Version 2.13 - 26 October 2007";$/;"	v
VERY_LARGE	./MemoryManagement/prnttree.h	25;"	d
VERY_LARGE	./UNOModule/prnttree.h	25;"	d
VList	./MemoryManagement/uno_fcts.h	/^struct VList {$/;"	s
VList	./MemoryManagement/uno_fcts.h	/^typedef struct VList	VList;$/;"	t	typeref:struct:VList
VList	./UNOModule/uno_fcts.h	/^struct VList {$/;"	s
VList	./UNOModule/uno_fcts.h	/^typedef struct VList	VList;$/;"	t	typeref:struct:VList
VOID	./MemoryManagement/c_gram.c	/^     VOID = 297,$/;"	e	enum:yytokentype	file:
VOID	./MemoryManagement/c_gram.c	218;"	d	file:
VOID	./MemoryManagement/c_gram.h	/^     VOID = 297,$/;"	e	enum:yytokentype
VOID	./MemoryManagement/c_gram.h	191;"	d
VOID	./UNOModule/c_gram.c	/^     VOID = 297,$/;"	e	enum:yytokentype	file:
VOID	./UNOModule/c_gram.c	218;"	d	file:
VOID	./UNOModule/c_gram.h	/^     VOID = 297,$/;"	e	enum:yytokentype
VOID	./UNOModule/c_gram.h	191;"	d
VOLATILE	./MemoryManagement/c_gram.c	/^     VOLATILE = 298,$/;"	e	enum:yytokentype	file:
VOLATILE	./MemoryManagement/c_gram.c	219;"	d	file:
VOLATILE	./MemoryManagement/c_gram.h	/^     VOLATILE = 298,$/;"	e	enum:yytokentype
VOLATILE	./MemoryManagement/c_gram.h	192;"	d
VOLATILE	./UNOModule/c_gram.c	/^     VOLATILE = 298,$/;"	e	enum:yytokentype	file:
VOLATILE	./UNOModule/c_gram.c	219;"	d	file:
VOLATILE	./UNOModule/c_gram.h	/^     VOLATILE = 298,$/;"	e	enum:yytokentype
VOLATILE	./UNOModule/c_gram.h	192;"	d
Var	./MemoryManagement/uno_fcts.h	/^struct Var {$/;"	s
Var	./MemoryManagement/uno_fcts.h	/^typedef struct Var	Var;$/;"	t	typeref:struct:Var
Var	./UNOModule/uno_fcts.h	/^struct Var {$/;"	s
Var	./UNOModule/uno_fcts.h	/^typedef struct Var	Var;$/;"	t	typeref:struct:Var
Verbose	./ImproperInitialization/uno_local.c	/^int	Verbose, type_check;$/;"	v
Verbose	./MemoryManagement/uno_local.c	/^int	Verbose, type_check;$/;"	v
Verbose	./OutOfBoundAccess/uno_local.c	/^int	Verbose, type_check;$/;"	v
Verbose	./UNOLexer/uno_local.c	/^int	Verbose, type_check;$/;"	v
Verbose	./UNOModule/uno_local.c	/^int	Verbose, type_check;$/;"	v
Vis	./MemoryManagement/uno_fcts.h	/^struct Vis {$/;"	s
Vis	./MemoryManagement/uno_fcts.h	/^typedef struct Vis	Vis;$/;"	t	typeref:struct:Vis
Vis	./UNOModule/uno_fcts.h	/^struct Vis {$/;"	s
Vis	./UNOModule/uno_fcts.h	/^typedef struct Vis	Vis;$/;"	t	typeref:struct:Vis
WHILE	./MemoryManagement/c_gram.c	/^     WHILE = 299,$/;"	e	enum:yytokentype	file:
WHILE	./MemoryManagement/c_gram.c	220;"	d	file:
WHILE	./MemoryManagement/c_gram.h	/^     WHILE = 299,$/;"	e	enum:yytokentype
WHILE	./MemoryManagement/c_gram.h	193;"	d
WHILE	./UNOModule/c_gram.c	/^     WHILE = 299,$/;"	e	enum:yytokentype	file:
WHILE	./UNOModule/c_gram.c	220;"	d	file:
WHILE	./UNOModule/c_gram.h	/^     WHILE = 299,$/;"	e	enum:yytokentype
WHILE	./UNOModule/c_gram.h	193;"	d
YYABORT	./MemoryManagement/c_gram.c	1461;"	d	file:
YYABORT	./UNOModule/c_gram.c	1461;"	d	file:
YYACCEPT	./MemoryManagement/c_gram.c	1460;"	d	file:
YYACCEPT	./UNOModule/c_gram.c	1460;"	d	file:
YYBACKUP	./MemoryManagement/c_gram.c	1473;"	d	file:
YYBACKUP	./UNOModule/c_gram.c	1473;"	d	file:
YYBISON	./MemoryManagement/c_gram.c	47;"	d	file:
YYBISON	./UNOModule/c_gram.c	47;"	d	file:
YYBISON_VERSION	./MemoryManagement/c_gram.c	50;"	d	file:
YYBISON_VERSION	./UNOModule/c_gram.c	50;"	d	file:
YYBUFF_SIZE	./MemoryManagement/treestk.h	21;"	d
YYBUFF_SIZE	./UNOModule/treestk.h	21;"	d
YYCOPY	./MemoryManagement/c_gram.c	562;"	d	file:
YYCOPY	./MemoryManagement/c_gram.c	565;"	d	file:
YYCOPY	./UNOModule/c_gram.c	562;"	d	file:
YYCOPY	./UNOModule/c_gram.c	565;"	d	file:
YYDEBUG	./MemoryManagement/c_gram.c	321;"	d	file:
YYDEBUG	./MemoryManagement/c_gram.c	353;"	d	file:
YYDEBUG	./UNOModule/c_gram.c	321;"	d	file:
YYDEBUG	./UNOModule/c_gram.c	353;"	d	file:
YYDPRINTF	./MemoryManagement/c_gram.c	1553;"	d	file:
YYDPRINTF	./MemoryManagement/c_gram.c	1699;"	d	file:
YYDPRINTF	./UNOModule/c_gram.c	1554;"	d	file:
YYDPRINTF	./UNOModule/c_gram.c	1700;"	d	file:
YYEMPTY	./MemoryManagement/c_gram.c	1457;"	d	file:
YYEMPTY	./UNOModule/c_gram.c	1457;"	d	file:
YYEOF	./MemoryManagement/c_gram.c	1458;"	d	file:
YYEOF	./UNOModule/c_gram.c	1458;"	d	file:
YYERRCODE	./MemoryManagement/c_gram.c	1492;"	d	file:
YYERRCODE	./UNOModule/c_gram.c	1492;"	d	file:
YYERROR	./MemoryManagement/c_gram.c	1462;"	d	file:
YYERROR	./UNOModule/c_gram.c	1462;"	d	file:
YYERROR_VERBOSE	./MemoryManagement/c_gram.c	314;"	d	file:
YYERROR_VERBOSE	./MemoryManagement/c_gram.c	358;"	d	file:
YYERROR_VERBOSE	./MemoryManagement/c_gram.c	359;"	d	file:
YYERROR_VERBOSE	./MemoryManagement/c_gram.c	361;"	d	file:
YYERROR_VERBOSE	./UNOModule/c_gram.c	314;"	d	file:
YYERROR_VERBOSE	./UNOModule/c_gram.c	358;"	d	file:
YYERROR_VERBOSE	./UNOModule/c_gram.c	359;"	d	file:
YYERROR_VERBOSE	./UNOModule/c_gram.c	361;"	d	file:
YYFAIL	./MemoryManagement/c_gram.c	1469;"	d	file:
YYFAIL	./UNOModule/c_gram.c	1469;"	d	file:
YYFINAL	./MemoryManagement/c_gram.c	595;"	d	file:
YYFINAL	./UNOModule/c_gram.c	595;"	d	file:
YYFPRINTF	./MemoryManagement/c_gram.c	1550;"	d	file:
YYFPRINTF	./UNOModule/c_gram.c	1551;"	d	file:
YYFREE	./MemoryManagement/c_gram.c	528;"	d	file:
YYFREE	./UNOModule/c_gram.c	528;"	d	file:
YYID	./MemoryManagement/c_gram.c	/^YYID (int i)$/;"	f	file:
YYID	./MemoryManagement/c_gram.c	452;"	d	file:
YYID	./UNOModule/c_gram.c	/^YYID (int i)$/;"	f	file:
YYID	./UNOModule/c_gram.c	452;"	d	file:
YYINITDEPTH	./MemoryManagement/c_gram.c	1708;"	d	file:
YYINITDEPTH	./UNOModule/c_gram.c	1709;"	d	file:
YYLAST	./MemoryManagement/c_gram.c	597;"	d	file:
YYLAST	./UNOModule/c_gram.c	597;"	d	file:
YYLEX	./MemoryManagement/c_gram.c	1540;"	d	file:
YYLEX	./MemoryManagement/c_gram.c	1542;"	d	file:
YYLEX	./UNOModule/c_gram.c	1540;"	d	file:
YYLEX	./UNOModule/c_gram.c	1542;"	d	file:
YYLLOC_DEFAULT	./MemoryManagement/c_gram.c	1501;"	d	file:
YYLLOC_DEFAULT	./UNOModule/c_gram.c	1501;"	d	file:
YYLSP_NEEDED	./MemoryManagement/c_gram.c	59;"	d	file:
YYLSP_NEEDED	./UNOModule/c_gram.c	59;"	d	file:
YYMALLOC	./MemoryManagement/c_gram.c	521;"	d	file:
YYMALLOC	./UNOModule/c_gram.c	521;"	d	file:
YYMAXDEPTH	./MemoryManagement/c_gram.c	1719;"	d	file:
YYMAXDEPTH	./UNOModule/c_gram.c	1720;"	d	file:
YYMAXUTOK	./MemoryManagement/c_gram.c	610;"	d	file:
YYMAXUTOK	./UNOModule/c_gram.c	610;"	d	file:
YYNNTS	./MemoryManagement/c_gram.c	602;"	d	file:
YYNNTS	./UNOModule/c_gram.c	602;"	d	file:
YYNRULES	./MemoryManagement/c_gram.c	604;"	d	file:
YYNRULES	./UNOModule/c_gram.c	604;"	d	file:
YYNSTATES	./MemoryManagement/c_gram.c	606;"	d	file:
YYNSTATES	./UNOModule/c_gram.c	606;"	d	file:
YYNTOKENS	./MemoryManagement/c_gram.c	600;"	d	file:
YYNTOKENS	./UNOModule/c_gram.c	600;"	d	file:
YYPACT_NINF	./MemoryManagement/c_gram.c	1035;"	d	file:
YYPACT_NINF	./UNOModule/c_gram.c	1035;"	d	file:
YYPOPSTACK	./MemoryManagement/c_gram.c	2057;"	d	file:
YYPOPSTACK	./UNOModule/c_gram.c	2058;"	d	file:
YYPURE	./MemoryManagement/c_gram.c	56;"	d	file:
YYPURE	./UNOModule/c_gram.c	56;"	d	file:
YYRECOVERING	./MemoryManagement/c_gram.c	1471;"	d	file:
YYRECOVERING	./UNOModule/c_gram.c	1471;"	d	file:
YYRHSLOC	./MemoryManagement/c_gram.c	1499;"	d	file:
YYRHSLOC	./UNOModule/c_gram.c	1499;"	d	file:
YYSIZE_MAXIMUM	./MemoryManagement/c_gram.c	429;"	d	file:
YYSIZE_MAXIMUM	./UNOModule/c_gram.c	429;"	d	file:
YYSIZE_T	./MemoryManagement/c_gram.c	417;"	d	file:
YYSIZE_T	./MemoryManagement/c_gram.c	419;"	d	file:
YYSIZE_T	./MemoryManagement/c_gram.c	423;"	d	file:
YYSIZE_T	./MemoryManagement/c_gram.c	425;"	d	file:
YYSIZE_T	./UNOModule/c_gram.c	417;"	d	file:
YYSIZE_T	./UNOModule/c_gram.c	419;"	d	file:
YYSIZE_T	./UNOModule/c_gram.c	423;"	d	file:
YYSIZE_T	./UNOModule/c_gram.c	425;"	d	file:
YYSKELETON_NAME	./MemoryManagement/c_gram.c	53;"	d	file:
YYSKELETON_NAME	./UNOModule/c_gram.c	53;"	d	file:
YYSTACK_ALLOC	./MemoryManagement/c_gram.c	475;"	d	file:
YYSTACK_ALLOC	./MemoryManagement/c_gram.c	479;"	d	file:
YYSTACK_ALLOC	./MemoryManagement/c_gram.c	484;"	d	file:
YYSTACK_ALLOC	./MemoryManagement/c_gram.c	507;"	d	file:
YYSTACK_ALLOC	./UNOModule/c_gram.c	475;"	d	file:
YYSTACK_ALLOC	./UNOModule/c_gram.c	479;"	d	file:
YYSTACK_ALLOC	./UNOModule/c_gram.c	484;"	d	file:
YYSTACK_ALLOC	./UNOModule/c_gram.c	507;"	d	file:
YYSTACK_ALLOC_MAXIMUM	./MemoryManagement/c_gram.c	504;"	d	file:
YYSTACK_ALLOC_MAXIMUM	./MemoryManagement/c_gram.c	510;"	d	file:
YYSTACK_ALLOC_MAXIMUM	./UNOModule/c_gram.c	504;"	d	file:
YYSTACK_ALLOC_MAXIMUM	./UNOModule/c_gram.c	510;"	d	file:
YYSTACK_BYTES	./MemoryManagement/c_gram.c	554;"	d	file:
YYSTACK_BYTES	./UNOModule/c_gram.c	554;"	d	file:
YYSTACK_FREE	./MemoryManagement/c_gram.c	498;"	d	file:
YYSTACK_FREE	./MemoryManagement/c_gram.c	508;"	d	file:
YYSTACK_FREE	./UNOModule/c_gram.c	498;"	d	file:
YYSTACK_FREE	./UNOModule/c_gram.c	508;"	d	file:
YYSTACK_GAP_MAXIMUM	./MemoryManagement/c_gram.c	550;"	d	file:
YYSTACK_GAP_MAXIMUM	./UNOModule/c_gram.c	550;"	d	file:
YYSTACK_RELOCATE	./MemoryManagement/c_gram.c	581;"	d	file:
YYSTACK_RELOCATE	./UNOModule/c_gram.c	581;"	d	file:
YYSTATE	./MemoryManagement/lexer.c	132;"	d	file:
YYSTATE	./UNOModule/lexer.c	132;"	d	file:
YYSTYPE	./MemoryManagement/c_gram.c	/^typedef int YYSTYPE;$/;"	t	file:
YYSTYPE	./MemoryManagement/c_gram.h	/^typedef int YYSTYPE;$/;"	t
YYSTYPE	./MemoryManagement/lexer.h	30;"	d
YYSTYPE	./MemoryManagement/lexer.h	31;"	d
YYSTYPE	./UNOModule/c_gram.c	/^typedef int YYSTYPE;$/;"	t	file:
YYSTYPE	./UNOModule/c_gram.h	/^typedef int YYSTYPE;$/;"	t
YYSTYPE	./UNOModule/lexer.h	30;"	d
YYSTYPE	./UNOModule/lexer.h	31;"	d
YYSTYPE_IS_DECLARED	./MemoryManagement/c_gram.c	372;"	d	file:
YYSTYPE_IS_DECLARED	./MemoryManagement/c_gram.h	266;"	d
YYSTYPE_IS_DECLARED	./UNOModule/c_gram.c	372;"	d	file:
YYSTYPE_IS_DECLARED	./UNOModule/c_gram.h	266;"	d
YYSTYPE_IS_TRIVIAL	./MemoryManagement/c_gram.c	373;"	d	file:
YYSTYPE_IS_TRIVIAL	./MemoryManagement/c_gram.h	267;"	d
YYSTYPE_IS_TRIVIAL	./UNOModule/c_gram.c	373;"	d	file:
YYSTYPE_IS_TRIVIAL	./UNOModule/c_gram.h	267;"	d
YYTABLES_NAME	./MemoryManagement/lexer.c	5578;"	d	file:
YYTABLES_NAME	./UNOModule/lexer.c	5576;"	d	file:
YYTABLE_NINF	./MemoryManagement/c_gram.c	1108;"	d	file:
YYTABLE_NINF	./UNOModule/c_gram.c	1108;"	d	file:
YYTERROR	./MemoryManagement/c_gram.c	1491;"	d	file:
YYTERROR	./UNOModule/c_gram.c	1491;"	d	file:
YYTOKENTYPE	./MemoryManagement/c_gram.c	65;"	d	file:
YYTOKENTYPE	./MemoryManagement/c_gram.h	38;"	d
YYTOKENTYPE	./UNOModule/c_gram.c	65;"	d	file:
YYTOKENTYPE	./UNOModule/c_gram.h	38;"	d
YYTOKEN_TABLE	./MemoryManagement/c_gram.c	366;"	d	file:
YYTOKEN_TABLE	./UNOModule/c_gram.c	366;"	d	file:
YYTRANSLATE	./MemoryManagement/c_gram.c	612;"	d	file:
YYTRANSLATE	./UNOModule/c_gram.c	612;"	d	file:
YYUNDEFTOK	./MemoryManagement/c_gram.c	609;"	d	file:
YYUNDEFTOK	./UNOModule/c_gram.c	609;"	d	file:
YYUSE	./MemoryManagement/c_gram.c	445;"	d	file:
YYUSE	./MemoryManagement/c_gram.c	447;"	d	file:
YYUSE	./UNOModule/c_gram.c	445;"	d	file:
YYUSE	./UNOModule/c_gram.c	447;"	d	file:
YY_	./MemoryManagement/c_gram.c	435;"	d	file:
YY_	./MemoryManagement/c_gram.c	439;"	d	file:
YY_	./UNOModule/c_gram.c	435;"	d	file:
YY_	./UNOModule/c_gram.c	439;"	d	file:
YY_AT_BOL	./MemoryManagement/lexer.c	331;"	d	file:
YY_AT_BOL	./UNOModule/lexer.c	331;"	d	file:
YY_BREAK	./MemoryManagement/lexer.c	3054;"	d	file:
YY_BREAK	./UNOModule/lexer.c	3054;"	d	file:
YY_BUFFER_EOF_PENDING	./MemoryManagement/lexer.c	247;"	d	file:
YY_BUFFER_EOF_PENDING	./UNOModule/lexer.c	247;"	d	file:
YY_BUFFER_NEW	./MemoryManagement/lexer.c	235;"	d	file:
YY_BUFFER_NEW	./UNOModule/lexer.c	235;"	d	file:
YY_BUFFER_NORMAL	./MemoryManagement/lexer.c	236;"	d	file:
YY_BUFFER_NORMAL	./UNOModule/lexer.c	236;"	d	file:
YY_BUFFER_STATE	./MemoryManagement/lexer.c	/^typedef struct yy_buffer_state *YY_BUFFER_STATE;$/;"	t	typeref:struct:yy_buffer_state	file:
YY_BUFFER_STATE	./MemoryManagement/treestk.h	/^typedef  struct yy_buffer_state  *YY_BUFFER_STATE;$/;"	t	typeref:struct:yy_buffer_state
YY_BUFFER_STATE	./UNOModule/lexer.c	/^typedef struct yy_buffer_state *YY_BUFFER_STATE;$/;"	t	typeref:struct:yy_buffer_state	file:
YY_BUFFER_STATE	./UNOModule/treestk.h	/^typedef  struct yy_buffer_state  *YY_BUFFER_STATE;$/;"	t	typeref:struct:yy_buffer_state
YY_BUFFER_STATE_DEFD	./MemoryManagement/lexer.c	2752;"	d	file:
YY_BUFFER_STATE_DEFD	./UNOModule/lexer.c	2752;"	d	file:
YY_BUF_SIZE	./MemoryManagement/lexer.c	144;"	d	file:
YY_BUF_SIZE	./UNOModule/lexer.c	144;"	d	file:
YY_CHAR	./MemoryManagement/lexer.c	/^typedef unsigned char YY_CHAR;$/;"	t	file:
YY_CHAR	./UNOModule/lexer.c	/^typedef unsigned char YY_CHAR;$/;"	t	file:
YY_CURRENT_BUFFER	./MemoryManagement/lexer.c	263;"	d	file:
YY_CURRENT_BUFFER	./UNOModule/lexer.c	263;"	d	file:
YY_CURRENT_BUFFER_LVALUE	./MemoryManagement/lexer.c	270;"	d	file:
YY_CURRENT_BUFFER_LVALUE	./UNOModule/lexer.c	270;"	d	file:
YY_DECL	./MemoryManagement/lexer.c	2874;"	d	file:
YY_DECL	./MemoryManagement/lexer.c	2877;"	d	file:
YY_DECL	./MemoryManagement/lexer.c	2879;"	d	file:
YY_DECL	./MemoryManagement/lexer.c	3042;"	d	file:
YY_DECL	./UNOModule/lexer.c	2874;"	d	file:
YY_DECL	./UNOModule/lexer.c	2877;"	d	file:
YY_DECL	./UNOModule/lexer.c	2879;"	d	file:
YY_DECL	./UNOModule/lexer.c	3042;"	d	file:
YY_DECL_IS_OURS	./MemoryManagement/lexer.c	3038;"	d	file:
YY_DECL_IS_OURS	./UNOModule/lexer.c	3038;"	d	file:
YY_DO_BEFORE_ACTION	./MemoryManagement/lexer.c	356;"	d	file:
YY_DO_BEFORE_ACTION	./UNOModule/lexer.c	356;"	d	file:
YY_END_OF_BUFFER	./MemoryManagement/lexer.c	364;"	d	file:
YY_END_OF_BUFFER	./UNOModule/lexer.c	364;"	d	file:
YY_END_OF_BUFFER_CHAR	./MemoryManagement/lexer.c	140;"	d	file:
YY_END_OF_BUFFER_CHAR	./UNOModule/lexer.c	140;"	d	file:
YY_EXIT_FAILURE	./MemoryManagement/lexer.c	5376;"	d	file:
YY_EXIT_FAILURE	./UNOModule/lexer.c	5374;"	d	file:
YY_EXTRA_TYPE	./MemoryManagement/lexer.c	2901;"	d	file:
YY_EXTRA_TYPE	./UNOModule/lexer.c	2901;"	d	file:
YY_FATAL_ERROR	./MemoryManagement/lexer.c	3029;"	d	file:
YY_FATAL_ERROR	./UNOModule/lexer.c	3029;"	d	file:
YY_FLEX_MAJOR_VERSION	./MemoryManagement/lexer.c	10;"	d	file:
YY_FLEX_MAJOR_VERSION	./UNOModule/lexer.c	10;"	d	file:
YY_FLEX_MINOR_VERSION	./MemoryManagement/lexer.c	11;"	d	file:
YY_FLEX_MINOR_VERSION	./UNOModule/lexer.c	11;"	d	file:
YY_FLEX_SUBMINOR_VERSION	./MemoryManagement/lexer.c	12;"	d	file:
YY_FLEX_SUBMINOR_VERSION	./UNOModule/lexer.c	12;"	d	file:
YY_FLUSH_BUFFER	./MemoryManagement/lexer.c	299;"	d	file:
YY_FLUSH_BUFFER	./UNOModule/lexer.c	299;"	d	file:
YY_INPUT	./MemoryManagement/lexer.c	2780;"	d	file:
YY_INPUT	./MemoryManagement/lexer.c	2787;"	d	file:
YY_INPUT	./MemoryManagement/lexer.c	2800;"	d	file:
YY_INPUT	./MemoryManagement/lexer.c	2982;"	d	file:
YY_INPUT	./UNOModule/lexer.c	2780;"	d	file:
YY_INPUT	./UNOModule/lexer.c	2787;"	d	file:
YY_INPUT	./UNOModule/lexer.c	2800;"	d	file:
YY_INPUT	./UNOModule/lexer.c	2982;"	d	file:
YY_INT_ALIGNED	./MemoryManagement/lexer.c	5;"	d	file:
YY_INT_ALIGNED	./UNOModule/lexer.c	5;"	d	file:
YY_LESS_LINENO	./MemoryManagement/lexer.c	164;"	d	file:
YY_LESS_LINENO	./UNOModule/lexer.c	164;"	d	file:
YY_LOCATION_PRINT	./MemoryManagement/c_gram.c	1527;"	d	file:
YY_LOCATION_PRINT	./MemoryManagement/c_gram.c	1532;"	d	file:
YY_LOCATION_PRINT	./UNOModule/c_gram.c	1527;"	d	file:
YY_LOCATION_PRINT	./UNOModule/c_gram.c	1532;"	d	file:
YY_MORE_ADJ	./MemoryManagement/lexer.c	2723;"	d	file:
YY_MORE_ADJ	./UNOModule/lexer.c	2723;"	d	file:
YY_NEW_FILE	./MemoryManagement/lexer.c	138;"	d	file:
YY_NEW_FILE	./UNOModule/lexer.c	138;"	d	file:
YY_NULL	./MemoryManagement/lexer.c	112;"	d	file:
YY_NULL	./UNOModule/lexer.c	112;"	d	file:
YY_NUM_RULES	./MemoryManagement/lexer.c	363;"	d	file:
YY_NUM_RULES	./UNOModule/lexer.c	363;"	d	file:
YY_READ_BUF_SIZE	./MemoryManagement/lexer.c	2967;"	d	file:
YY_READ_BUF_SIZE	./UNOModule/lexer.c	2967;"	d	file:
YY_REDUCE_PRINT	./MemoryManagement/c_gram.c	1689;"	d	file:
YY_REDUCE_PRINT	./MemoryManagement/c_gram.c	1702;"	d	file:
YY_REDUCE_PRINT	./UNOModule/c_gram.c	1690;"	d	file:
YY_REDUCE_PRINT	./UNOModule/c_gram.c	1703;"	d	file:
YY_RESTORE_YY_MORE_OFFSET	./MemoryManagement/lexer.c	2724;"	d	file:
YY_RESTORE_YY_MORE_OFFSET	./UNOModule/lexer.c	2724;"	d	file:
YY_RULE_SETUP	./MemoryManagement/lexer.c	3057;"	d	file:
YY_RULE_SETUP	./UNOModule/lexer.c	3057;"	d	file:
YY_SC_TO_UI	./MemoryManagement/lexer.c	119;"	d	file:
YY_SC_TO_UI	./UNOModule/lexer.c	119;"	d	file:
YY_STACK_PRINT	./MemoryManagement/c_gram.c	1651;"	d	file:
YY_STACK_PRINT	./MemoryManagement/c_gram.c	1701;"	d	file:
YY_STACK_PRINT	./UNOModule/c_gram.c	1652;"	d	file:
YY_STACK_PRINT	./UNOModule/c_gram.c	1702;"	d	file:
YY_START	./MemoryManagement/lexer.c	131;"	d	file:
YY_START	./UNOModule/lexer.c	131;"	d	file:
YY_START_STACK_INCR	./MemoryManagement/lexer.c	3024;"	d	file:
YY_START_STACK_INCR	./UNOModule/lexer.c	3024;"	d	file:
YY_STATE_BUF_SIZE	./MemoryManagement/lexer.c	149;"	d	file:
YY_STATE_BUF_SIZE	./UNOModule/lexer.c	149;"	d	file:
YY_STATE_EOF	./MemoryManagement/lexer.c	135;"	d	file:
YY_STATE_EOF	./UNOModule/lexer.c	135;"	d	file:
YY_STRUCT_YY_BUFFER_STATE	./MemoryManagement/lexer.c	188;"	d	file:
YY_STRUCT_YY_BUFFER_STATE	./UNOModule/lexer.c	188;"	d	file:
YY_SYMBOL_PRINT	./MemoryManagement/c_gram.c	1559;"	d	file:
YY_SYMBOL_PRINT	./MemoryManagement/c_gram.c	1700;"	d	file:
YY_SYMBOL_PRINT	./UNOModule/c_gram.c	1560;"	d	file:
YY_SYMBOL_PRINT	./UNOModule/c_gram.c	1701;"	d	file:
YY_TYPEDEF_YY_BUFFER_STATE	./MemoryManagement/lexer.c	152;"	d	file:
YY_TYPEDEF_YY_BUFFER_STATE	./UNOModule/lexer.c	152;"	d	file:
YY_TYPEDEF_YY_SIZE_T	./MemoryManagement/lexer.c	183;"	d	file:
YY_TYPEDEF_YY_SIZE_T	./UNOModule/lexer.c	183;"	d	file:
YY_USER_ACTION	./MemoryManagement/lexer.c	2811;"	d	file:
YY_USER_ACTION	./MemoryManagement/lexer.c	3049;"	d	file:
YY_USER_ACTION	./UNOModule/lexer.c	2811;"	d	file:
YY_USER_ACTION	./UNOModule/lexer.c	3049;"	d	file:
YY_USE_CONST	./MemoryManagement/lexer.c	100;"	d	file:
YY_USE_CONST	./MemoryManagement/lexer.c	93;"	d	file:
YY_USE_CONST	./UNOModule/lexer.c	100;"	d	file:
YY_USE_CONST	./UNOModule/lexer.c	93;"	d	file:
ZS	./MemoryManagement/uno_lts.h	138;"	d
ZS	./UNOModule/uno_lts.h	138;"	d
ZT	./MemoryManagement/uno_lts.h	137;"	d
ZT	./UNOModule/uno_lts.h	137;"	d
_STDLIB_H	./MemoryManagement/c_gram.c	489;"	d	file:
_STDLIB_H	./MemoryManagement/c_gram.c	517;"	d	file:
_STDLIB_H	./UNOModule/c_gram.c	489;"	d	file:
_STDLIB_H	./UNOModule/c_gram.c	517;"	d	file:
__ANALAYSIS_MODULE_INTERFACE_H__	./include/AnalysisModuleInterface.h	2;"	d
__ANALYMODULE_NOTIFY_MODULE_H__	./AnalysisNotifyModule.h	4;"	d
__ANALYSIS_MODULE_MANAGER_H__	./AnalysisModuleManager.h	6;"	d
__IN_OUT_PIN_H__	./include/InOutPin.h	2;"	d
__MODULE_GRAPH_H__	./ModuleGraph.h	2;"	d
__PANALYSIS_RESULT_MANAGER_H__	./MemoryManagement/AnalysisResultManager.h	13;"	d
__PANALYSIS_RESULT_MANAGER_H__	./UNOModule/AnalysisResultManager.h	13;"	d
__PBUFFER_H__	./MemoryManagement/PBuffer.h	13;"	d
__PBUFFER_H__	./UNOModule/PBuffer.h	13;"	d
__PSTRING_TOKEN_H__	./MemoryManagement/PStringToken.h	13;"	d
__PSTRING_TOKEN_H__	./UNOModule/PStringToken.h	13;"	d
__STDC_LIMIT_MACROS	./MemoryManagement/lexer.c	40;"	d	file:
__STDC_LIMIT_MACROS	./UNOModule/lexer.c	40;"	d	file:
__UNO_BOUND_CHECK_H__	./ImproperInitialization/UNOImproperInitialization.h	3;"	d
__UNO_BOUND_CHECK_H__	./MemoryManagement/UNOMemoryManagement.h	3;"	d
__UNO_BOUND_CHECK_H__	./OutOfBoundAccess/UNOOutOfBoundAccess.h	3;"	d
__UNO_BOUND_CHECK_H__	./UNOLexer/UNOLexer.h	3;"	d
__UNO_BOUND_CHECK_H__	./UNOModule/UNOImproperInitialization.h	3;"	d
__UNO_BOUND_CHECK_H__	./UNOModule/UNOLexer.h	3;"	d
__UNO_BOUND_CHECK_H__	./UNOModule/UNOOutOfBoundAccess.h	3;"	d
__UNO_IN_OUT_PIN_H__	./UNOModule/UNOInOutPin.h	2;"	d
__UNO_LEXER_INFO__	./UNOLexer/UNOLexerInfo.h	2;"	d
__UNO_LEXER_INFO__	./UNOModule/UNOLexerInfo.h	2;"	d
__UNO_OUTOFBOUNDACCESS_INFO__	./ImproperInitialization/UNOImproperInitializationInfo.h	2;"	d
__UNO_OUTOFBOUNDACCESS_INFO__	./OutOfBoundAccess/UNOOutOfBoundAccessInfo.h	2;"	d
__UNO_OUTOFBOUNDACCESS_INFO__	./UNOModule/UNOImproperInitializationInfo.h	2;"	d
__UNO_OUTOFBOUNDACCESS_INFO__	./UNOModule/UNOOutOfBoundAccessInfo.h	2;"	d
act_cond	./MemoryManagement/uno_fcts.c	/^act_cond(Label *m, int t)	\/* match or non_zero -- conditionals indep of sys labels *\/$/;"	f	file:
act_cond	./UNOModule/uno_fcts.c	/^act_cond(Label *m, int t)	\/* match or non_zero -- conditionals indep of sys labels *\/$/;"	f	file:
act_select	./MemoryManagement/uno_fcts.c	/^act_select(Label *n, Label *m, int t)$/;"	f	file:
act_select	./UNOModule/uno_fcts.c	/^act_select(Label *n, Label *m, int t)$/;"	f	file:
add_aio	./MemoryManagement/dflow.c	/^add_aio(DefUse *d, treenode *n)$/;"	f	file:
add_aio	./UNOModule/dflow.c	/^add_aio(DefUse *d, treenode *n)$/;"	f	file:
add_arc	./MemoryManagement/uno_fcts.c	/^add_arc(BFct *f, int from, int to)$/;"	f	file:
add_arc	./UNOModule/uno_fcts.c	/^add_arc(BFct *f, int from, int to)$/;"	f	file:
add_bound	./MemoryManagement/uno_bounds.c	/^add_bound(symentry_t *s, int lb, int ub, int bounds)$/;"	f	file:
add_bound	./UNOModule/uno_bounds.c	/^add_bound(symentry_t *s, int lb, int ub, int bounds)$/;"	f	file:
add_call	./MemoryManagement/uno_fcts.c	/^add_call(char *fnm, char *c)$/;"	f
add_call	./UNOModule/uno_fcts.c	/^add_call(char *fnm, char *c)$/;"	f
add_constant	./MemoryManagement/symtab.c	/^add_constant(char *p)$/;"	f
add_constant	./UNOModule/symtab.c	/^add_constant(char *p)$/;"	f
add_defs	./MemoryManagement/uno_lts.c	/^add_defs(symentry_t *t, treenode *n)$/;"	f	file:
add_defs	./UNOModule/uno_lts.c	/^add_defs(symentry_t *t, treenode *n)$/;"	f	file:
add_derefs	./MemoryManagement/uno_lts.c	/^add_derefs(symentry_t *t, treenode *n)$/;"	f	file:
add_derefs	./UNOModule/uno_lts.c	/^add_derefs(symentry_t *t, treenode *n)$/;"	f	file:
add_fbase	./MemoryManagement/dflow.c	/^add_fbase(int ln, char *s)$/;"	f	file:
add_fbase	./UNOModule/dflow.c	/^add_fbase(int ln, char *s)$/;"	f	file:
add_fcall	./MemoryManagement/uno_lts.c	/^add_fcall(symentry_t *t, treenode *n, int status)$/;"	f	file:
add_fcall	./UNOModule/uno_lts.c	/^add_fcall(symentry_t *t, treenode *n, int status)$/;"	f	file:
add_fct	./MemoryManagement/uno_fcts.c	/^add_fct(char *s)$/;"	f
add_fct	./UNOModule/uno_fcts.c	/^add_fct(char *s)$/;"	f
add_glob	./MemoryManagement/uno_lts.c	/^add_glob(symentry_t *t, treenode *n, int st)$/;"	f	file:
add_glob	./UNOModule/uno_lts.c	/^add_glob(symentry_t *t, treenode *n, int st)$/;"	f	file:
add_glob_defs	./MemoryManagement/uno_global.c	/^add_glob_defs(void)$/;"	f
add_glob_defs	./UNOModule/uno_global.c	/^add_glob_defs(void)$/;"	f
add_gstack	./MemoryManagement/uno_lts.c	/^add_gstack(symentry_t *t, treenode *n, int mark)$/;"	f	file:
add_gstack	./UNOModule/uno_lts.c	/^add_gstack(symentry_t *t, treenode *n, int mark)$/;"	f	file:
add_label	./MemoryManagement/uno_fcts.c	/^add_label(BFct *f, Arc *a, char *s)$/;"	f	file:
add_label	./UNOModule/uno_fcts.c	/^add_label(BFct *f, Arc *a, char *s)$/;"	f	file:
add_locs	./MemoryManagement/uno_lts.c	/^add_locs(symentry_t *t, treenode *n)$/;"	f	file:
add_locs	./UNOModule/uno_lts.c	/^add_locs(symentry_t *t, treenode *n)$/;"	f	file:
add_never	./ImproperInitialization/uno_local.c	/^add_never(FILE *fo)$/;"	f
add_never	./MemoryManagement/uno_local.c	/^add_never(FILE *fo)$/;"	f
add_never	./OutOfBoundAccess/uno_local.c	/^add_never(FILE *fo)$/;"	f
add_never	./UNOLexer/uno_local.c	/^add_never(FILE *fo)$/;"	f
add_never	./UNOModule/uno_local.c	/^add_never(FILE *fo)$/;"	f
add_params_to_symtab	./MemoryManagement/c_gram.c	/^add_params_to_symtab(treenode *funcdecl)$/;"	f	file:
add_params_to_symtab	./UNOModule/c_gram.c	/^add_params_to_symtab(treenode *funcdecl)$/;"	f	file:
add_pieces	./ImproperInitialization/uno_local.c	/^add_pieces(FILE *fp, char *f)$/;"	f
add_pieces	./MemoryManagement/uno_local.c	/^add_pieces(FILE *fp, char *f)$/;"	f
add_pieces	./OutOfBoundAccess/uno_local.c	/^add_pieces(FILE *fp, char *f)$/;"	f
add_pieces	./UNOLexer/uno_local.c	/^add_pieces(FILE *fp, char *f)$/;"	f
add_pieces	./UNOModule/uno_local.c	/^add_pieces(FILE *fp, char *f)$/;"	f
add_safe	./MemoryManagement/uno_lts.c	/^add_safe(symentry_t *t, treenode *n)$/;"	f	file:
add_safe	./UNOModule/uno_lts.c	/^add_safe(symentry_t *t, treenode *n)$/;"	f	file:
add_seq	./MemoryManagement/uno_lts.c	/^add_seq(State *cur, treenode *n)$/;"	f	file:
add_seq	./UNOModule/uno_lts.c	/^add_seq(State *cur, treenode *n)$/;"	f	file:
add_size	./MemoryManagement/uno_bounds.c	/^add_size(symentry_t *s, treenode *b, treenode *n)$/;"	f	file:
add_size	./UNOModule/uno_bounds.c	/^add_size(symentry_t *s, treenode *b, treenode *n)$/;"	f	file:
add_stack	./MemoryManagement/uno_lts.c	/^add_stack(symentry_t *t, treenode *n)	\/* locals only *\/$/;"	f	file:
add_stack	./UNOModule/uno_lts.c	/^add_stack(symentry_t *t, treenode *n)	\/* locals only *\/$/;"	f	file:
add_target	./ImproperInitialization/uno.c	/^add_target(char *f)$/;"	f	file:
add_target	./MemoryManagement/uno.c	/^add_target(char *f)$/;"	f	file:
add_target	./OutOfBoundAccess/uno.c	/^add_target(char *f)$/;"	f	file:
add_target	./UNOLexer/uno.c	/^add_target(char *f)$/;"	f	file:
add_target	./UNOModule/uno.c	/^add_target(char *f)$/;"	f	file:
add_uses	./MemoryManagement/uno_lts.c	/^add_uses(symentry_t *t, treenode *n)$/;"	f	file:
add_uses	./UNOModule/uno_lts.c	/^add_uses(symentry_t *t, treenode *n)$/;"	f	file:
addtostack	./MemoryManagement/uno_fcts.c	/^addtostack(char *s)	\/* info on var known to be nonzero *\/$/;"	f	file:
addtostack	./UNOModule/uno_fcts.c	/^addtostack(char *s)	\/* info on var known to be nonzero *\/$/;"	f	file:
aio	./MemoryManagement/dflow.h	/^	ArList	*aio;		\/* array index operations *\/$/;"	m	struct:DefUse
aio	./UNOModule/dflow.h	/^	ArList	*aio;		\/* array index operations *\/$/;"	m	struct:DefUse
all	./MemoryManagement/dflow.h	/^	SymList *all;$/;"	m	struct:SymList
all	./MemoryManagement/uno_lts.h	/^	State	*all;		\/* linked list of all states created *\/$/;"	m	struct:State
all	./MemoryManagement/uno_lts.h	/^	State	*all;		\/* linked list of all states in this graph *\/$/;"	m	struct:Graphs
all	./UNOModule/dflow.h	/^	SymList *all;$/;"	m	struct:SymList
all	./UNOModule/uno_lts.h	/^	State	*all;		\/* linked list of all states created *\/$/;"	m	struct:State
all	./UNOModule/uno_lts.h	/^	State	*all;		\/* linked list of all states in this graph *\/$/;"	m	struct:Graphs
all_fcg	./MemoryManagement/uno_global.c	/^all_fcg(FILE *fd)$/;"	f	file:
all_fcg	./UNOModule/uno_global.c	/^all_fcg(FILE *fd)$/;"	f	file:
allerr	./ImproperInitialization/uno_local.c	/^int	usecheck, allerr, allerrs, lintlike, picky, show_sharing;$/;"	v
allerr	./MemoryManagement/uno_local.c	/^int	usecheck, allerr, allerrs, lintlike, picky, show_sharing;$/;"	v
allerr	./OutOfBoundAccess/uno_local.c	/^int	usecheck, allerr, allerrs, lintlike, picky, show_sharing;$/;"	v
allerr	./UNOLexer/uno_local.c	/^int	usecheck, allerr, allerrs, lintlike, picky, show_sharing;$/;"	v
allerr	./UNOModule/uno_local.c	/^int	usecheck, allerr, allerrs, lintlike, picky, show_sharing;$/;"	v
allerrs	./ImproperInitialization/uno_local.c	/^int	usecheck, allerr, allerrs, lintlike, picky, show_sharing;$/;"	v
allerrs	./MemoryManagement/uno_local.c	/^int	usecheck, allerr, allerrs, lintlike, picky, show_sharing;$/;"	v
allerrs	./OutOfBoundAccess/uno_local.c	/^int	usecheck, allerr, allerrs, lintlike, picky, show_sharing;$/;"	v
allerrs	./UNOLexer/uno_local.c	/^int	usecheck, allerr, allerrs, lintlike, picky, show_sharing;$/;"	v
allerrs	./UNOModule/uno_local.c	/^int	usecheck, allerr, allerrs, lintlike, picky, show_sharing;$/;"	v
alloca	./MemoryManagement/c_gram.c	313;"	d	file:
alloca	./MemoryManagement/c_gram.c	482;"	d	file:
alloca	./UNOModule/c_gram.c	313;"	d	file:
alloca	./UNOModule/c_gram.c	482;"	d	file:
allsym	./MemoryManagement/dflow.c	/^static SymList	*allsym = NULL;$/;"	v	file:
allsym	./UNOModule/dflow.c	/^static SymList	*allsym = NULL;$/;"	v	file:
ana_aio_decl	./MemoryManagement/uno_bounds.c	/^ana_aio_decl(SymList *s, treenode *tn, treenode *nn)$/;"	f	file:
ana_aio_decl	./UNOModule/uno_bounds.c	/^ana_aio_decl(SymList *s, treenode *tn, treenode *nn)$/;"	f	file:
ana_aio_ix	./MemoryManagement/uno_bounds.c	/^ana_aio_ix(State *s, treenode *tn)$/;"	f	file:
ana_aio_ix	./UNOModule/uno_bounds.c	/^ana_aio_ix(State *s, treenode *tn)$/;"	f	file:
ana_defuse	./MemoryManagement/uno_lts.c	/^ana_defuse(treenode *n)$/;"	f	file:
ana_defuse	./UNOModule/uno_lts.c	/^ana_defuse(treenode *n)$/;"	f	file:
ana_locs	./MemoryManagement/uno_lts.c	/^ana_locs(Graphs *g)$/;"	f	file:
ana_locs	./UNOModule/uno_lts.c	/^ana_locs(Graphs *g)$/;"	f	file:
ana_reversed	./MemoryManagement/uno_lts.c	/^ana_reversed(DefUse *d, SymList *s, treenode *n)$/;"	f	file:
ana_reversed	./UNOModule/uno_lts.c	/^ana_reversed(DefUse *d, SymList *s, treenode *n)$/;"	f	file:
ana_work	./MemoryManagement/uno_lts.c	/^ana_work(DefUse *d, SymList *s, treenode *n)$/;"	f	file:
ana_work	./UNOModule/uno_lts.c	/^ana_work(DefUse *d, SymList *s, treenode *n)$/;"	f	file:
and_bounds	./MemoryManagement/uno_intervals.c	/^and_bounds(ArBound *a, ArBound *b)	\/* replace 'a' with 'a\/\\b' *\/$/;"	f	file:
and_bounds	./UNOModule/uno_intervals.c	/^and_bounds(ArBound *a, ArBound *b)	\/* replace 'a' with 'a\/\\b' *\/$/;"	f	file:
any_track	./MemoryManagement/uno_generic.c	/^any_track(treenode *m, int allow, int forbid)$/;"	f	file:
any_track	./UNOModule/uno_generic.c	/^any_track(treenode *m, int allow, int forbid)$/;"	f	file:
arg_val	./MemoryManagement/uno_lts.c	/^	int	arg_val;	\/* optionally, a value for the first arg that should match *\/$/;"	m	struct:EX	file:
arg_val	./UNOModule/uno_lts.c	/^	int	arg_val;	\/* optionally, a value for the first arg that should match *\/$/;"	m	struct:EX	file:
arnosize	./MemoryManagement/uno_bounds.c	/^static ArSize	*arnosize = (ArSize *) 0;$/;"	v	file:
arnosize	./UNOModule/uno_bounds.c	/^static ArSize	*arnosize = (ArSize *) 0;$/;"	v	file:
arsize	./MemoryManagement/uno_bounds.c	/^static ArSize	*arsize = (ArSize *) 0, *freears = (ArSize *) 0;$/;"	v	file:
arsize	./UNOModule/uno_bounds.c	/^static ArSize	*arsize = (ArSize *) 0, *freears = (ArSize *) 0;$/;"	v	file:
asgn_bound	./MemoryManagement/uno_bounds.c	/^asgn_bound(State *s)		\/* try to derive bounds on scalars from asgn *\/$/;"	f	file:
asgn_bound	./UNOModule/uno_bounds.c	/^asgn_bound(State *s)		\/* try to derive bounds on scalars from asgn *\/$/;"	f	file:
attach_defuse	./MemoryManagement/dflow.c	/^attach_defuse(treenode *n, char *t, DefUse *d)$/;"	f
attach_defuse	./UNOModule/dflow.c	/^attach_defuse(treenode *n, char *t, DefUse *d)$/;"	f
attach_nut	./MemoryManagement/uno_lts.c	/^attach_nut(char *pref, symentry_t *t, treenode *n)$/;"	f	file:
attach_nut	./UNOModule/uno_lts.c	/^attach_nut(char *pref, symentry_t *t, treenode *n)$/;"	f	file:
b	./MemoryManagement/dflow.h	/^	struct treenode	*b;	\/* declared size *\/$/;"	m	struct:ArSize	typeref:struct:ArSize::treenode
b	./UNOModule/dflow.h	/^	struct treenode	*b;	\/* declared size *\/$/;"	m	struct:ArSize	typeref:struct:ArSize::treenode
base	./MemoryManagement/heap.c	/^		char	*base[MX_NODE_SZE];$/;"	m	union:FC::__anon6	file:
base	./UNOModule/heap.c	/^		char	*base[MX_NODE_SZE];$/;"	m	union:FC::__anon12	file:
basiczero	./MemoryManagement/uno_generic.c	/^basiczero(treenode *n, SymList *r)	\/* 1 = zero, -1 = nonzero, 0 = don't know *\/$/;"	f	file:
basiczero	./UNOModule/uno_generic.c	/^basiczero(treenode *n, SymList *r)	\/* 1 = zero, -1 = nonzero, 0 = don't know *\/$/;"	f	file:
bits	./MemoryManagement/uno_global.h	/^	int	bits;$/;"	m	struct:Sym
bits	./UNOModule/uno_global.h	/^	int	bits;$/;"	m	struct:Sym
bottom	./MemoryManagement/treestk.h	/^    Stk_Item    *bottom;$/;"	m	struct:treestk
bottom	./UNOModule/treestk.h	/^    Stk_Item    *bottom;$/;"	m	struct:treestk
bound_from_asgn	./MemoryManagement/uno_bounds.c	/^bound_from_asgn(symentry_t *s, treenode *nn)$/;"	f	file:
bound_from_asgn	./UNOModule/uno_bounds.c	/^bound_from_asgn(symentry_t *s, treenode *nn)$/;"	f	file:
bound_from_expr	./MemoryManagement/uno_bounds.c	/^bound_from_expr(treenode *nn)$/;"	f	file:
bound_from_expr	./UNOModule/uno_bounds.c	/^bound_from_expr(treenode *nn)$/;"	f	file:
bound_pop	./MemoryManagement/uno_bounds.c	/^bound_pop(void)$/;"	f	file:
bound_pop	./UNOModule/uno_bounds.c	/^bound_pop(void)$/;"	f	file:
bound_push	./MemoryManagement/uno_bounds.c	/^bound_push(State *s, treenode *exp_in, treenode *t_cond, State *prev_s)$/;"	f	file:
bound_push	./UNOModule/uno_bounds.c	/^bound_push(State *s, treenode *exp_in, treenode *t_cond, State *prev_s)$/;"	f	file:
bound_reset	./MemoryManagement/uno_bounds.c	/^bound_reset(void)$/;"	f
bound_reset	./UNOModule/uno_bounds.c	/^bound_reset(void)$/;"	f
bound_stats	./MemoryManagement/uno_bounds.c	/^bound_stats(void)$/;"	f
bound_stats	./UNOModule/uno_bounds.c	/^bound_stats(void)$/;"	f
bounded	./MemoryManagement/uno_bounds.c	/^static ArBound	*bounded = (ArBound *) 0;$/;"	v	file:
bounded	./UNOModule/uno_bounds.c	/^static ArBound	*bounded = (ArBound *) 0;$/;"	v	file:
bounds	./MemoryManagement/dflow.h	/^	short	bounds;		\/* flags defined in uno_bounds.c *\/$/;"	m	struct:ArBound
bounds	./UNOModule/dflow.h	/^	short	bounds;		\/* flags defined in uno_bounds.c *\/$/;"	m	struct:ArBound
boundstack	./MemoryManagement/uno_bounds.c	/^static BoundStack	*boundstack = (BoundStack *) 0;$/;"	v	file:
boundstack	./UNOModule/uno_bounds.c	/^static BoundStack	*boundstack = (BoundStack *) 0;$/;"	v	file:
branch	./MemoryManagement/uno_lts.h	/^	State *branch;	\/* successor chain *\/$/;"	m	struct:Trans
branch	./UNOModule/uno_lts.h	/^	State *branch;	\/* successor chain *\/$/;"	m	struct:Trans
buf	./ImproperInitialization/uno.h	/^static char buf[BSIZE];$/;"	v
buf	./MemoryManagement/uno.h	/^static char buf[BSIZE];$/;"	v
buf	./OutOfBoundAccess/uno.h	/^static char buf[BSIZE];$/;"	v
buf	./UNOLexer/uno.h	/^static char buf[BSIZE];$/;"	v
buf	./UNOModule/uno.h	/^static char buf[BSIZE];$/;"	v
buf_recur	./MemoryManagement/prnttree.c	/^buf_recur(treenode *root)$/;"	f
buf_recur	./UNOModule/prnttree.c	/^buf_recur(treenode *root)$/;"	f
bugger	./MemoryManagement/dflow.c	/^bugger(char *store, treenode *root, int top)$/;"	f
bugger	./UNOModule/dflow.c	/^bugger(char *store, treenode *root, int top)$/;"	f
build_glob	./MemoryManagement/uno_global.c	/^build_glob(Sym *r)$/;"	f	file:
build_glob	./UNOModule/uno_global.c	/^build_glob(Sym *r)$/;"	f	file:
builtin_check	./MemoryManagement/uno_fcts.c	/^builtin_check(void)$/;"	f	file:
builtin_check	./UNOModule/uno_fcts.c	/^builtin_check(void)$/;"	f	file:
c	./MemoryManagement/uno_generic.c	/^	treenode *e, *c;$/;"	m	struct:GenStack	file:
c	./UNOModule/uno_generic.c	/^	treenode *e, *c;$/;"	m	struct:GenStack	file:
c_origin	./MemoryManagement/dflow.c	/^static char	c_origin[VERY_LARGE];$/;"	v	file:
c_origin	./UNOModule/dflow.c	/^static char	c_origin[VERY_LARGE];$/;"	v	file:
cache_str	./MemoryManagement/dflow.c	/^cache_str(char *s)$/;"	f	file:
cache_str	./UNOModule/dflow.c	/^cache_str(char *s)$/;"	f	file:
calc_hash	./MemoryManagement/nmetab.c	/^calc_hash(char *str)	\/* pjw's hash *\/$/;"	f	file:
calc_hash	./UNOModule/nmetab.c	/^calc_hash(char *str)	\/* pjw's hash *\/$/;"	f	file:
callname	./MemoryManagement/uno_generic.c	/^static const char *callname  = "fct_call";	\/* name of procedure used to check for fcts called *\/$/;"	v	file:
callname	./UNOModule/uno_generic.c	/^static const char *callname  = "fct_call";	\/* name of procedure used to check for fcts called *\/$/;"	v	file:
calls	./MemoryManagement/uno_fcts.h	/^	BSym	*calls;$/;"	m	struct:BFct
calls	./MemoryManagement/uno_global.h	/^	Sym	*calls;$/;"	m	struct:Fct
calls	./UNOModule/uno_fcts.h	/^	BSym	*calls;$/;"	m	struct:BFct
calls	./UNOModule/uno_global.h	/^	Sym	*calls;$/;"	m	struct:Fct
can_flush	./MemoryManagement/prnttree.c	/^static FILE	*can_flush = (FILE *) 0;$/;"	v	file:
can_flush	./UNOModule/prnttree.c	/^static FILE	*can_flush = (FILE *) 0;$/;"	v	file:
cedges	./MemoryManagement/uno_lts.c	/^static int cnodes, cedges;$/;"	v	file:
cedges	./UNOModule/uno_lts.c	/^static int cnodes, cedges;$/;"	v	file:
cfg	./MemoryManagement/uno_lts.h	/^	State	*cfg;		\/* start node for a procedure cfg *\/$/;"	m	struct:Graphs
cfg	./UNOModule/uno_lts.h	/^	State	*cfg;		\/* start node for a procedure cfg *\/$/;"	m	struct:Graphs
cfg_unvisit	./MemoryManagement/uno_lts.c	/^cfg_unvisit(State *t)$/;"	f	file:
cfg_unvisit	./UNOModule/uno_lts.c	/^cfg_unvisit(State *t)$/;"	f	file:
ch_ratio	./MemoryManagement/heap.h	/^	unsigned int ch_ratio;$/;"	m	struct:hp_strt
ch_ratio	./UNOModule/heap.h	/^	unsigned int ch_ratio;$/;"	m	struct:hp_strt
check_bounds	./MemoryManagement/uno_intervals.c	/^check_bounds(ArBound *b, int x, treenode *nn)	\/* is bound within interval 0..x-1 ? *\/$/;"	f
check_bounds	./UNOModule/uno_intervals.c	/^check_bounds(ArBound *b, int x, treenode *nn)	\/* is bound within interval 0..x-1 ? *\/$/;"	f
check_chunks	./MemoryManagement/heap.c	/^check_chunks(void *y)$/;"	f
check_chunks	./UNOModule/heap.c	/^check_chunks(void *y)$/;"	f
check_prop	./MemoryManagement/uno_fcts.c	/^check_prop(Arc	*in)$/;"	f	file:
check_prop	./UNOModule/uno_fcts.c	/^check_prop(Arc	*in)$/;"	f	file:
check_struct_use	./MemoryManagement/symtab.c	/^check_struct_use(FILE *fd, scopetab_t *that)$/;"	f
check_struct_use	./UNOModule/symtab.c	/^check_struct_use(FILE *fd, scopetab_t *that)$/;"	f
checkpathcond	./MemoryManagement/uno_lts.c	/^checkpathcond(symentry_t *s, treenode *n, int callpt)$/;"	f	file:
checkpathcond	./UNOModule/uno_lts.c	/^checkpathcond(symentry_t *s, treenode *n, int callpt)$/;"	f	file:
child_insert	./MemoryManagement/symtab.c	/^child_insert(scopetab_t *mom, scopetab_t *kid)$/;"	f	file:
child_insert	./UNOModule/symtab.c	/^child_insert(scopetab_t *mom, scopetab_t *kid)$/;"	f	file:
children	./MemoryManagement/symtab.h	/^	struct scopetab **children;	\/* doubling array of scopes we enclose *\/$/;"	m	struct:scopetab	typeref:struct:scopetab::scopetab
children	./UNOModule/symtab.h	/^	struct scopetab **children;	\/* doubling array of scopes we enclose *\/$/;"	m	struct:scopetab	typeref:struct:scopetab::scopetab
chnk_sze	./MemoryManagement/heap.h	/^	unsigned int chnk_sze;$/;"	m	struct:hp_strt
chnk_sze	./UNOModule/heap.h	/^	unsigned int chnk_sze;$/;"	m	struct:hp_strt
clean_tmps	./ImproperInitialization/uno_local.c	/^clean_tmps(void)$/;"	f
clean_tmps	./MemoryManagement/uno_local.c	/^clean_tmps(void)$/;"	f
clean_tmps	./OutOfBoundAccess/uno_local.c	/^clean_tmps(void)$/;"	f
clean_tmps	./UNOLexer/uno_local.c	/^clean_tmps(void)$/;"	f
clean_tmps	./UNOModule/uno_local.c	/^clean_tmps(void)$/;"	f
cleanup	./ImproperInitialization/uno.c	/^cleanup(int unused)$/;"	f	file:
cleanup	./MemoryManagement/uno.c	/^cleanup(int unused)$/;"	f	file:
cleanup	./OutOfBoundAccess/uno.c	/^cleanup(int unused)$/;"	f	file:
cleanup	./UNOLexer/uno.c	/^cleanup(int unused)$/;"	f	file:
cleanup	./UNOModule/uno.c	/^cleanup(int unused)$/;"	f	file:
clevel	./MemoryManagement/symtab.h	/^	int		clevel;	\/*	The current level. *\/$/;"	m	struct:symtab
clevel	./UNOModule/symtab.h	/^	int		clevel;	\/*	The current level. *\/$/;"	m	struct:symtab
clone_node	./MemoryManagement/uno_lts.c	/^clone_node(treenode *r)$/;"	f	file:
clone_node	./UNOModule/uno_lts.c	/^clone_node(treenode *r)$/;"	f	file:
cmd	./MemoryManagement/uno_generic.c	/^	const char *cmd;$/;"	m	struct:Cmd	file:
cmd	./MemoryManagement/uno_generic.c	/^	const char *cmd;$/;"	m	struct:Fct	file:
cmd	./UNOModule/uno_generic.c	/^	const char *cmd;$/;"	m	struct:Cmd	file:
cmd	./UNOModule/uno_generic.c	/^	const char *cmd;$/;"	m	struct:Fct	file:
cmds	./MemoryManagement/uno_generic.c	/^} cmds[] = {$/;"	v	typeref:struct:Cmd	file:
cmds	./UNOModule/uno_generic.c	/^} cmds[] = {$/;"	v	typeref:struct:Cmd	file:
cnames	./MemoryManagement/symtab.c	/^static Cname	*cnames;$/;"	v	file:
cnames	./UNOModule/symtab.c	/^static Cname	*cnames;$/;"	v	file:
cnodes	./MemoryManagement/uno_lts.c	/^static int cnodes, cedges;$/;"	v	file:
cnodes	./UNOModule/uno_lts.c	/^static int cnodes, cedges;$/;"	v	file:
cnt_nl	./MemoryManagement/lexer.c	/^int cnt_nl(char *txt, int len)$/;"	f
cnt_nl	./UNOModule/lexer.c	/^int cnt_nl(char *txt, int len)$/;"	f
col	./MemoryManagement/tree.h	/^	int	col;$/;"	m	struct:common
col	./UNOModule/tree.h	/^	int	col;$/;"	m	struct:common
common	./MemoryManagement/tree.h	/^struct common {$/;"	s
common	./UNOModule/tree.h	/^struct common {$/;"	s
complaint	./MemoryManagement/dflow.c	/^static char	complaint[MEDIUM_LARGE];$/;"	v	file:
complaint	./UNOModule/dflow.c	/^static char	complaint[MEDIUM_LARGE];$/;"	v	file:
cond	./MemoryManagement/tree.h	/^	struct treenode *cond;$/;"	m	struct:if_node	typeref:struct:if_node::treenode
cond	./MemoryManagement/uno_lts.h	/^	treenode *cond;	\/* if conditional, expr to be matched for this branch *\/$/;"	m	struct:Trans
cond	./UNOModule/tree.h	/^	struct treenode *cond;$/;"	m	struct:if_node	typeref:struct:if_node::treenode
cond	./UNOModule/uno_lts.h	/^	treenode *cond;	\/* if conditional, expr to be matched for this branch *\/$/;"	m	struct:Trans
container	./MemoryManagement/symtab.h	/^	treenode	*container; \/* for struct\/union component, ptr to def of container *\/$/;"	m	struct:symentry
container	./UNOModule/symtab.h	/^	treenode	*container; \/* for struct\/union component, ptr to def of container *\/$/;"	m	struct:symentry
context	./MemoryManagement/symtab.h	/^typedef struct context {$/;"	s
context	./UNOModule/symtab.h	/^typedef struct context {$/;"	s
context_t	./MemoryManagement/symtab.h	/^} context_t;$/;"	t	typeref:struct:context
context_t	./UNOModule/symtab.h	/^} context_t;$/;"	t	typeref:struct:context
contxt	./ImproperInitialization/uno_local.c	/^context_t	*contxt;$/;"	v
contxt	./MemoryManagement/treestk.h	/^    context_t   *contxt;$/;"	m	struct:treestk
contxt	./MemoryManagement/uno_local.c	/^context_t	*contxt;$/;"	v
contxt	./OutOfBoundAccess/uno_local.c	/^context_t	*contxt;$/;"	v
contxt	./UNOLexer/uno_local.c	/^context_t	*contxt;$/;"	v
contxt	./UNOModule/treestk.h	/^    context_t   *contxt;$/;"	m	struct:treestk
contxt	./UNOModule/uno_local.c	/^context_t	*contxt;$/;"	v
copy_bound	./MemoryManagement/uno_intervals.c	/^copy_bound(ArBound *to, ArBound *from)$/;"	f	file:
copy_bound	./UNOModule/uno_intervals.c	/^copy_bound(ArBound *to, ArBound *from)$/;"	f	file:
copy_list	./MemoryManagement/uno_lts.c	/^copy_list(SymRef *s)$/;"	f	file:
copy_list	./UNOModule/uno_lts.c	/^copy_list(SymRef *s)$/;"	f	file:
copy_pc	./MemoryManagement/uno_lts.c	/^copy_pc(PathCond *n)$/;"	f	file:
copy_pc	./UNOModule/uno_lts.c	/^copy_pc(PathCond *n)$/;"	f	file:
could_be_fct	./MemoryManagement/uno_lts.c	/^could_be_fct(char *s)$/;"	f
could_be_fct	./UNOModule/uno_lts.c	/^could_be_fct(char *s)$/;"	f
count_leafs	./MemoryManagement/uno_bounds.c	/^count_leafs(treenode *n)$/;"	f	file:
count_leafs	./UNOModule/uno_bounds.c	/^count_leafs(treenode *n)$/;"	f	file:
covered	./MemoryManagement/uno_lts.c	/^covered(State *s, SymRef *gr)$/;"	f	file:
covered	./UNOModule/uno_lts.c	/^covered(State *s, SymRef *gr)$/;"	f	file:
cpp1	./ImproperInitialization/uno_local.c	/^static char	*cpp1, *cpp2, *cpp_cmd;$/;"	v	file:
cpp1	./MemoryManagement/uno_local.c	/^static char	*cpp1, *cpp2, *cpp_cmd;$/;"	v	file:
cpp1	./OutOfBoundAccess/uno_local.c	/^static char	*cpp1, *cpp2, *cpp_cmd;$/;"	v	file:
cpp1	./UNOLexer/uno_local.c	/^static char	*cpp1, *cpp2, *cpp_cmd;$/;"	v	file:
cpp1	./UNOModule/uno_local.c	/^static char	*cpp1, *cpp2, *cpp_cmd;$/;"	v	file:
cpp2	./ImproperInitialization/uno_local.c	/^static char	*cpp1, *cpp2, *cpp_cmd;$/;"	v	file:
cpp2	./MemoryManagement/uno_local.c	/^static char	*cpp1, *cpp2, *cpp_cmd;$/;"	v	file:
cpp2	./OutOfBoundAccess/uno_local.c	/^static char	*cpp1, *cpp2, *cpp_cmd;$/;"	v	file:
cpp2	./UNOLexer/uno_local.c	/^static char	*cpp1, *cpp2, *cpp_cmd;$/;"	v	file:
cpp2	./UNOModule/uno_local.c	/^static char	*cpp1, *cpp2, *cpp_cmd;$/;"	v	file:
cpp_cmd	./ImproperInitialization/uno_local.c	/^static char	*cpp1, *cpp2, *cpp_cmd;$/;"	v	file:
cpp_cmd	./MemoryManagement/uno_local.c	/^static char	*cpp1, *cpp2, *cpp_cmd;$/;"	v	file:
cpp_cmd	./OutOfBoundAccess/uno_local.c	/^static char	*cpp1, *cpp2, *cpp_cmd;$/;"	v	file:
cpp_cmd	./UNOLexer/uno_local.c	/^static char	*cpp1, *cpp2, *cpp_cmd;$/;"	v	file:
cpp_cmd	./UNOModule/uno_local.c	/^static char	*cpp1, *cpp2, *cpp_cmd;$/;"	v	file:
create_state	./MemoryManagement/uno_lts.c	/^create_state(Graphs *g)$/;"	f	file:
create_state	./UNOModule/uno_lts.c	/^create_state(Graphs *g)$/;"	f	file:
cst	./MemoryManagement/dflow.c	/^static Cached *cst = NULL;$/;"	v	file:
cst	./UNOModule/dflow.c	/^static Cached *cst = NULL;$/;"	v	file:
cur_dir	./ImproperInitialization/uno_local.c	/^char	*want = "main", *cur_file, *cur_dir, *cur_path;$/;"	v
cur_dir	./MemoryManagement/uno_local.c	/^char	*want = "main", *cur_file, *cur_dir, *cur_path;$/;"	v
cur_dir	./OutOfBoundAccess/uno_local.c	/^char	*want = "main", *cur_file, *cur_dir, *cur_path;$/;"	v
cur_dir	./UNOLexer/uno_local.c	/^char	*want = "main", *cur_file, *cur_dir, *cur_path;$/;"	v
cur_dir	./UNOModule/uno_local.c	/^char	*want = "main", *cur_file, *cur_dir, *cur_path;$/;"	v
cur_file	./ImproperInitialization/uno_local.c	/^char	*want = "main", *cur_file, *cur_dir, *cur_path;$/;"	v
cur_file	./MemoryManagement/uno_local.c	/^char	*want = "main", *cur_file, *cur_dir, *cur_path;$/;"	v
cur_file	./OutOfBoundAccess/uno_local.c	/^char	*want = "main", *cur_file, *cur_dir, *cur_path;$/;"	v
cur_file	./UNOLexer/uno_local.c	/^char	*want = "main", *cur_file, *cur_dir, *cur_path;$/;"	v
cur_file	./UNOModule/uno_local.c	/^char	*want = "main", *cur_file, *cur_dir, *cur_path;$/;"	v
cur_path	./ImproperInitialization/uno_local.c	/^char	*want = "main", *cur_file, *cur_dir, *cur_path;$/;"	v
cur_path	./MemoryManagement/uno_local.c	/^char	*want = "main", *cur_file, *cur_dir, *cur_path;$/;"	v
cur_path	./OutOfBoundAccess/uno_local.c	/^char	*want = "main", *cur_file, *cur_dir, *cur_path;$/;"	v
cur_path	./UNOLexer/uno_local.c	/^char	*want = "main", *cur_file, *cur_dir, *cur_path;$/;"	v
cur_path	./UNOModule/uno_local.c	/^char	*want = "main", *cur_file, *cur_dir, *cur_path;$/;"	v
curbounds	./MemoryManagement/dflow.h	/^	ArBound		*curbounds;$/;"	m	struct:BoundStack
curbounds	./UNOModule/dflow.h	/^	ArBound		*curbounds;$/;"	m	struct:BoundStack
curgraph	./MemoryManagement/uno_lts.c	/^       Graphs	*curgraph;	\/* set during uno checking *\/$/;"	v
curgraph	./UNOModule/uno_lts.c	/^       Graphs	*curgraph;	\/* set during uno checking *\/$/;"	v
current	./MemoryManagement/symtab.h	/^	scopetab_t	*current; \/*	The current scopetab, or one of its$/;"	m	struct:symtab
current	./UNOModule/symtab.h	/^	scopetab_t	*current; \/*	The current scopetab, or one of its$/;"	m	struct:symtab
current_filename	./MemoryManagement/c_gram.c	/^current_filename(void)$/;"	f
current_filename	./UNOModule/c_gram.c	/^current_filename(void)$/;"	f
current_linenumber	./MemoryManagement/c_gram.c	/^current_linenumber(void)$/;"	f
current_linenumber	./UNOModule/c_gram.c	/^current_linenumber(void)$/;"	f
custom_exit	./MemoryManagement/uno_lts.c	/^custom_exit(const char *s)$/;"	f
custom_exit	./UNOModule/uno_lts.c	/^custom_exit(const char *s)$/;"	f
cval	./MemoryManagement/tree.h	/^	  int               cval;$/;"	m	union:leafnode::__anon5
cval	./UNOModule/tree.h	/^	  int               cval;$/;"	m	union:leafnode::__anon11
cyclo	./ImproperInitialization/uno_local.c	/^int	uno = 4, list_typedefs, cyclo;$/;"	v
cyclo	./MemoryManagement/uno_local.c	/^int	uno = 4, list_typedefs, cyclo;$/;"	v
cyclo	./OutOfBoundAccess/uno_local.c	/^int	uno = 4, list_typedefs, cyclo;$/;"	v
cyclo	./UNOLexer/uno_local.c	/^int	uno = 4, list_typedefs, cyclo;$/;"	v
cyclo	./UNOModule/uno_local.c	/^int	uno = 4, list_typedefs, cyclo;$/;"	v
cyclo_dfs	./MemoryManagement/uno_lts.c	/^cyclo_dfs(State *s)$/;"	f	file:
cyclo_dfs	./UNOModule/uno_lts.c	/^cyclo_dfs(State *s)$/;"	f	file:
cyclomatic	./MemoryManagement/uno_lts.c	/^cyclomatic(void)$/;"	f	file:
cyclomatic	./UNOModule/uno_lts.c	/^cyclomatic(void)$/;"	f	file:
d_e	./MemoryManagement/dflow.h	/^	DuGP	*d_e;	\/* llist of outgoing edges *\/$/;"	m	struct:DuG
d_e	./UNOModule/dflow.h	/^	DuGP	*d_e;	\/* llist of outgoing edges *\/$/;"	m	struct:DuG
d_g	./MemoryManagement/dflow.c	/^static DuG	*d_g;$/;"	v	file:
d_g	./UNOModule/dflow.c	/^static DuG	*d_g;$/;"	v	file:
data	./MemoryManagement/tree.h	/^	} data;$/;"	m	struct:leafnode	typeref:union:leafnode::__anon5
data	./UNOModule/tree.h	/^	} data;$/;"	m	struct:leafnode	typeref:union:leafnode::__anon11
debug	./MemoryManagement/c_gram.c	/^static int debug = 0;$/;"	v	file:
debug	./MemoryManagement/uno_bounds.c	/^static int	debug = 0;$/;"	v	file:
debug	./MemoryManagement/uno_fcts.c	/^static int	debug = 0;$/;"	v	file:
debug	./MemoryManagement/uno_generic.c	/^static int	debug = 0;$/;"	v	file:
debug	./MemoryManagement/uno_global.c	/^static int	debug = 0;$/;"	v	file:
debug	./MemoryManagement/uno_intervals.c	/^static int	debug = 0;$/;"	v	file:
debug	./MemoryManagement/uno_lts.c	/^static int	debug = 0;$/;"	v	file:
debug	./UNOModule/c_gram.c	/^static int debug = 0;$/;"	v	file:
debug	./UNOModule/uno_bounds.c	/^static int	debug = 0;$/;"	v	file:
debug	./UNOModule/uno_fcts.c	/^static int	debug = 0;$/;"	v	file:
debug	./UNOModule/uno_generic.c	/^static int	debug = 0;$/;"	v	file:
debug	./UNOModule/uno_global.c	/^static int	debug = 0;$/;"	v	file:
debug	./UNOModule/uno_intervals.c	/^static int	debug = 0;$/;"	v	file:
debug	./UNOModule/uno_lts.c	/^static int	debug = 0;$/;"	v	file:
decl_cnt	./MemoryManagement/prnttree.c	/^static int	decl_cnt = 0;$/;"	v	file:
decl_cnt	./UNOModule/prnttree.c	/^static int	decl_cnt = 0;$/;"	v	file:
decl_level	./MemoryManagement/symtab.h	/^	short		decl_level;	\/* added gjh *\/$/;"	m	struct:symentry
decl_level	./UNOModule/symtab.h	/^	short		decl_level;	\/* added gjh *\/$/;"	m	struct:symentry
def	./MemoryManagement/dflow.h	/^	SymList	*def;$/;"	m	struct:DefUse
def	./UNOModule/dflow.h	/^	SymList	*def;$/;"	m	struct:DefUse
def_and_use	./MemoryManagement/dflow.c	/^def_and_use(int tok)$/;"	f	file:
def_and_use	./UNOModule/dflow.c	/^def_and_use(int tok)$/;"	f	file:
def_use	./MemoryManagement/uno_lts.h	/^	SymRef	*def_use;	\/* records def and useb4def info on globals *\/$/;"	m	struct:Graphs
def_use	./UNOModule/uno_lts.h	/^	SymRef	*def_use;	\/* records def and useb4def info on globals *\/$/;"	m	struct:Graphs
defs	./MemoryManagement/uno_global.h	/^	Sym	*defs;$/;"	m	struct:Fct
defs	./UNOModule/uno_global.h	/^	Sym	*defs;$/;"	m	struct:Fct
deftyp	./MemoryManagement/tree.h	/^	char	*deftyp;	\/* gjh - debugging *\/$/;"	m	struct:common
deftyp	./UNOModule/tree.h	/^	char	*deftyp;	\/* gjh - debugging *\/$/;"	m	struct:common
defuse	./MemoryManagement/tree.h	/^	DefUse	*defuse;	\/* gjh - dataflow information *\/$/;"	m	struct:common
defuse	./UNOModule/tree.h	/^	DefUse	*defuse;	\/* gjh - dataflow information *\/$/;"	m	struct:common
del_stack	./MemoryManagement/uno_lts.c	/^del_stack(symentry_t *t, int w)	\/* locals only *\/$/;"	f	file:
del_stack	./UNOModule/uno_lts.c	/^del_stack(symentry_t *t, int w)	\/* locals only *\/$/;"	f	file:
delete_stk_item	./MemoryManagement/treestk.c	/^delete_stk_item(Stk_Item *stk_item)$/;"	f
delete_stk_item	./UNOModule/treestk.c	/^delete_stk_item(Stk_Item *stk_item)$/;"	f
dep_edge	./MemoryManagement/dflow.c	/^dep_edge(DuG *a, DuG *b, int dist)$/;"	f
dep_edge	./UNOModule/dflow.c	/^dep_edge(DuG *a, DuG *b, int dist)$/;"	f
dep_graph	./MemoryManagement/dflow.c	/^dep_graph(DefUse *d)$/;"	f
dep_graph	./UNOModule/dflow.c	/^dep_graph(DefUse *d)$/;"	f
dep_node	./MemoryManagement/dflow.c	/^dep_node(SymList *a, int imark)$/;"	f
dep_node	./UNOModule/dflow.c	/^dep_node(SymList *a, int imark)$/;"	f
depth	./MemoryManagement/uno_fcts.c	/^static int	depth = 0, oid = 0, tabs = 0;$/;"	v	file:
depth	./MemoryManagement/uno_lts.c	/^int	depth = 0;$/;"	v
depth	./UNOModule/uno_fcts.c	/^static int	depth = 0, oid = 0, tabs = 0;$/;"	v	file:
depth	./UNOModule/uno_lts.c	/^int	depth = 0;$/;"	v
der_type	./MemoryManagement/dflow.h	/^	char	*der_type;	\/* derived type -- new 1\/06 *\/$/;"	m	struct:DefUse
der_type	./UNOModule/dflow.h	/^	char	*der_type;	\/* derived type -- new 1\/06 *\/$/;"	m	struct:DefUse
deref	./MemoryManagement/uno_global.h	/^	Sym	*deref;$/;"	m	struct:Fct
deref	./UNOModule/uno_global.h	/^	Sym	*deref;$/;"	m	struct:Fct
dflow_mark	./MemoryManagement/dflow.c	/^dflow_mark(FILE *fd, int mark)$/;"	f
dflow_mark	./UNOModule/dflow.c	/^dflow_mark(FILE *fd, int mark)$/;"	f
dflow_reset	./MemoryManagement/dflow.c	/^dflow_reset(void)$/;"	f
dflow_reset	./UNOModule/dflow.c	/^dflow_reset(void)$/;"	f
dfs	./MemoryManagement/uno_global.c	/^dfs(Fct *g)$/;"	f	file:
dfs	./UNOModule/uno_global.c	/^dfs(Fct *g)$/;"	f	file:
dfs_bound	./MemoryManagement/uno_bounds.c	/^dfs_bound(State *s, treenode *exp_in, treenode *t_cond, State *prev_s)$/;"	f
dfs_bound	./UNOModule/uno_bounds.c	/^dfs_bound(State *s, treenode *exp_in, treenode *t_cond, State *prev_s)$/;"	f
dfs_frame	./MemoryManagement/uno_lts.c	/^static DfStack	*dfs_frame;$/;"	v	file:
dfs_frame	./UNOModule/uno_lts.c	/^static DfStack	*dfs_frame;$/;"	v	file:
dfs_free	./MemoryManagement/uno_lts.c	/^static SymRef	*dfs_free;$/;"	v	file:
dfs_free	./UNOModule/uno_lts.c	/^static SymRef	*dfs_free;$/;"	v	file:
dfs_generic	./MemoryManagement/uno_generic.c	/^dfs_generic(State *s)$/;"	f
dfs_generic	./UNOModule/uno_generic.c	/^dfs_generic(State *s)$/;"	f
dfs_pop	./MemoryManagement/uno_lts.c	/^dfs_pop(void)$/;"	f	file:
dfs_pop	./UNOModule/uno_lts.c	/^dfs_pop(void)$/;"	f	file:
dfs_push	./MemoryManagement/uno_lts.c	/^dfs_push(State *s)$/;"	f	file:
dfs_push	./UNOModule/uno_lts.c	/^dfs_push(State *s)$/;"	f	file:
dfs_reset	./MemoryManagement/uno_lts.c	/^dfs_reset(void)$/;"	f	file:
dfs_reset	./UNOModule/uno_lts.c	/^dfs_reset(void)$/;"	f	file:
dfs_uno	./MemoryManagement/uno_lts.c	/^dfs_uno(State *s)$/;"	f	file:
dfs_uno	./UNOModule/uno_lts.c	/^dfs_uno(State *s)$/;"	f	file:
dfstack	./MemoryManagement/uno_lts.c	/^static DfStack	*dfstack;$/;"	v	file:
dfstack	./UNOModule/uno_lts.c	/^static DfStack	*dfstack;$/;"	v	file:
direct	./MemoryManagement/uno_lts.h	/^	Trans	*direct;	\/* direct route for nut connections *\/$/;"	m	struct:State
direct	./UNOModule/uno_lts.h	/^	Trans	*direct;	\/* direct route for nut connections *\/$/;"	m	struct:State
dist	./MemoryManagement/dflow.h	/^	int	dist;		\/* distance in dependency chain *\/$/;"	m	struct:DuGP
dist	./UNOModule/dflow.h	/^	int	dist;		\/* distance in dependency chain *\/$/;"	m	struct:DuGP
do_dflow	./ImproperInitialization/uno_local.c	/^static int	do_dflow = 1, nopre, keeptmps, show_syms, no_va=1;$/;"	v	file:
do_dflow	./MemoryManagement/uno_local.c	/^static int	do_dflow = 1, nopre, keeptmps, show_syms, no_va=1;$/;"	v	file:
do_dflow	./OutOfBoundAccess/uno_local.c	/^static int	do_dflow = 1, nopre, keeptmps, show_syms, no_va=1;$/;"	v	file:
do_dflow	./UNOLexer/uno_local.c	/^static int	do_dflow = 1, nopre, keeptmps, show_syms, no_va=1;$/;"	v	file:
do_dflow	./UNOModule/uno_local.c	/^static int	do_dflow = 1, nopre, keeptmps, show_syms, no_va=1;$/;"	v	file:
do_fct_call	./MemoryManagement/uno_fcts.c	/^do_fct_call(BFct *f, Node *sys)$/;"	f	file:
do_fct_call	./UNOModule/uno_fcts.c	/^do_fct_call(BFct *f, Node *sys)$/;"	f	file:
do_nothing	./MemoryManagement/uno_generic.c	/^do_nothing(treenode *unused0, int unused1, int unused2)$/;"	f	file:
do_nothing	./UNOModule/uno_generic.c	/^do_nothing(treenode *unused0, int unused1, int unused2)$/;"	f	file:
do_oper	./MemoryManagement/uno_generic.c	/^do_oper(treenode *m, int sign)$/;"	f	file:
do_oper	./UNOModule/uno_generic.c	/^do_oper(treenode *m, int sign)$/;"	f	file:
do_recur	./MemoryManagement/prnttree.c	/^do_recur(treenode *root, int level)$/;"	f	file:
do_recur	./UNOModule/prnttree.c	/^do_recur(treenode *root, int level)$/;"	f	file:
doit	./MemoryManagement/dflow.c	/^doit(leafnode *leaf, int how)$/;"	f
doit	./UNOModule/dflow.c	/^doit(leafnode *leaf, int how)$/;"	f
domatch	./MemoryManagement/uno_generic.c	/^domatch(treenode *n, int mark, int allow, int forbid, int which)	\/* 1: match, 2: marked *\/$/;"	f	file:
domatch	./UNOModule/uno_generic.c	/^domatch(treenode *n, int mark, int allow, int forbid, int which)	\/* 1: match, 2: marked *\/$/;"	f	file:
doref	./MemoryManagement/uno_generic.c	/^doref(treenode *m, int allow, int forbid)	\/* refine -- unselect nonmatches *\/$/;"	f	file:
doref	./UNOModule/uno_generic.c	/^doref(treenode *m, int allow, int forbid)	\/* refine -- unselect nonmatches *\/$/;"	f	file:
dosel	./MemoryManagement/uno_generic.c	/^dosel(treenode *m, char *nm, int allow, int forbid, int which)	\/* 1:select, 2:unselect *\/$/;"	f	file:
dosel	./UNOModule/uno_generic.c	/^dosel(treenode *m, char *nm, int allow, int forbid, int which)	\/* 1:select, 2:unselect *\/$/;"	f	file:
dotabs	./MemoryManagement/symtab.c	/^dotabs(int tabs, FILE *fp)$/;"	f	file:
dotabs	./UNOModule/symtab.c	/^dotabs(int tabs, FILE *fp)$/;"	f	file:
dual_work	./MemoryManagement/uno_bounds.c	/^dual_work(State *z)$/;"	f	file:
dual_work	./UNOModule/uno_bounds.c	/^dual_work(State *z)$/;"	f	file:
dumknow	./MemoryManagement/uno_lts.c	/^dumknow(treenode *n, Trans *t)$/;"	f	file:
dumknow	./UNOModule/uno_lts.c	/^dumknow(treenode *n, Trans *t)$/;"	f	file:
dump_defuse	./MemoryManagement/dflow.c	/^dump_defuse(DefUse *d, FILE *fp)$/;"	f
dump_defuse	./UNOModule/dflow.c	/^dump_defuse(DefUse *d, FILE *fp)$/;"	f
dup	./MemoryManagement/dflow.h	/^	ArBound	*dup;		\/* effective array bound for sameas *\/$/;"	m	struct:ArBound
dup	./UNOModule/dflow.h	/^	ArBound	*dup;		\/* effective array bound for sameas *\/$/;"	m	struct:ArBound
dup_graph	./MemoryManagement/uno_lts.c	/^dup_graph(Graphs *g, treenode *n)$/;"	f	file:
dup_graph	./UNOModule/uno_lts.c	/^dup_graph(Graphs *g, treenode *n)$/;"	f	file:
dval	./MemoryManagement/tree.h	/^	  double            dval;$/;"	m	union:leafnode::__anon5
dval	./UNOModule/tree.h	/^	  double            dval;$/;"	m	union:leafnode::__anon11
e	./MemoryManagement/uno_generic.c	/^	treenode *e, *c;$/;"	m	struct:GenStack	file:
e	./UNOModule/uno_generic.c	/^	treenode *e, *c;$/;"	m	struct:GenStack	file:
efree	./MemoryManagement/symtab.c	/^void efree(void *unused)$/;"	f
efree	./UNOModule/symtab.c	/^void efree(void *unused)$/;"	f
else_n	./MemoryManagement/tree.h	/^	struct treenode *else_n;$/;"	m	struct:if_node	typeref:struct:if_node::treenode
else_n	./UNOModule/tree.h	/^	struct treenode *else_n;$/;"	m	struct:if_node	typeref:struct:if_node::treenode
emalloc	./MemoryManagement/symtab.c	/^emalloc(size_t m)$/;"	f
emalloc	./UNOModule/symtab.c	/^emalloc(size_t m)$/;"	f
end_of_path	./MemoryManagement/uno_fcts.c	/^end_of_path(void)$/;"	f	file:
end_of_path	./UNOModule/uno_fcts.c	/^end_of_path(void)$/;"	f	file:
endname	./MemoryManagement/uno_generic.c	/^static const char *endname   = "path_ends";	\/* name of procedure used to check for end-state *\/$/;"	v	file:
endname	./UNOModule/uno_generic.c	/^static const char *endname   = "path_ends";	\/* name of procedure used to check for end-state *\/$/;"	v	file:
enter_scope	./MemoryManagement/symtab.c	/^enter_scope(context_t *that)$/;"	f
enter_scope	./UNOModule/symtab.c	/^enter_scope(context_t *that)$/;"	f
enum_list_cnt	./MemoryManagement/prnttree.c	/^static int	enum_list_cnt = 0;$/;"	v	file:
enum_list_cnt	./UNOModule/prnttree.c	/^static int	enum_list_cnt = 0;$/;"	v	file:
eol	./MemoryManagement/uno_lts.c	/^static Stack	*eol = 0;		\/* end of loop *\/$/;"	v	file:
eol	./UNOModule/uno_lts.c	/^static Stack	*eol = 0;		\/* end of loop *\/$/;"	v	file:
err_cnt	./MemoryManagement/lexer.c	/^       int  err_cnt = 0;$/;"	v
err_cnt	./UNOModule/lexer.c	/^       int  err_cnt = 0;$/;"	v
err_matched	./MemoryManagement/uno_generic.c	/^err_matched(GenStack *g)$/;"	f	file:
err_matched	./UNOModule/uno_generic.c	/^err_matched(GenStack *g)$/;"	f	file:
err_path	./MemoryManagement/uno_generic.c	/^       int	err_path;$/;"	v
err_path	./UNOModule/uno_generic.c	/^       int	err_path;$/;"	v
err_report	./MemoryManagement/uno_generic.c	/^err_report(char *m, treenode *e)$/;"	f	file:
err_report	./UNOModule/uno_generic.c	/^err_report(char *m, treenode *e)$/;"	f	file:
err_reversed	./MemoryManagement/uno_generic.c	/^err_reversed(GenStack *g , char* m , char* ptr)$/;"	f	file:
err_reversed	./UNOModule/uno_generic.c	/^err_reversed(GenStack *g , char* m , char* ptr)$/;"	f	file:
err_tok	./MemoryManagement/lexer.c	/^static int  err_tok = 0;$/;"	v	file:
err_tok	./UNOModule/lexer.c	/^static int  err_tok = 0;$/;"	v	file:
err_type	./MemoryManagement/lexer.c	/^static int  err_type = 0;$/;"	v	file:
err_type	./UNOModule/lexer.c	/^static int  err_type = 0;$/;"	v	file:
errname	./MemoryManagement/uno_generic.c	/^static const char *errname   = "error";	\/* name of error procedure *\/$/;"	v	file:
errname	./UNOModule/uno_generic.c	/^static const char *errname   = "error";	\/* name of error procedure *\/$/;"	v	file:
eval_cond	./MemoryManagement/uno_bounds.c	/^eval_cond(treenode *a, treenode *b)	\/* is a < b ? *\/$/;"	f	file:
eval_cond	./UNOModule/uno_bounds.c	/^eval_cond(treenode *a, treenode *b)	\/* is a < b ? *\/$/;"	f	file:
eval_const_expr	./MemoryManagement/uno_bounds.c	/^eval_const_expr(treenode *n, treenode *m)$/;"	f
eval_const_expr	./UNOModule/uno_bounds.c	/^eval_const_expr(treenode *n, treenode *m)$/;"	f
eval_fct	./MemoryManagement/uno_generic.c	/^eval_fct(treenode *e, treenode *n)$/;"	f
eval_fct	./UNOModule/uno_generic.c	/^eval_fct(treenode *e, treenode *n)$/;"	f
eval_prop	./MemoryManagement/uno_fcts.c	/^eval_prop(Node *sys, Node *prop)$/;"	f	file:
eval_prop	./UNOModule/uno_fcts.c	/^eval_prop(Node *sys, Node *prop)$/;"	f	file:
eval_step	./MemoryManagement/uno_generic.c	/^eval_step(treenode *e, treenode *v, treenode *n)$/;"	f	file:
eval_step	./UNOModule/uno_generic.c	/^eval_step(treenode *e, treenode *v, treenode *n)$/;"	f	file:
evals	./MemoryManagement/uno_generic.c	/^} evals[] = {$/;"	v	typeref:struct:Fct	file:
evals	./UNOModule/uno_generic.c	/^} evals[] = {$/;"	v	typeref:struct:Fct	file:
excname	./MemoryManagement/uno_generic.c	/^static const char *excname   = "unselect";$/;"	v	file:
excname	./UNOModule/uno_generic.c	/^static const char *excname   = "unselect";$/;"	v	file:
exec_fct	./MemoryManagement/uno_generic.c	/^exec_fct(treenode *n, treenode *m)$/;"	f	file:
exec_fct	./UNOModule/uno_generic.c	/^exec_fct(treenode *n, treenode *m)$/;"	f	file:
exec_lastfirst	./MemoryManagement/uno_generic.c	/^exec_lastfirst(State *s, Trans *t, treenode *e, treenode *n)$/;"	f	file:
exec_lastfirst	./UNOModule/uno_generic.c	/^exec_lastfirst(State *s, Trans *t, treenode *e, treenode *n)$/;"	f	file:
exec_prop	./MemoryManagement/uno_generic.c	/^exec_prop(State *s, treenode *n)$/;"	f	file:
exec_prop	./UNOModule/uno_generic.c	/^exec_prop(State *s, treenode *n)$/;"	f	file:
exec_step	./MemoryManagement/uno_generic.c	/^exec_step(treenode *n, treenode *m)$/;"	f	file:
exec_step	./UNOModule/uno_generic.c	/^exec_step(treenode *n, treenode *m)$/;"	f	file:
exit_scope	./MemoryManagement/symtab.c	/^exit_scope(context_t *that)$/;"	f
exit_scope	./UNOModule/symtab.c	/^exit_scope(context_t *that)$/;"	f
exit_scopes	./MemoryManagement/symtab.c	/^exit_scopes(context_t *that, int newlev)$/;"	f
exit_scopes	./UNOModule/symtab.c	/^exit_scopes(context_t *that, int newlev)$/;"	f
exp	./MemoryManagement/uno_lts.h	/^	treenode *exp;$/;"	m	struct:PathCond
exp	./UNOModule/uno_lts.h	/^	treenode *exp;$/;"	m	struct:PathCond
explain_bound	./MemoryManagement/uno_bounds.c	/^explain_bound(char *m, ArBound *b, treenode *n)$/;"	f
explain_bound	./UNOModule/uno_bounds.c	/^explain_bound(char *m, ArBound *b, treenode *n)$/;"	f
expr_bound	./MemoryManagement/uno_bounds.c	/^expr_bound(treenode *n, treenode *v)		\/* try to derive bounds on scalars from cond *\/$/;"	f	file:
expr_bound	./UNOModule/uno_bounds.c	/^expr_bound(treenode *n, treenode *v)		\/* try to derive bounds on scalars from cond *\/$/;"	f	file:
exs	./MemoryManagement/uno_lts.c	/^static EX *exs;$/;"	v	file:
exs	./UNOModule/uno_lts.c	/^static EX *exs;$/;"	v	file:
f	./ImproperInitialization/uno.h	/^	char *f;$/;"	m	struct:Fnm
f	./MemoryManagement/uno.h	/^	char *f;$/;"	m	struct:Fnm
f	./MemoryManagement/uno_fcts.h	/^	BFct	*f;$/;"	m	struct:Rstack
f	./MemoryManagement/uno_lts.c	/^	char	*f;$/;"	m	struct:EX	file:
f	./MemoryManagement/uno_lts.h	/^	char *f;	\/* function name *\/$/;"	m	struct:LNode
f	./OutOfBoundAccess/uno.h	/^	char *f;$/;"	m	struct:Fnm
f	./UNOLexer/uno.h	/^	char *f;$/;"	m	struct:Fnm
f	./UNOModule/uno.h	/^	char *f;$/;"	m	struct:Fnm
f	./UNOModule/uno_fcts.h	/^	BFct	*f;$/;"	m	struct:Rstack
f	./UNOModule/uno_lts.c	/^	char	*f;$/;"	m	struct:EX	file:
f	./UNOModule/uno_lts.h	/^	char *f;	\/* function name *\/$/;"	m	struct:LNode
f2d_assert	./MemoryManagement/uno_fcts.c	/^f2d_assert(int p, char *s)$/;"	f	file:
f2d_assert	./UNOModule/uno_fcts.c	/^f2d_assert(int p, char *s)$/;"	f	file:
fallthru	./MemoryManagement/uno_lts.c	/^static Stack *fallthru;$/;"	v	file:
fallthru	./UNOModule/uno_lts.c	/^static Stack *fallthru;$/;"	v	file:
false	./MemoryManagement/uno_generic.c	19;"	d	file:
false	./UNOModule/uno_generic.c	19;"	d	file:
fbase	./MemoryManagement/dflow.c	/^static Fbase *fbase;$/;"	v	file:
fbase	./UNOModule/dflow.c	/^static Fbase *fbase;$/;"	v	file:
fc	./MemoryManagement/heap.c	/^	} fc;$/;"	m	struct:FC	typeref:union:FC::__anon6	file:
fc	./MemoryManagement/uno_fcts.h	/^	BFct	*fc;$/;"	m	struct:Stack
fc	./UNOModule/heap.c	/^	} fc;$/;"	m	struct:FC	typeref:union:FC::__anon12	file:
fc	./UNOModule/uno_fcts.h	/^	BFct	*fc;$/;"	m	struct:Stack
fcalls	./MemoryManagement/dflow.c	/^	struct Fbase *fcalls;$/;"	m	struct:Fbase	typeref:struct:Fbase::Fbase	file:
fcalls	./MemoryManagement/uno_lts.h	/^	SymExt	*fcalls;	\/* list of all fcts called in this fct *\/$/;"	m	struct:Graphs
fcalls	./UNOModule/dflow.c	/^	struct Fbase *fcalls;$/;"	m	struct:Fbase	typeref:struct:Fbase::Fbase	file:
fcalls	./UNOModule/uno_lts.h	/^	SymExt	*fcalls;	\/* list of all fcts called in this fct *\/$/;"	m	struct:Graphs
fct	./MemoryManagement/c_gram.c	/^	char	*fct;$/;"	m	struct:Recorded	file:
fct	./UNOModule/c_gram.c	/^	char	*fct;$/;"	m	struct:Recorded	file:
fct_details	./MemoryManagement/uno_lts.c	/^fct_details(FILE *fd, State *s)$/;"	f	file:
fct_details	./UNOModule/uno_lts.c	/^fct_details(FILE *fd, State *s)$/;"	f	file:
fct_in_lab	./MemoryManagement/uno_fcts.c	/^fct_in_lab(char *s)$/;"	f	file:
fct_in_lab	./UNOModule/uno_fcts.c	/^fct_in_lab(char *s)$/;"	f	file:
fct_retval	./MemoryManagement/uno_lts.c	/^fct_retval(treenode *n)$/;"	f	file:
fct_retval	./UNOModule/uno_lts.c	/^fct_retval(treenode *n)$/;"	f	file:
fctnm	./MemoryManagement/uno_lts.h	/^	char	*fctnm;		\/* name of this fct, or _globals_ *\/$/;"	m	struct:Graphs
fctnm	./UNOModule/uno_lts.h	/^	char	*fctnm;		\/* name of this fct, or _globals_ *\/$/;"	m	struct:Graphs
fcts	./MemoryManagement/uno_fcts.c	/^static BFct	*fcts = (BFct *) 0, *prop_fct = (BFct *) 0;$/;"	v	file:
fcts	./MemoryManagement/uno_global.c	/^static Fct	*fcts = (Fct *) 0;$/;"	v	file:
fcts	./UNOModule/uno_fcts.c	/^static BFct	*fcts = (BFct *) 0, *prop_fct = (BFct *) 0;$/;"	v	file:
fcts	./UNOModule/uno_global.c	/^static Fct	*fcts = (Fct *) 0;$/;"	v	file:
fcts_reset	./MemoryManagement/uno_global.c	/^fcts_reset(void)$/;"	f	file:
fcts_reset	./UNOModule/uno_global.c	/^fcts_reset(void)$/;"	f	file:
fd_uno	./MemoryManagement/uno_lts.c	/^static FILE	*fd_uno;$/;"	v	file:
fd_uno	./UNOModule/uno_lts.c	/^static FILE	*fd_uno;$/;"	v	file:
fields	./MemoryManagement/uno_global.c	/^static PlaceName *fields = (PlaceName *) 0;$/;"	v	file:
fields	./UNOModule/uno_global.c	/^static PlaceName *fields = (PlaceName *) 0;$/;"	v	file:
file_name	./ImproperInitialization/uno_local.c	/^char		*file_name;	\/* uno_lts.c *\/$/;"	v
file_name	./MemoryManagement/uno_local.c	/^char		*file_name;	\/* uno_lts.c *\/$/;"	v
file_name	./OutOfBoundAccess/uno_local.c	/^char		*file_name;	\/* uno_lts.c *\/$/;"	v
file_name	./UNOLexer/uno_local.c	/^char		*file_name;	\/* uno_lts.c *\/$/;"	v
file_name	./UNOModule/uno_local.c	/^char		*file_name;	\/* uno_lts.c *\/$/;"	v
filename	./MemoryManagement/treestk.h	/^    char              *filename;    \/* The name of the file *\/$/;"	m	struct:stk_item
filename	./UNOModule/treestk.h	/^    char              *filename;    \/* The name of the file *\/$/;"	m	struct:stk_item
find_components	./MemoryManagement/tree.c	/^find_components(treenode *decl, treenode *def,$/;"	f
find_components	./UNOModule/tree.c	/^find_components(treenode *decl, treenode *def,$/;"	f
find_fct	./MemoryManagement/uno_global.c	/^find_fct(char *nf)$/;"	f	file:
find_fct	./UNOModule/uno_global.c	/^find_fct(char *nf)$/;"	f	file:
find_func_decl	./MemoryManagement/uno_lts.c	/^find_func_decl(treenode *n)$/;"	f	file:
find_func_decl	./UNOModule/uno_lts.c	/^find_func_decl(treenode *n)$/;"	f	file:
find_func_name	./MemoryManagement/tree.c	/^find_func_name(treenode *n)$/;"	f
find_func_name	./UNOModule/tree.c	/^find_func_name(treenode *n)$/;"	f
find_function	./MemoryManagement/uno_fcts.c	/^find_function(char *s)$/;"	f	file:
find_function	./UNOModule/uno_fcts.c	/^find_function(char *s)$/;"	f	file:
find_graph	./MemoryManagement/uno_lts.c	/^find_graph(char *s)$/;"	f	file:
find_graph	./UNOModule/uno_lts.c	/^find_graph(char *s)$/;"	f	file:
find_ident_name	./MemoryManagement/tree.c	/^find_ident_name(treenode *n, treenode *def, treenode *container, FindFunction find)$/;"	f
find_ident_name	./UNOModule/tree.c	/^find_ident_name(treenode *n, treenode *def, treenode *container, FindFunction find)$/;"	f
find_ininode	./MemoryManagement/uno_bounds.c	/^find_ininode(symentry_t *s, treenode *n)$/;"	f	file:
find_ininode	./UNOModule/uno_bounds.c	/^find_ininode(symentry_t *s, treenode *n)$/;"	f	file:
find_node	./MemoryManagement/uno_fcts.c	/^find_node(BFct *f, int id)$/;"	f	file:
find_node	./UNOModule/uno_fcts.c	/^find_node(BFct *f, int id)$/;"	f	file:
find_params	./MemoryManagement/tree.c	/^find_params(treenode *decl, FindFunction find)$/;"	f
find_params	./UNOModule/tree.c	/^find_params(treenode *decl, FindFunction find)$/;"	f
find_roots	./MemoryManagement/uno_fcts.c	/^find_roots(void)$/;"	f
find_roots	./UNOModule/uno_fcts.c	/^find_roots(void)$/;"	f
find_size	./MemoryManagement/uno_bounds.c	/^find_size(symentry_t *s, treenode *nn)$/;"	f	file:
find_size	./UNOModule/uno_bounds.c	/^find_size(symentry_t *s, treenode *nn)$/;"	f	file:
find_suppress_lines	./MemoryManagement/uno_lts.c	/^find_suppress_lines(char *fn)$/;"	f
find_suppress_lines	./UNOModule/uno_lts.c	/^find_suppress_lines(char *fn)$/;"	f
find_symbol	./MemoryManagement/symtab.c	/^find_symbol(scopetab_t *st, symentry_t *se)$/;"	f
find_symbol	./UNOModule/symtab.c	/^find_symbol(scopetab_t *st, symentry_t *se)$/;"	f
find_typedef_name	./MemoryManagement/tree.c	/^find_typedef_name(treenode *n, treenode *def, FindFunction find)$/;"	f
find_typedef_name	./UNOModule/tree.c	/^find_typedef_name(treenode *n, treenode *def, FindFunction find)$/;"	f
first_inside_second	./MemoryManagement/uno_intervals.c	/^first_inside_second(ArBound *a, ArBound *b)	\/* is interval a inside interval b? *\/$/;"	f
first_inside_second	./UNOModule/uno_intervals.c	/^first_inside_second(ArBound *a, ArBound *b)	\/* is interval a inside interval b? *\/$/;"	f
fix_dups	./MemoryManagement/uno_bounds.c	/^fix_dups(State *s)$/;"	f	file:
fix_dups	./UNOModule/uno_bounds.c	/^fix_dups(State *s)$/;"	f	file:
flex_int16_t	./MemoryManagement/lexer.c	/^typedef int16_t flex_int16_t;$/;"	t	file:
flex_int16_t	./MemoryManagement/lexer.c	/^typedef short int flex_int16_t;$/;"	t	file:
flex_int16_t	./UNOModule/lexer.c	/^typedef int16_t flex_int16_t;$/;"	t	file:
flex_int16_t	./UNOModule/lexer.c	/^typedef short int flex_int16_t;$/;"	t	file:
flex_int32_t	./MemoryManagement/lexer.c	/^typedef int flex_int32_t;$/;"	t	file:
flex_int32_t	./MemoryManagement/lexer.c	/^typedef int32_t flex_int32_t;$/;"	t	file:
flex_int32_t	./UNOModule/lexer.c	/^typedef int flex_int32_t;$/;"	t	file:
flex_int32_t	./UNOModule/lexer.c	/^typedef int32_t flex_int32_t;$/;"	t	file:
flex_int8_t	./MemoryManagement/lexer.c	/^typedef int8_t flex_int8_t;$/;"	t	file:
flex_int8_t	./MemoryManagement/lexer.c	/^typedef signed char flex_int8_t;$/;"	t	file:
flex_int8_t	./UNOModule/lexer.c	/^typedef int8_t flex_int8_t;$/;"	t	file:
flex_int8_t	./UNOModule/lexer.c	/^typedef signed char flex_int8_t;$/;"	t	file:
flex_uint16_t	./MemoryManagement/lexer.c	/^typedef uint16_t flex_uint16_t;$/;"	t	file:
flex_uint16_t	./MemoryManagement/lexer.c	/^typedef unsigned short int flex_uint16_t;$/;"	t	file:
flex_uint16_t	./UNOModule/lexer.c	/^typedef uint16_t flex_uint16_t;$/;"	t	file:
flex_uint16_t	./UNOModule/lexer.c	/^typedef unsigned short int flex_uint16_t;$/;"	t	file:
flex_uint32_t	./MemoryManagement/lexer.c	/^typedef uint32_t flex_uint32_t;$/;"	t	file:
flex_uint32_t	./MemoryManagement/lexer.c	/^typedef unsigned int flex_uint32_t;$/;"	t	file:
flex_uint32_t	./UNOModule/lexer.c	/^typedef uint32_t flex_uint32_t;$/;"	t	file:
flex_uint32_t	./UNOModule/lexer.c	/^typedef unsigned int flex_uint32_t;$/;"	t	file:
flex_uint8_t	./MemoryManagement/lexer.c	/^typedef uint8_t flex_uint8_t;$/;"	t	file:
flex_uint8_t	./MemoryManagement/lexer.c	/^typedef unsigned char flex_uint8_t; $/;"	t	file:
flex_uint8_t	./UNOModule/lexer.c	/^typedef uint8_t flex_uint8_t;$/;"	t	file:
flex_uint8_t	./UNOModule/lexer.c	/^typedef unsigned char flex_uint8_t; $/;"	t	file:
fn	./MemoryManagement/symtab.h	/^	char		*fn;	\/*	file name *\/$/;"	m	struct:symentry
fn	./MemoryManagement/uno_generic.c	/^	int (*fn)(treenode *, int, int);$/;"	m	struct:Fct	file:
fn	./MemoryManagement/uno_generic.c	/^	void (*fn)(treenode *, int, int);$/;"	m	struct:Cmd	file:
fn	./UNOModule/symtab.h	/^	char		*fn;	\/*	file name *\/$/;"	m	struct:symentry
fn	./UNOModule/uno_generic.c	/^	int (*fn)(treenode *, int, int);$/;"	m	struct:Fct	file:
fn	./UNOModule/uno_generic.c	/^	void (*fn)(treenode *, int, int);$/;"	m	struct:Cmd	file:
fnames	./ImproperInitialization/uno.h	/^static Fnm *fnames;$/;"	v
fnames	./MemoryManagement/uno.h	/^static Fnm *fnames;$/;"	v
fnames	./OutOfBoundAccess/uno.h	/^static Fnm *fnames;$/;"	v
fnames	./UNOLexer/uno.h	/^static Fnm *fnames;$/;"	v
fnames	./UNOModule/uno.h	/^static Fnm *fnames;$/;"	v
fnm	./MemoryManagement/c_gram.c	/^	char	*fnm;$/;"	m	struct:Recorded	file:
fnm	./MemoryManagement/tree.h	/^	char	*fnm;$/;"	m	struct:common
fnm	./MemoryManagement/uno_fcts.h	/^	char	*fnm;$/;"	m	struct:BFct
fnm	./MemoryManagement/uno_global.h	/^	char	*fnm;$/;"	m	struct:Fct
fnm	./MemoryManagement/uno_global.h	/^	char	*fnm;$/;"	m	struct:Place
fnm	./UNOModule/c_gram.c	/^	char	*fnm;$/;"	m	struct:Recorded	file:
fnm	./UNOModule/tree.h	/^	char	*fnm;$/;"	m	struct:common
fnm	./UNOModule/uno_fcts.h	/^	char	*fnm;$/;"	m	struct:BFct
fnm	./UNOModule/uno_global.h	/^	char	*fnm;$/;"	m	struct:Fct
fnm	./UNOModule/uno_global.h	/^	char	*fnm;$/;"	m	struct:Place
fol	./MemoryManagement/uno_lts.c	/^static Stack	*fol = 0;		\/* free frames *\/$/;"	v	file:
fol	./UNOModule/uno_lts.c	/^static Stack	*fol = 0;		\/* free frames *\/$/;"	v	file:
for_node	./MemoryManagement/tree.h	/^typedef struct for_node {$/;"	s
for_node	./MemoryManagement/tree.h	/^} for_node;$/;"	t	typeref:struct:for_node
for_node	./UNOModule/tree.h	/^typedef struct for_node {$/;"	s
for_node	./UNOModule/tree.h	/^} for_node;$/;"	t	typeref:struct:for_node
forn	./MemoryManagement/lexer.h	/^	for_node *forn;$/;"	m	union:__anon2
forn	./UNOModule/lexer.h	/^	for_node *forn;$/;"	m	union:__anon8
fput_meta	./MemoryManagement/prnttree.c	/^fput_meta(int c, int in_str)$/;"	f	file:
fput_meta	./UNOModule/prnttree.c	/^fput_meta(int c, int in_str)$/;"	f	file:
fput_meta2	./MemoryManagement/prnttree.c	/^fput_meta2(char *str)$/;"	f	file:
fput_meta2	./UNOModule/prnttree.c	/^fput_meta2(char *str)$/;"	f	file:
fr	./MemoryManagement/uno_fcts.h	/^	BFct	*fr;$/;"	m	struct:Stack
fr	./UNOModule/uno_fcts.h	/^	BFct	*fr;$/;"	m	struct:Stack
free_chunks	./MemoryManagement/heap.c	/^static FC *free_chunks;	\/* gh *\/$/;"	v	file:
free_chunks	./UNOModule/heap.c	/^static FC *free_chunks;	\/* gh *\/$/;"	v	file:
free_context	./MemoryManagement/symtab.c	/^free_context(context_t *that)$/;"	f
free_context	./UNOModule/symtab.c	/^free_context(context_t *that)$/;"	f
free_hashtab	./MemoryManagement/symtab.c	/^free_hashtab(hashtab_t *that)$/;"	f	file:
free_hashtab	./UNOModule/symtab.c	/^free_hashtab(hashtab_t *that)$/;"	f	file:
free_list	./MemoryManagement/heap.h	/^	void  *free_list;$/;"	m	struct:hp_strt
free_list	./UNOModule/heap.h	/^	void  *free_list;$/;"	m	struct:hp_strt
free_n	./MemoryManagement/uno_fcts.c	/^static NList	*free_n = (NList *) 0;$/;"	v	file:
free_n	./UNOModule/uno_fcts.c	/^static NList	*free_n = (NList *) 0;$/;"	v	file:
free_pool	./MemoryManagement/uno_fcts.c	/^static Pool	*free_pool = (Pool *) 0;$/;"	v	file:
free_pool	./UNOModule/uno_fcts.c	/^static Pool	*free_pool = (Pool *) 0;$/;"	v	file:
free_rstack	./MemoryManagement/uno_fcts.c	/^static Rstack	*rstack = (Rstack *) 0, *free_rstack = (Rstack *) 0;$/;"	v	file:
free_rstack	./UNOModule/uno_fcts.c	/^static Rstack	*rstack = (Rstack *) 0, *free_rstack = (Rstack *) 0;$/;"	v	file:
free_scopetab	./MemoryManagement/symtab.c	/^free_scopetab(scopetab_t *that)$/;"	f	file:
free_scopetab	./UNOModule/symtab.c	/^free_scopetab(scopetab_t *that)$/;"	f	file:
free_stack	./MemoryManagement/uno_fcts.c	/^static Stack	*stack = (Stack *) 0, *free_stack = (Stack *) 0, init;$/;"	v	file:
free_stack	./UNOModule/uno_fcts.c	/^static Stack	*stack = (Stack *) 0, *free_stack = (Stack *) 0, init;$/;"	v	file:
free_sym	./MemoryManagement/uno_fcts.c	/^static BSym	*free_sym = (BSym *) 0;$/;"	v	file:
free_sym	./UNOModule/uno_fcts.c	/^static BSym	*free_sym = (BSym *) 0;$/;"	v	file:
free_symlist	./MemoryManagement/symtab.c	/^free_symlist(symentry_t *list)$/;"	f	file:
free_symlist	./UNOModule/symtab.c	/^free_symlist(symentry_t *list)$/;"	f	file:
free_symtab	./MemoryManagement/symtab.c	/^free_symtab(symtab_t *that)$/;"	f	file:
free_symtab	./UNOModule/symtab.c	/^free_symtab(symtab_t *that)$/;"	f	file:
free_tree	./MemoryManagement/tree.c	/^free_tree(treenode *root)$/;"	f
free_tree	./UNOModule/tree.c	/^free_tree(treenode *root)$/;"	f
free_v	./MemoryManagement/uno_fcts.c	/^static VList	*free_v = (VList *) 0;$/;"	v	file:
free_v	./UNOModule/uno_fcts.c	/^static VList	*free_v = (VList *) 0;$/;"	v	file:
free_var	./MemoryManagement/uno_fcts.c	/^static Var	*free_var = (Var *) 0;$/;"	v	file:
free_var	./UNOModule/uno_fcts.c	/^static Var	*free_var = (Var *) 0;$/;"	v	file:
freears	./MemoryManagement/uno_bounds.c	/^static ArSize	*arsize = (ArSize *) 0, *freears = (ArSize *) 0;$/;"	v	file:
freears	./UNOModule/uno_bounds.c	/^static ArSize	*arsize = (ArSize *) 0, *freears = (ArSize *) 0;$/;"	v	file:
freebounds	./MemoryManagement/uno_bounds.c	/^static ArBound	*freebounds = (ArBound *) 0;$/;"	v	file:
freebounds	./UNOModule/uno_bounds.c	/^static ArBound	*freebounds = (ArBound *) 0;$/;"	v	file:
freegraph	./MemoryManagement/uno_lts.c	/^static Graphs	*freegraph;$/;"	v	file:
freegraph	./UNOModule/uno_lts.c	/^static Graphs	*freegraph;$/;"	v	file:
freehtab	./MemoryManagement/symtab.c	/^static hashtab_t  *freehtab = (hashtab_t *) 0;$/;"	v	file:
freehtab	./UNOModule/symtab.c	/^static hashtab_t  *freehtab = (hashtab_t *) 0;$/;"	v	file:
freelabels	./MemoryManagement/uno_lts.c	/^static LNode *freelabels;$/;"	v	file:
freelabels	./UNOModule/uno_lts.c	/^static LNode *freelabels;$/;"	v	file:
freescoop	./MemoryManagement/symtab.c	/^static Scoop *scoop, *freescoop;$/;"	v	file:
freescoop	./UNOModule/symtab.c	/^static Scoop *scoop, *freescoop;$/;"	v	file:
freestab	./MemoryManagement/symtab.c	/^static scopetab_t *freestab = (scopetab_t *) 0;$/;"	v	file:
freestab	./UNOModule/symtab.c	/^static scopetab_t *freestab = (scopetab_t *) 0;$/;"	v	file:
freestack	./MemoryManagement/uno_bounds.c	/^static BoundStack	*freestack = (BoundStack *) 0;$/;"	v	file:
freestack	./UNOModule/uno_bounds.c	/^static BoundStack	*freestack = (BoundStack *) 0;$/;"	v	file:
freestate	./MemoryManagement/uno_lts.c	/^static State	*freestate;$/;"	v	file:
freestate	./UNOModule/uno_lts.c	/^static State	*freestate;$/;"	v	file:
freestk	./MemoryManagement/treestk.c	/^static Stk_Item *freestk = (Stk_Item *) 0;$/;"	v	file:
freestk	./UNOModule/treestk.c	/^static Stk_Item *freestk = (Stk_Item *) 0;$/;"	v	file:
freesymext	./MemoryManagement/uno_lts.c	/^static SymExt	*freesymext;$/;"	v	file:
freesymext	./UNOModule/uno_lts.c	/^static SymExt	*freesymext;$/;"	v	file:
freesyml	./MemoryManagement/dflow.c	/^static SymList	*freesyml = NULL;$/;"	v	file:
freesyml	./UNOModule/dflow.c	/^static SymList	*freesyml = NULL;$/;"	v	file:
freesymref	./MemoryManagement/uno_lts.c	/^static SymRef	*freesymref;$/;"	v	file:
freesymref	./UNOModule/uno_lts.c	/^static SymRef	*freesymref;$/;"	v	file:
freesymt	./MemoryManagement/symtab.c	/^static symtab_t   *freesymt = (symtab_t *) 0;$/;"	v	file:
freesymt	./UNOModule/symtab.c	/^static symtab_t   *freesymt = (symtab_t *) 0;$/;"	v	file:
freetrans	./MemoryManagement/uno_lts.c	/^static Trans	*freetrans;$/;"	v	file:
freetrans	./UNOModule/uno_lts.c	/^static Trans	*freetrans;$/;"	v	file:
frst	./MemoryManagement/uno_lts.c	/^static Gst *frst;	\/* fcts that can be called via a ptr *\/$/;"	v	file:
frst	./UNOModule/uno_lts.c	/^static Gst *frst;	\/* fcts that can be called via a ptr *\/$/;"	v	file:
fses	./MemoryManagement/symtab.c	/^static symentry_t *fses = (symentry_t *) 0;$/;"	v	file:
fses	./UNOModule/symtab.c	/^static symentry_t *fses = (symentry_t *) 0;$/;"	v	file:
g	./MemoryManagement/symtab.c	/^	scopetab_t	**g;$/;"	m	struct:Scoop	file:
g	./UNOModule/symtab.c	/^	scopetab_t	**g;$/;"	m	struct:Scoop	file:
g_AnalysisResultManager	./ImproperInitialization/UNOImproperInitialization.h	/^PAnalysisResultManager g_AnalysisResultManager;$/;"	v
g_AnalysisResultManager	./MemoryManagement/UNOMemoryManagement.h	/^PAnalysisResultManager g_AnalysisResultManager;$/;"	v
g_AnalysisResultManager	./OutOfBoundAccess/UNOOutOfBoundAccess.h	/^PAnalysisResultManager g_AnalysisResultManager;$/;"	v
g_AnalysisResultManager	./UNOLexer/UNOLexer.h	/^PAnalysisResultManager	g_AnalysisResultManager;$/;"	v
g_AnalysisResultManager	./UNOModule/UNOImproperInitialization.h	/^PAnalysisResultManager g_AnalysisResultManager;$/;"	v
g_AnalysisResultManager	./UNOModule/UNOLexer.h	/^PAnalysisResultManager	g_AnalysisResultManager;$/;"	v
g_AnalysisResultManager	./UNOModule/UNOOutOfBoundAccess.h	/^PAnalysisResultManager g_AnalysisResultManager;$/;"	v
g_ProcessStateInfo	./UNOLexer/UNOLexer.h	/^CProcessStateInfo	g_ProcessStateInfo;$/;"	v
g_ProcessStateInfo	./UNOModule/UNOLexer.h	/^CProcessStateInfo	g_ProcessStateInfo;$/;"	v
g_aArray	./UNOLexer/UNOLexer.cpp	/^char** g_aArray = NULL;$/;"	v
g_aArray	./UNOModule/UNOLexer.cpp	/^char** g_aArray = NULL;$/;"	v
g_aOption	./UNOLexer/UNOLexer.cpp	/^char g_aOption[ MAX_FILENAME_SIZE ];$/;"	v
g_aOption	./UNOModule/UNOLexer.cpp	/^char g_aOption[ MAX_FILENAME_SIZE ];$/;"	v
g_buf	./MemoryManagement/uno_global.c	/^static char	g_buf[256];$/;"	v	file:
g_buf	./UNOModule/uno_global.c	/^static char	g_buf[256];$/;"	v	file:
g_nCheckOption	./ImproperInitialization/uno.h	/^int g_nCheckOption;$/;"	v
g_nCheckOption	./MemoryManagement/uno.h	/^int g_nCheckOption;$/;"	v
g_nCheckOption	./OutOfBoundAccess/uno.h	/^int g_nCheckOption;$/;"	v
g_nCheckOption	./UNOLexer/uno.h	/^int g_nCheckOption;$/;"	v
g_nCheckOption	./UNOModule/uno.h	/^int g_nCheckOption;$/;"	v
g_pParseTree	./ImproperInitialization/uno.h	/^treenode* g_pParseTree;$/;"	v
g_pParseTree	./MemoryManagement/uno.h	/^treenode* g_pParseTree;$/;"	v
g_pParseTree	./OutOfBoundAccess/uno.h	/^treenode* g_pParseTree;$/;"	v
g_pParseTree	./UNOModule/uno.h	/^treenode* g_pParseTree;$/;"	v
g_pszFileName	./ImproperInitialization/uno.h	/^char* g_pszFileName;$/;"	v
g_pszFileName	./MemoryManagement/uno.h	/^char* g_pszFileName;$/;"	v
g_pszFileName	./OutOfBoundAccess/uno.h	/^char* g_pszFileName;$/;"	v
g_pszFileName	./UNOModule/uno.h	/^char* g_pszFileName;$/;"	v
gather_bounds	./MemoryManagement/uno_bounds.c	/^gather_bounds(State *z)$/;"	f	file:
gather_bounds	./UNOModule/uno_bounds.c	/^gather_bounds(State *z)$/;"	f	file:
gcc2_paren_cnt	./MemoryManagement/lexer.c	/^static int  gcc2_paren_cnt = 0;$/;"	v	file:
gcc2_paren_cnt	./UNOModule/lexer.c	/^static int  gcc2_paren_cnt = 0;$/;"	v	file:
gemalloc	./MemoryManagement/uno_global.c	/^gemalloc(size_t n)$/;"	f
gemalloc	./UNOModule/uno_global.c	/^gemalloc(size_t n)$/;"	f
gen_dot	./MemoryManagement/uno_lts.c	/^gen_dot(void)$/;"	f	file:
gen_dot	./UNOModule/uno_lts.c	/^gen_dot(void)$/;"	f	file:
gen_fct	./MemoryManagement/uno_global.c	/^gen_fct(FILE *fd, Fct *g)$/;"	f	file:
gen_fct	./UNOModule/uno_global.c	/^gen_fct(FILE *fd, Fct *g)$/;"	f	file:
gen_fcts	./MemoryManagement/uno_global.c	/^gen_fcts(FILE *fd)$/;"	f	file:
gen_fcts	./UNOModule/uno_global.c	/^gen_fcts(FILE *fd)$/;"	f	file:
gen_free	./MemoryManagement/uno_generic.c	/^static GenStack	*gen_free = (GenStack *) 0;$/;"	v	file:
gen_free	./UNOModule/uno_generic.c	/^static GenStack	*gen_free = (GenStack *) 0;$/;"	v	file:
gen_graph	./MemoryManagement/uno_lts.c	/^static void gen_graph(Graphs *g)$/;"	f	file:
gen_graph	./UNOModule/uno_lts.c	/^static void gen_graph(Graphs *g)$/;"	f	file:
gen_lts	./MemoryManagement/uno_lts.c	/^gen_lts(State *s)$/;"	f	file:
gen_lts	./UNOModule/uno_lts.c	/^gen_lts(State *s)$/;"	f	file:
gen_pop	./MemoryManagement/uno_generic.c	/^gen_pop(GenStack *g)$/;"	f	file:
gen_pop	./UNOModule/uno_generic.c	/^gen_pop(GenStack *g)$/;"	f	file:
gen_push	./MemoryManagement/uno_generic.c	/^gen_push(State *s)$/;"	f	file:
gen_push	./UNOModule/uno_generic.c	/^gen_push(State *s)$/;"	f	file:
gen_reset	./MemoryManagement/uno_generic.c	/^gen_reset(void)$/;"	f
gen_reset	./UNOModule/uno_generic.c	/^gen_reset(void)$/;"	f
gen_stack	./MemoryManagement/uno_generic.c	/^static GenStack	*gen_stack = (GenStack *) 0;$/;"	v	file:
gen_stack	./UNOModule/uno_generic.c	/^static GenStack	*gen_stack = (GenStack *) 0;$/;"	v	file:
gen_stats	./MemoryManagement/uno_generic.c	/^gen_stats(void)$/;"	f
gen_stats	./UNOModule/uno_generic.c	/^gen_stats(void)$/;"	f
get_arlist	./MemoryManagement/dflow.c	/^get_arlist(void)$/;"	f	file:
get_arlist	./UNOModule/dflow.c	/^get_arlist(void)$/;"	f	file:
get_indirect	./MemoryManagement/uno_global.c	/^get_indirect(char *s, int b)$/;"	f	file:
get_indirect	./UNOModule/uno_global.c	/^get_indirect(char *s, int b)$/;"	f	file:
get_lineno	./MemoryManagement/lexer.c	/^get_lineno(int caller)	\/*  Process a #line directive *\/$/;"	f
get_lineno	./UNOModule/lexer.c	/^get_lineno(int caller)	\/*  Process a #line directive *\/$/;"	f
get_next_file	./MemoryManagement/treestk.c	/^get_next_file(TreeStack *treestk)$/;"	f
get_next_file	./UNOModule/treestk.c	/^get_next_file(TreeStack *treestk)$/;"	f
get_state_val	./MemoryManagement/uno_generic.c	/^get_state_val(void)$/;"	f
get_state_val	./UNOModule/uno_generic.c	/^get_state_val(void)$/;"	f
get_suppressors	./MemoryManagement/uno_lts.c	/^get_suppressors(FILE *fd)$/;"	f	file:
get_suppressors	./UNOModule/uno_lts.c	/^get_suppressors(FILE *fd)$/;"	f	file:
get_trans	./MemoryManagement/uno_lts.c	/^get_trans(void)$/;"	f	file:
get_trans	./UNOModule/uno_lts.c	/^get_trans(void)$/;"	f	file:
getars	./MemoryManagement/uno_bounds.c	/^getars(void)$/;"	f	file:
getars	./UNOModule/uno_bounds.c	/^getars(void)$/;"	f	file:
getpathframe	./MemoryManagement/uno_lts.c	/^getpathframe(void)$/;"	f	file:
getpathframe	./UNOModule/uno_lts.c	/^getpathframe(void)$/;"	f	file:
getscoop	./MemoryManagement/symtab.c	/^getscoop(int n)$/;"	f
getscoop	./UNOModule/symtab.c	/^getscoop(int n)$/;"	f
gh_sz	./MemoryManagement/heap.c	/^static int gh_sz;$/;"	v	file:
gh_sz	./UNOModule/heap.c	/^static int gh_sz;$/;"	v	file:
gi	./MemoryManagement/uno_lts.h	/^	SymRef	*gi;		\/* vars of dfstack->globrefs seen at this state *\/$/;"	m	struct:State
gi	./UNOModule/uno_lts.h	/^	SymRef	*gi;		\/* vars of dfstack->globrefs seen at this state *\/$/;"	m	struct:State
glob_base	./ImproperInitialization/uno.h	/^static int  glob_base, verbose, glob_prop;$/;"	v
glob_base	./MemoryManagement/uno.h	/^static int  glob_base, verbose, glob_prop;$/;"	v
glob_base	./OutOfBoundAccess/uno.h	/^static int  glob_base, verbose, glob_prop;$/;"	v
glob_base	./UNOLexer/uno.h	/^static int  glob_base, verbose, glob_prop;$/;"	v
glob_base	./UNOModule/uno.h	/^static int  glob_base, verbose, glob_prop;$/;"	v
glob_check	./MemoryManagement/uno_global.c	/^glob_check(void)$/;"	f	file:
glob_check	./UNOModule/uno_global.c	/^glob_check(void)$/;"	f	file:
glob_cmd	./ImproperInitialization/uno.h	/^static char glob_cmd[BSIZE];$/;"	v
glob_cmd	./MemoryManagement/uno.h	/^static char glob_cmd[BSIZE];$/;"	v
glob_cmd	./OutOfBoundAccess/uno.h	/^static char glob_cmd[BSIZE];$/;"	v
glob_cmd	./UNOLexer/uno.h	/^static char glob_cmd[BSIZE];$/;"	v
glob_cmd	./UNOModule/uno.h	/^static char glob_cmd[BSIZE];$/;"	v
glob_decls	./MemoryManagement/uno_lts.c	/^static Graphs	*glob_decls;$/;"	v	file:
glob_decls	./UNOModule/uno_lts.c	/^static Graphs	*glob_decls;$/;"	v	file:
glob_def	./MemoryManagement/uno_global.c	/^glob_def(Place *n, char *nf, char *s)$/;"	f	file:
glob_def	./UNOModule/uno_global.c	/^glob_def(Place *n, char *nf, char *s)$/;"	f	file:
glob_deref	./MemoryManagement/uno_global.c	/^glob_deref(Place *n, char *nf, char *s)$/;"	f	file:
glob_deref	./UNOModule/uno_global.c	/^glob_deref(Place *n, char *nf, char *s)$/;"	f	file:
glob_mark	./MemoryManagement/uno_global.c	/^glob_mark(Place *n, char *s, int bits)$/;"	f	file:
glob_mark	./UNOModule/uno_global.c	/^glob_mark(Place *n, char *s, int bits)$/;"	f	file:
glob_prop	./ImproperInitialization/uno.h	/^static int  glob_base, verbose, glob_prop;$/;"	v
glob_prop	./MemoryManagement/uno.h	/^static int  glob_base, verbose, glob_prop;$/;"	v
glob_prop	./MemoryManagement/uno_fcts.c	/^static char	*glob_prop = "uno_check";$/;"	v	file:
glob_prop	./OutOfBoundAccess/uno.h	/^static int  glob_base, verbose, glob_prop;$/;"	v
glob_prop	./UNOLexer/uno.h	/^static int  glob_base, verbose, glob_prop;$/;"	v
glob_prop	./UNOModule/uno.h	/^static int  glob_base, verbose, glob_prop;$/;"	v
glob_prop	./UNOModule/uno_fcts.c	/^static char	*glob_prop = "uno_check";$/;"	v	file:
glob_use	./MemoryManagement/uno_global.c	/^glob_use(Place *n, char *nf, char *s)$/;"	f	file:
glob_use	./UNOModule/uno_global.c	/^glob_use(Place *n, char *nf, char *s)$/;"	f	file:
global_var	./MemoryManagement/uno_lts.c	/^global_var(SymList *s, treenode *n)	\/* track global, default-initialized, pointers *\/$/;"	f	file:
global_var	./UNOModule/uno_lts.c	/^global_var(SymList *s, treenode *n)	\/* track global, default-initialized, pointers *\/$/;"	f	file:
globrefs	./MemoryManagement/uno_lts.h	/^	SymRef		*globrefs;	\/* tracks use of globals *\/$/;"	m	struct:DfStack
globrefs	./UNOModule/uno_lts.h	/^	SymRef		*globrefs;	\/* tracks use of globals *\/$/;"	m	struct:DfStack
globs	./MemoryManagement/uno_lts.c	/^static SymRef	*globs;		\/* list of global objects being tracked *\/$/;"	v	file:
globs	./UNOModule/uno_lts.c	/^static SymRef	*globs;		\/* list of global objects being tracked *\/$/;"	v	file:
globuse	./MemoryManagement/uno_global.c	/^static Sym	*globuse = (Sym *) 0;$/;"	v	file:
globuse	./MemoryManagement/uno_lts.c	/^static SymRef	*globuse;	\/* list of unused global objects *\/$/;"	v	file:
globuse	./UNOModule/uno_global.c	/^static Sym	*globuse = (Sym *) 0;$/;"	v	file:
globuse	./UNOModule/uno_lts.c	/^static SymRef	*globuse;	\/* list of unused global objects *\/$/;"	v	file:
gnm	./MemoryManagement/uno_lts.c	/^	Graphs	*gnm;$/;"	m	struct:Gst	file:
gnm	./UNOModule/uno_lts.c	/^	Graphs	*gnm;$/;"	m	struct:Gst	file:
good_target	./MemoryManagement/uno_generic.c	/^good_target(treenode *n, SymList *r)$/;"	f	file:
good_target	./UNOModule/uno_generic.c	/^good_target(treenode *n, SymList *r)$/;"	f	file:
graph	./MemoryManagement/uno_lts.c	/^static Graphs	*graph;		\/* all graphs - last created first *\/$/;"	v	file:
graph	./UNOModule/uno_lts.c	/^static Graphs	*graph;		\/* all graphs - last created first *\/$/;"	v	file:
grst	./MemoryManagement/uno_lts.c	/^static Gst *grst;	\/* fcts that contain calls of other fcts via ptrs *\/$/;"	v	file:
grst	./UNOModule/uno_lts.c	/^static Gst *grst;	\/* fcts that contain calls of other fcts via ptrs *\/$/;"	v	file:
handle_fct	./MemoryManagement/uno_fcts.c	/^handle_fct(char *p_in)$/;"	f
handle_fct	./UNOModule/uno_fcts.c	/^handle_fct(char *p_in)$/;"	f
handle_glb	./MemoryManagement/uno_global.c	/^handle_glb(char *buf, char *f)$/;"	f	file:
handle_glb	./UNOModule/uno_global.c	/^handle_glb(char *buf, char *f)$/;"	f	file:
handle_new_file	./MemoryManagement/treestk.c	/^handle_new_file(TreeStack *treestk, FILE *fp, char *fname)$/;"	f
handle_new_file	./UNOModule/treestk.c	/^handle_new_file(TreeStack *treestk, FILE *fp, char *fname)$/;"	f
has_arg	./MemoryManagement/uno_lts.c	/^	int	has_arg;	\/* is next field used or not *\/$/;"	m	struct:EX	file:
has_arg	./UNOModule/uno_lts.c	/^	int	has_arg;	\/* is next field used or not *\/$/;"	m	struct:EX	file:
has_fct_match	./MemoryManagement/uno_fcts.c	/^has_fct_match(Label *n, Label *m)$/;"	f	file:
has_fct_match	./UNOModule/uno_fcts.c	/^has_fct_match(Label *n, Label *m)$/;"	f	file:
has_fctcalls	./MemoryManagement/uno_lts.c	/^has_fctcalls(DefUse *d)$/;"	f	file:
has_fctcalls	./UNOModule/uno_lts.c	/^has_fctcalls(DefUse *d)$/;"	f	file:
has_ident	./MemoryManagement/uno_generic.c	/^has_ident(treenode *n, char *s)$/;"	f	file:
has_ident	./UNOModule/uno_generic.c	/^has_ident(treenode *n, char *s)$/;"	f	file:
has_node_comp_ops	./MemoryManagement/uno_bounds.c	/^has_node_comp_ops(treenode *n)$/;"	f
has_node_comp_ops	./UNOModule/uno_bounds.c	/^has_node_comp_ops(treenode *n)$/;"	f
has_node_type	./MemoryManagement/uno_bounds.c	/^has_node_type(treenode *n, int t)$/;"	f
has_node_type	./UNOModule/uno_bounds.c	/^has_node_type(treenode *n, int t)$/;"	f
has_ref_match	./MemoryManagement/uno_fcts.c	/^has_ref_match(int mark, int match, int dont)$/;"	f	file:
has_ref_match	./UNOModule/uno_fcts.c	/^has_ref_match(int mark, int match, int dont)$/;"	f	file:
has_right_decl	./MemoryManagement/uno_bounds.c	/^has_right_decl(symentry_t *s, treenode *n)$/;"	f	file:
has_right_decl	./UNOModule/uno_bounds.c	/^has_right_decl(symentry_t *s, treenode *n)$/;"	f	file:
has_sel_match	./MemoryManagement/uno_fcts.c	/^has_sel_match(Label *n, int match, int dont)$/;"	f	file:
has_sel_match	./UNOModule/uno_fcts.c	/^has_sel_match(Label *n, int match, int dont)$/;"	f	file:
has_symbol	./MemoryManagement/uno_lts.c	/^has_symbol(symentry_t *s, treenode *n)$/;"	f	file:
has_symbol	./UNOModule/uno_lts.c	/^has_symbol(symentry_t *s, treenode *n)$/;"	f	file:
hash	./MemoryManagement/nmetab.h	/^	unsigned int	hash;$/;"	m	struct:string_str
hash	./UNOModule/nmetab.h	/^	unsigned int	hash;$/;"	m	struct:string_str
hashtab	./MemoryManagement/symtab.h	/^typedef struct hashtab {$/;"	s
hashtab	./UNOModule/symtab.h	/^typedef struct hashtab {$/;"	s
hashtab_insert	./MemoryManagement/symtab.c	/^hashtab_insert(hashtab_t *that, symentry_t *entry)$/;"	f
hashtab_insert	./UNOModule/symtab.c	/^hashtab_insert(hashtab_t *that, symentry_t *entry)$/;"	f
hashtab_lookup	./MemoryManagement/symtab.c	/^hashtab_lookup(hashtab_t *that, str_t *nme)$/;"	f
hashtab_lookup	./UNOModule/symtab.c	/^hashtab_lookup(hashtab_t *that, str_t *nme)$/;"	f
hashtab_t	./MemoryManagement/symtab.h	/^} hashtab_t;$/;"	t	typeref:struct:hashtab
hashtab_t	./UNOModule/symtab.h	/^} hashtab_t;$/;"	t	typeref:struct:hashtab
hasnuts	./MemoryManagement/uno_lts.h	/^	short	hasnuts;	\/* has info in cfg for global defuse analysis *\/$/;"	m	struct:Graphs
hasnuts	./UNOModule/uno_lts.h	/^	short	hasnuts;	\/* has info in cfg for global defuse analysis *\/$/;"	m	struct:Graphs
have	./MemoryManagement/symtab.c	/^static char *have = (char *) 0;$/;"	v	file:
have	./UNOModule/symtab.c	/^static char *have = (char *) 0;$/;"	v	file:
hdr	./MemoryManagement/tree.h	/^	struct common	hdr;$/;"	m	struct:treenode	typeref:struct:treenode::common
hdr	./MemoryManagement/tree.h	/^	struct common       hdr;$/;"	m	struct:leafnode	typeref:struct:leafnode::common
hdr	./MemoryManagement/tree.h	/^	struct common    hdr;$/;"	m	struct:for_node	typeref:struct:for_node::common
hdr	./MemoryManagement/tree.h	/^	struct common    hdr;$/;"	m	struct:if_node	typeref:struct:if_node::common
hdr	./UNOModule/tree.h	/^	struct common	hdr;$/;"	m	struct:treenode	typeref:struct:treenode::common
hdr	./UNOModule/tree.h	/^	struct common       hdr;$/;"	m	struct:leafnode	typeref:struct:leafnode::common
hdr	./UNOModule/tree.h	/^	struct common    hdr;$/;"	m	struct:for_node	typeref:struct:for_node::common
hdr	./UNOModule/tree.h	/^	struct common    hdr;$/;"	m	struct:if_node	typeref:struct:if_node::common
hi	./MemoryManagement/nmetab.c	/^typedef struct hi {$/;"	s	file:
hi	./UNOModule/nmetab.c	/^typedef struct hi {$/;"	s	file:
hit_cmds	./MemoryManagement/uno_generic.c	/^static int hit_cmds[8];$/;"	v	file:
hit_cmds	./UNOModule/uno_generic.c	/^static int hit_cmds[8];$/;"	v	file:
hit_fcts	./MemoryManagement/uno_generic.c	/^static int hit_fcts[8];	\/* room for 8 fcts *\/$/;"	v	file:
hit_fcts	./UNOModule/uno_generic.c	/^static int hit_fcts[8];	\/* room for 8 fcts *\/$/;"	v	file:
hp_strt	./MemoryManagement/heap.h	/^typedef struct hp_strt {$/;"	s
hp_strt	./UNOModule/heap.h	/^typedef struct hp_strt {$/;"	s
htab	./MemoryManagement/symtab.h	/^	hashtab_t        *htab;		\/* hash table - to store the symbols. *\/$/;"	m	struct:scopetab
htab	./UNOModule/symtab.h	/^	hashtab_t        *htab;		\/* hash table - to store the symbols. *\/$/;"	m	struct:scopetab
hunk_array_sze	./MemoryManagement/heap.h	/^	unsigned int hunk_array_sze;$/;"	m	struct:hp_strt
hunk_array_sze	./UNOModule/heap.h	/^	unsigned int hunk_array_sze;$/;"	m	struct:hp_strt
hunks	./MemoryManagement/heap.h	/^	void **hunks;$/;"	m	struct:hp_strt
hunks	./UNOModule/heap.h	/^	void **hunks;$/;"	m	struct:hp_strt
if_node	./MemoryManagement/tree.h	/^typedef struct if_node {$/;"	s
if_node	./MemoryManagement/tree.h	/^} if_node;$/;"	t	typeref:struct:if_node
if_node	./UNOModule/tree.h	/^typedef struct if_node {$/;"	s
if_node	./UNOModule/tree.h	/^} if_node;$/;"	t	typeref:struct:if_node
ifn	./MemoryManagement/lexer.h	/^	if_node  *ifn;$/;"	m	union:__anon2
ifn	./UNOModule/lexer.h	/^	if_node  *ifn;$/;"	m	union:__anon8
il	./MemoryManagement/uno_lts.h	/^	SymRef	*il;		\/* intersection: vars common to all earlier visits *\/$/;"	m	struct:State
il	./UNOModule/uno_lts.h	/^	SymRef	*il;		\/* intersection: vars common to all earlier visits *\/$/;"	m	struct:State
in_lst	./MemoryManagement/uno_lts.c	/^in_lst(SymRef *list, SymRef *r)$/;"	f	file:
in_lst	./UNOModule/uno_lts.c	/^in_lst(SymRef *list, SymRef *r)$/;"	f	file:
in_preprocess	./MemoryManagement/lexer.c	/^static int  in_preprocess = 0;$/;"	v	file:
in_preprocess	./UNOModule/lexer.c	/^static int  in_preprocess = 0;$/;"	v	file:
incr	./MemoryManagement/tree.h	/^	struct treenode *incr;$/;"	m	struct:for_node	typeref:struct:for_node::treenode
incr	./UNOModule/tree.h	/^	struct treenode *incr;$/;"	m	struct:for_node	typeref:struct:for_node::treenode
indented	./MemoryManagement/prnttree.c	/^indented(int levels)$/;"	f	file:
indented	./UNOModule/prnttree.c	/^indented(int levels)$/;"	f	file:
indirect_calls	./MemoryManagement/uno_global.c	/^indirect_calls(char *s)$/;"	f
indirect_calls	./UNOModule/uno_global.c	/^indirect_calls(char *s)$/;"	f
indirects	./MemoryManagement/uno_global.c	/^static Sym *indirects;$/;"	v	file:
indirects	./UNOModule/uno_global.c	/^static Sym *indirects;$/;"	v	file:
infeasible	./MemoryManagement/uno_lts.c	/^infeasible(treenode *e, treenode *v)$/;"	f
infeasible	./UNOModule/uno_lts.c	/^infeasible(treenode *e, treenode *v)$/;"	f
ini_prop	./MemoryManagement/uno_fcts.c	/^ini_prop(void)$/;"	f	file:
ini_prop	./UNOModule/uno_fcts.c	/^ini_prop(void)$/;"	f	file:
init	./MemoryManagement/tree.h	/^	struct treenode *init;$/;"	m	struct:for_node	typeref:struct:for_node::treenode
init	./MemoryManagement/uno_fcts.c	/^static Stack	*stack = (Stack *) 0, *free_stack = (Stack *) 0, init;$/;"	v	file:
init	./UNOModule/tree.h	/^	struct treenode *init;$/;"	m	struct:for_node	typeref:struct:for_node::treenode
init	./UNOModule/uno_fcts.c	/^static Stack	*stack = (Stack *) 0, *free_stack = (Stack *) 0, init;$/;"	v	file:
init_nmetab	./MemoryManagement/nmetab.c	/^init_nmetab(void)$/;"	f
init_nmetab	./UNOModule/nmetab.c	/^init_nmetab(void)$/;"	f
insert_component	./MemoryManagement/c_gram.c	/^insert_component(leafnode *leaf, treenode *def, treenode *container)$/;"	f	file:
insert_component	./UNOModule/c_gram.c	/^insert_component(leafnode *leaf, treenode *def, treenode *container)$/;"	f	file:
insert_decl	./MemoryManagement/c_gram.c	/^insert_decl(leafnode *leaf, treenode *def, treenode *unused_container)$/;"	f	file:
insert_decl	./UNOModule/c_gram.c	/^insert_decl(leafnode *leaf, treenode *def, treenode *unused_container)$/;"	f	file:
insert_typedef	./MemoryManagement/c_gram.c	/^insert_typedef(leafnode *leaf, treenode *def, treenode *unused_container)$/;"	f	file:
insert_typedef	./UNOModule/c_gram.c	/^insert_typedef(leafnode *leaf, treenode *def, treenode *unused_container)$/;"	f	file:
ip	./MemoryManagement/uno_lts.h	/^	PathCond *ip;		\/* intersection: pathconds common to all earlier visits *\/$/;"	m	struct:State
ip	./UNOModule/uno_lts.h	/^	PathCond *ip;		\/* intersection: pathconds common to all earlier visits *\/$/;"	m	struct:State
is_a_prototype	./MemoryManagement/dflow.c	/^static int  is_a_prototype = 1;$/;"	v	file:
is_a_prototype	./UNOModule/dflow.c	/^static int  is_a_prototype = 1;$/;"	v	file:
is_constant	./MemoryManagement/symtab.c	/^is_constant(char *p)$/;"	f
is_constant	./UNOModule/symtab.c	/^is_constant(char *p)$/;"	f
is_empty	./MemoryManagement/treestk.c	/^is_empty(TreeStack *treestk)$/;"	f
is_empty	./UNOModule/treestk.c	/^is_empty(TreeStack *treestk)$/;"	f
is_enum_const	./MemoryManagement/symtab.c	/^int is_enum_const(symentry_t *that) { return that && (that->kind == ENUM_ENTRY); }$/;"	f
is_enum_const	./UNOModule/symtab.c	/^int is_enum_const(symentry_t *that) { return that && (that->kind == ENUM_ENTRY); }$/;"	f
is_final	./MemoryManagement/dflow.c	/^static int	is_final;$/;"	v	file:
is_final	./UNOModule/dflow.c	/^static int	is_final;$/;"	v	file:
is_func_proto	./MemoryManagement/c_gram.c	/^is_func_proto(treenode *t)$/;"	f	file:
is_func_proto	./UNOModule/c_gram.c	/^is_func_proto(treenode *t)$/;"	f	file:
is_local	./MemoryManagement/uno_lts.c	/^is_local(symentry_t *t)$/;"	f	file:
is_local	./UNOModule/uno_lts.c	/^is_local(symentry_t *t)$/;"	f	file:
is_recorded	./MemoryManagement/c_gram.c	/^is_recorded(char *s, char *f)$/;"	f
is_recorded	./UNOModule/c_gram.c	/^is_recorded(char *s, char *f)$/;"	f
is_static	./MemoryManagement/uno_global.h	/^	short	is_static;$/;"	m	struct:Fct
is_static	./UNOModule/uno_global.h	/^	short	is_static;$/;"	m	struct:Fct
is_static_fct	./MemoryManagement/uno_lts.c	/^static int	is_static_fct;$/;"	v	file:
is_static_fct	./UNOModule/uno_lts.c	/^static int	is_static_fct;$/;"	v	file:
is_typedef	./MemoryManagement/symtab.c	/^int is_typedef(symentry_t *that)    { return that && (that->kind == TYPEDEF_ENTRY); }$/;"	f
is_typedef	./UNOModule/symtab.c	/^int is_typedef(symentry_t *that)    { return that && (that->kind == TYPEDEF_ENTRY); }$/;"	f
is_zero_val	./MemoryManagement/uno_lts.c	/^is_zero_val(treenode *n)$/;"	f	file:
is_zero_val	./UNOModule/uno_lts.c	/^is_zero_val(treenode *n)$/;"	f	file:
iscond	./MemoryManagement/uno_lts.h	/^	short	iscond;		\/* set if conditional branch point *\/$/;"	m	struct:State
iscond	./UNOModule/uno_lts.h	/^	short	iscond;		\/* set if conditional branch point *\/$/;"	m	struct:State
isstatic	./MemoryManagement/c_gram.c	/^	int	isstatic;$/;"	m	struct:Recorded	file:
isstatic	./UNOModule/c_gram.c	/^	int	isstatic;$/;"	m	struct:Recorded	file:
ival	./MemoryManagement/tree.h	/^	  int               ival;$/;"	m	union:leafnode::__anon5
ival	./UNOModule/tree.h	/^	  int               ival;$/;"	m	union:leafnode::__anon11
just_left_blk	./MemoryManagement/prnttree.c	/^static int	just_left_blk = 0;$/;"	v	file:
just_left_blk	./UNOModule/prnttree.c	/^static int	just_left_blk = 0;$/;"	v	file:
keeptmps	./ImproperInitialization/uno_local.c	/^static int	do_dflow = 1, nopre, keeptmps, show_syms, no_va=1;$/;"	v	file:
keeptmps	./MemoryManagement/uno_local.c	/^static int	do_dflow = 1, nopre, keeptmps, show_syms, no_va=1;$/;"	v	file:
keeptmps	./OutOfBoundAccess/uno_local.c	/^static int	do_dflow = 1, nopre, keeptmps, show_syms, no_va=1;$/;"	v	file:
keeptmps	./UNOLexer/uno_local.c	/^static int	do_dflow = 1, nopre, keeptmps, show_syms, no_va=1;$/;"	v	file:
keeptmps	./UNOModule/uno_local.c	/^static int	do_dflow = 1, nopre, keeptmps, show_syms, no_va=1;$/;"	v	file:
killpath	./MemoryManagement/uno_lts.c	/^killpath(treenode *z)$/;"	f	file:
killpath	./UNOModule/uno_lts.c	/^killpath(treenode *z)$/;"	f	file:
kind	./MemoryManagement/symtab.h	/^	int		kind;	\/* TYPEDEF, ENUM, FUNCDEF, VARDECL, PARAM, LABEL, TAG, COMP *\/$/;"	m	struct:symentry
kind	./UNOModule/symtab.h	/^	int		kind;	\/* TYPEDEF, ENUM, FUNCDEF, VARDECL, PARAM, LABEL, TAG, COMP *\/$/;"	m	struct:symentry
known_details	./MemoryManagement/uno_generic.c	/^known_details(treenode *m, int want)$/;"	f	file:
known_details	./UNOModule/uno_generic.c	/^known_details(treenode *m, int want)$/;"	f	file:
known_nonzero	./MemoryManagement/uno_generic.c	/^known_nonzero(treenode *m, int unused1, int unused2)$/;"	f	file:
known_nonzero	./UNOModule/uno_generic.c	/^known_nonzero(treenode *m, int unused1, int unused2)$/;"	f	file:
known_nz	./MemoryManagement/uno_fcts.c	/^known_nz(void)$/;"	f	file:
known_nz	./UNOModule/uno_fcts.c	/^known_nz(void)$/;"	f	file:
known_zero	./MemoryManagement/uno_generic.c	/^known_zero(treenode *m, int unused1, int unused2)$/;"	f	file:
known_zero	./UNOModule/uno_generic.c	/^known_zero(treenode *m, int unused1, int unused2)$/;"	f	file:
knz	./MemoryManagement/uno_fcts.h	/^	BSym	*knz;		\/* known nonzero vars *\/$/;"	m	struct:Stack
knz	./MemoryManagement/uno_lts.h	/^	SymRef	*knz;	\/* vars known to be nonzero after this branch *\/$/;"	m	struct:Trans
knz	./UNOModule/uno_fcts.h	/^	BSym	*knz;		\/* known nonzero vars *\/$/;"	m	struct:Stack
knz	./UNOModule/uno_lts.h	/^	SymRef	*knz;	\/* vars known to be nonzero after this branch *\/$/;"	m	struct:Trans
lab	./MemoryManagement/uno_fcts.h	/^	Label	*lab;$/;"	m	struct:Arc
lab	./MemoryManagement/uno_fcts.h	/^	Label	*lab;$/;"	m	struct:Node
lab	./UNOModule/uno_fcts.h	/^	Label	*lab;$/;"	m	struct:Arc
lab	./UNOModule/uno_fcts.h	/^	Label	*lab;$/;"	m	struct:Node
label	./MemoryManagement/uno_fcts.h	/^	unsigned char	*label;$/;"	m	struct:Label
label	./UNOModule/uno_fcts.h	/^	unsigned char	*label;$/;"	m	struct:Label
labels	./MemoryManagement/symtab.h	/^	symtab_t *labels;	\/* Statement labels. *\/$/;"	m	struct:context
labels	./UNOModule/symtab.h	/^	symtab_t *labels;	\/* Statement labels. *\/$/;"	m	struct:context
lb	./MemoryManagement/dflow.h	/^	int	ub, lb;$/;"	m	struct:ArBound
lb	./UNOModule/dflow.h	/^	int	ub, lb;$/;"	m	struct:ArBound
leaf	./MemoryManagement/lexer.h	/^	leafnode *leaf;$/;"	m	union:__anon2
leaf	./UNOModule/lexer.h	/^	leafnode *leaf;$/;"	m	union:__anon8
leafnode	./MemoryManagement/tree.h	/^typedef struct leafnode {$/;"	s
leafnode	./MemoryManagement/tree.h	/^} leafnode;$/;"	t	typeref:struct:leafnode
leafnode	./UNOModule/tree.h	/^typedef struct leafnode {$/;"	s
leafnode	./UNOModule/tree.h	/^} leafnode;$/;"	t	typeref:struct:leafnode
left	./MemoryManagement/symtab.c	/^static unsigned int left = 0;$/;"	v	file:
left	./UNOModule/symtab.c	/^static unsigned int left = 0;$/;"	v	file:
leftmost	./MemoryManagement/tree.c	/^leftmost(treenode *root)$/;"	f
leftmost	./UNOModule/tree.c	/^leftmost(treenode *root)$/;"	f
level	./MemoryManagement/symtab.h	/^	int               level;	\/* This scopetab's scoping level. *\/$/;"	m	struct:scopetab
level	./UNOModule/symtab.h	/^	int               level;	\/* This scopetab's scoping level. *\/$/;"	m	struct:scopetab
level_set	./MemoryManagement/dflow.h	/^	int	level_set;	\/* at which step set *\/$/;"	m	struct:ArBound
level_set	./UNOModule/dflow.h	/^	int	level_set;	\/* at which step set *\/$/;"	m	struct:ArBound
line	./MemoryManagement/tree.h	/^	int	line;$/;"	m	struct:common
line	./MemoryManagement/uno_global.h	/^	int	line;$/;"	m	struct:Place
line	./MemoryManagement/uno_lts.c	/^	int line;$/;"	m	struct:ST	file:
line	./UNOModule/tree.h	/^	int	line;$/;"	m	struct:common
line	./UNOModule/uno_global.h	/^	int	line;$/;"	m	struct:Place
line	./UNOModule/uno_lts.c	/^	int line;$/;"	m	struct:ST	file:
line_buf	./MemoryManagement/lexer.c	/^static char line_buf[MAX_TOKN_LEN];$/;"	v	file:
line_buf	./UNOModule/lexer.c	/^static char line_buf[MAX_TOKN_LEN];$/;"	v	file:
lintlike	./ImproperInitialization/uno_local.c	/^int	usecheck, allerr, allerrs, lintlike, picky, show_sharing;$/;"	v
lintlike	./MemoryManagement/uno_local.c	/^int	usecheck, allerr, allerrs, lintlike, picky, show_sharing;$/;"	v
lintlike	./OutOfBoundAccess/uno_local.c	/^int	usecheck, allerr, allerrs, lintlike, picky, show_sharing;$/;"	v
lintlike	./UNOLexer/uno_local.c	/^int	usecheck, allerr, allerrs, lintlike, picky, show_sharing;$/;"	v
lintlike	./UNOModule/uno_local.c	/^int	usecheck, allerr, allerrs, lintlike, picky, show_sharing;$/;"	v
list_sel	./MemoryManagement/uno_fcts.c	/^list_sel(void)$/;"	f	file:
list_sel	./UNOModule/uno_fcts.c	/^list_sel(void)$/;"	f	file:
list_select	./MemoryManagement/uno_generic.c	/^list_select(treenode *n, int unused1, int unused2)$/;"	f	file:
list_select	./UNOModule/uno_generic.c	/^list_select(treenode *n, int unused1, int unused2)$/;"	f	file:
list_typedefs	./ImproperInitialization/uno_local.c	/^int	uno = 4, list_typedefs, cyclo;$/;"	v
list_typedefs	./MemoryManagement/uno_local.c	/^int	uno = 4, list_typedefs, cyclo;$/;"	v
list_typedefs	./OutOfBoundAccess/uno_local.c	/^int	uno = 4, list_typedefs, cyclo;$/;"	v
list_typedefs	./UNOLexer/uno_local.c	/^int	uno = 4, list_typedefs, cyclo;$/;"	v
list_typedefs	./UNOModule/uno_local.c	/^int	uno = 4, list_typedefs, cyclo;$/;"	v
ln	./MemoryManagement/dflow.c	/^	int   ln;$/;"	m	struct:Fbase	file:
ln	./MemoryManagement/symtab.h	/^	int		ln;	\/*	linenumber *\/$/;"	m	struct:symentry
ln	./UNOModule/dflow.c	/^	int   ln;$/;"	m	struct:Fbase	file:
ln	./UNOModule/symtab.h	/^	int		ln;	\/*	linenumber *\/$/;"	m	struct:symentry
lnode	./MemoryManagement/tree.h	/^	struct treenode *lnode;$/;"	m	struct:treenode	typeref:struct:treenode::treenode
lnode	./UNOModule/tree.h	/^	struct treenode *lnode;$/;"	m	struct:treenode	typeref:struct:treenode::treenode
lnodes	./MemoryManagement/uno_lts.c	/^static LNode	*lnodes;	\/* label nodes in cfg *\/$/;"	v	file:
lnodes	./UNOModule/uno_lts.c	/^static LNode	*lnodes;	\/* label nodes in cfg *\/$/;"	v	file:
loc	./MemoryManagement/uno_fcts.h	/^	char	*loc;$/;"	m	struct:Var
loc	./UNOModule/uno_fcts.h	/^	char	*loc;$/;"	m	struct:Var
loc_args	./ImproperInitialization/uno.h	/^static char loc_args[BSIZE];$/;"	v
loc_args	./MemoryManagement/uno.h	/^static char loc_args[BSIZE];$/;"	v
loc_args	./OutOfBoundAccess/uno.h	/^static char loc_args[BSIZE];$/;"	v
loc_args	./UNOLexer/uno.h	/^static char loc_args[BSIZE];$/;"	v
loc_args	./UNOModule/uno.h	/^static char loc_args[BSIZE];$/;"	v
loc_fcall	./MemoryManagement/uno_global.c	/^loc_fcall(Place *n, char *nf, char *s, int bits)$/;"	f	file:
loc_fcall	./UNOModule/uno_global.c	/^loc_fcall(Place *n, char *nf, char *s, int bits)$/;"	f	file:
local_var	./MemoryManagement/uno_lts.c	/^local_var(SymList *s, treenode *n)	\/* track local, uninitialized non-array objects *\/$/;"	f	file:
local_var	./UNOModule/uno_lts.c	/^local_var(SymList *s, treenode *n)	\/* track local, uninitialized non-array objects *\/$/;"	f	file:
localonly	./ImproperInitialization/uno.h	/^static int  localonly, usecheck;$/;"	v
localonly	./ImproperInitialization/uno_local.c	/^int	localonly, nopaths = 1;$/;"	v
localonly	./MemoryManagement/uno.h	/^static int  localonly, usecheck;$/;"	v
localonly	./MemoryManagement/uno_local.c	/^int	localonly, nopaths = 1;$/;"	v
localonly	./OutOfBoundAccess/uno.h	/^static int  localonly, usecheck;$/;"	v
localonly	./OutOfBoundAccess/uno_local.c	/^int	localonly, nopaths = 1;$/;"	v
localonly	./UNOLexer/uno.h	/^static int  localonly, usecheck;$/;"	v
localonly	./UNOLexer/uno_local.c	/^int	localonly, nopaths = 1;$/;"	v
localonly	./UNOModule/uno.h	/^static int  localonly, usecheck;$/;"	v
localonly	./UNOModule/uno_local.c	/^int	localonly, nopaths = 1;$/;"	v
locs	./MemoryManagement/uno_lts.h	/^	SymRef	*locs;		\/* list of locals, declared but not yet used in fct *\/$/;"	m	struct:Graphs
locs	./UNOModule/uno_lts.h	/^	SymRef	*locs;		\/* list of locals, declared but not yet used in fct *\/$/;"	m	struct:Graphs
longtrace	./MemoryManagement/uno_global.c	/^int	longtrace;$/;"	v
longtrace	./UNOModule/uno_global.c	/^int	longtrace;$/;"	v
loose_bound	./MemoryManagement/uno_bounds.c	/^loose_bound(symentry_t *s, int lb, int ub, int bounds)$/;"	f	file:
loose_bound	./UNOModule/uno_bounds.c	/^loose_bound(symentry_t *s, int lb, int ub, int bounds)$/;"	f	file:
lts_dowhile	./MemoryManagement/uno_lts.c	/^lts_dowhile(State *now, treenode *node)	\/* lnode - cond; rnode - body *\/$/;"	f	file:
lts_dowhile	./UNOModule/uno_lts.c	/^lts_dowhile(State *now, treenode *node)	\/* lnode - cond; rnode - body *\/$/;"	f	file:
lts_for	./MemoryManagement/uno_lts.c	/^lts_for(State *n, for_node *forn)$/;"	f	file:
lts_for	./UNOModule/uno_lts.c	/^lts_for(State *n, for_node *forn)$/;"	f	file:
lts_if	./MemoryManagement/uno_lts.c	/^lts_if(State *n, if_node *ifn)$/;"	f	file:
lts_if	./UNOModule/uno_lts.c	/^lts_if(State *n, if_node *ifn)$/;"	f	file:
lts_label_find	./MemoryManagement/uno_lts.c	/^lts_label_find(char *s)$/;"	f	file:
lts_label_find	./UNOModule/uno_lts.c	/^lts_label_find(char *s)$/;"	f	file:
lts_new_stack	./MemoryManagement/uno_lts.c	/^lts_new_stack(void)$/;"	f	file:
lts_new_stack	./UNOModule/uno_lts.c	/^lts_new_stack(void)$/;"	f	file:
lts_node	./MemoryManagement/uno_lts.c	/^lts_node(State *n, treenode *root)$/;"	f	file:
lts_node	./UNOModule/uno_lts.c	/^lts_node(State *n, treenode *root)$/;"	f	file:
lts_pop_end	./MemoryManagement/uno_lts.c	/^lts_pop_end(void)$/;"	f	file:
lts_pop_end	./UNOModule/uno_lts.c	/^lts_pop_end(void)$/;"	f	file:
lts_pop_start	./MemoryManagement/uno_lts.c	/^lts_pop_start(void)$/;"	f	file:
lts_pop_start	./UNOModule/uno_lts.c	/^lts_pop_start(void)$/;"	f	file:
lts_pop_switch	./MemoryManagement/uno_lts.c	/^lts_pop_switch(void)$/;"	f	file:
lts_pop_switch	./UNOModule/uno_lts.c	/^lts_pop_switch(void)$/;"	f	file:
lts_push_end	./MemoryManagement/uno_lts.c	/^lts_push_end(treenode *n)$/;"	f	file:
lts_push_end	./UNOModule/uno_lts.c	/^lts_push_end(treenode *n)$/;"	f	file:
lts_push_start	./MemoryManagement/uno_lts.c	/^lts_push_start(treenode *n)$/;"	f	file:
lts_push_start	./UNOModule/uno_lts.c	/^lts_push_start(treenode *n)$/;"	f	file:
lts_push_switch	./MemoryManagement/uno_lts.c	/^lts_push_switch(State *st)$/;"	f	file:
lts_push_switch	./UNOModule/uno_lts.c	/^lts_push_switch(State *st)$/;"	f	file:
lts_redirect	./MemoryManagement/uno_lts.c	/^lts_redirect(State *s)$/;"	f	file:
lts_redirect	./UNOModule/uno_lts.c	/^lts_redirect(State *s)$/;"	f	file:
lts_start	./MemoryManagement/uno_lts.c	/^lts_start(treenode *root)$/;"	f
lts_start	./UNOModule/uno_lts.c	/^lts_start(treenode *root)$/;"	f
lts_switch	./MemoryManagement/uno_lts.c	/^lts_switch(State *now, treenode *node)$/;"	f	file:
lts_switch	./UNOModule/uno_lts.c	/^lts_switch(State *now, treenode *node)$/;"	f	file:
lts_top_end	./MemoryManagement/uno_lts.c	/^lts_top_end(void)$/;"	f	file:
lts_top_end	./UNOModule/uno_lts.c	/^lts_top_end(void)$/;"	f	file:
lts_top_start	./MemoryManagement/uno_lts.c	/^lts_top_start(void)$/;"	f	file:
lts_top_start	./UNOModule/uno_lts.c	/^lts_top_start(void)$/;"	f	file:
lts_top_switch	./MemoryManagement/uno_lts.c	/^lts_top_switch(treenode *n)$/;"	f	file:
lts_top_switch	./UNOModule/uno_lts.c	/^lts_top_switch(treenode *n)$/;"	f	file:
lts_tree	./MemoryManagement/uno_lts.c	/^lts_tree(State *n, treenode *root)$/;"	f	file:
lts_tree	./UNOModule/uno_lts.c	/^lts_tree(State *n, treenode *root)$/;"	f	file:
lts_while	./MemoryManagement/uno_lts.c	/^lts_while(State *now, treenode *node)	\/* lnode - cond; rnode - body *\/$/;"	f	file:
lts_while	./UNOModule/uno_lts.c	/^lts_while(State *now, treenode *node)	\/* lnode - cond; rnode - body *\/$/;"	f	file:
m_Buffer	./MemoryManagement/AnalysisResultManager.h	/^	PBuffer m_Buffer;$/;"	m	class:PAnalysisResultManager
m_Buffer	./UNOModule/AnalysisResultManager.h	/^	PBuffer m_Buffer;$/;"	m	class:PAnalysisResultManager
m_ModuleGraph	./AnalysisModuleManager.h	/^	CModuleGraph					m_ModuleGraph;$/;"	m	class:CAnalysisModuleManager
m_iterModuleList	./AnalysisModuleManager.h	/^	MODULE_ITER						m_iterModuleList;$/;"	m	class:CAnalysisModuleManager
m_iterModuleNode	./ModuleGraph.h	/^	MODULENODE_ITER	m_iterModuleNode;$/;"	m	class:CModuleGraph
m_listModule	./AnalysisModuleManager.h	/^	MODULE_LIST						m_listModule;$/;"	m	class:CAnalysisModuleManager
m_listModuleNode	./ModuleGraph.h	/^	MODULENODE_LIST	m_listModuleNode;$/;"	m	class:CModuleGraph
m_nArgumentCount	./UNOLexer/uno.h	/^	int	m_nArgumentCount;$/;"	m	struct:Argument
m_nBufferLength	./MemoryManagement/PBuffer.h	/^	int m_nBufferLength;$/;"	m	class:PBuffer
m_nBufferLength	./UNOModule/PBuffer.h	/^	int m_nBufferLength;$/;"	m	class:PBuffer
m_nChildNodeCount	./ModuleGraph.h	/^	int				m_nChildNodeCount;$/;"	m	class:CModuleNode
m_nCount	./UNOModule/UNOInOutPin.h	/^	int m_nCount;$/;"	m	class:CProcessStateInfo
m_nCurrentProcessRate	./UNOModule/UNOInOutPin.h	/^	int m_nCurrentProcessRate;$/;"	m	class:CProcessStateInfo
m_nFileCount	./include/InOutPin.h	/^	int			m_nFileCount;	$/;"	m	class:CSourceFilePin
m_nHeight	./ModuleGraph.h	/^	int				m_nHeight;$/;"	m	class:CModuleNode
m_nLineNo	./include/InOutPin.h	/^	int			m_nLineNo;$/;"	m	class:CAnalysisResultPin
m_nProcessRate	./include/AnalysisModuleInterface.h	/^	int		m_nProcessRate;$/;"	m	class:CNotifyProcessState
m_nUsedLength	./MemoryManagement/PBuffer.h	/^	int m_nUsedLength;$/;"	m	class:PBuffer
m_nUsedLength	./UNOModule/PBuffer.h	/^	int m_nUsedLength;$/;"	m	class:PBuffer
m_nWidth	./ModuleGraph.h	/^	int				m_nWidth;$/;"	m	class:CModuleNode
m_nX	./ModuleGraph.h	/^	int				m_nX;$/;"	m	class:CModuleNode
m_nY	./ModuleGraph.h	/^	int				m_nY;$/;"	m	class:CModuleNode
m_pAnalysisNotifyInterface	./MemoryManagement/AnalysisResultManager.h	/^	CAnalysisNotifyInterface*	m_pAnalysisNotifyInterface;$/;"	m	class:PAnalysisResultManager
m_pAnalysisNotifyInterface	./UNOModule/AnalysisResultManager.h	/^	CAnalysisNotifyInterface*	m_pAnalysisNotifyInterface;$/;"	m	class:PAnalysisResultManager
m_pBuf	./ImproperInitialization/uno.h	/^char* m_pBuf;$/;"	v
m_pBuf	./MemoryManagement/PStringToken.h	/^	char* m_pBuf;$/;"	m	class:PStringToken
m_pBuf	./MemoryManagement/uno.h	/^char* m_pBuf;$/;"	v
m_pBuf	./OutOfBoundAccess/uno.h	/^char* m_pBuf;$/;"	v
m_pBuf	./UNOLexer/uno.h	/^char* m_pBuf;$/;"	v
m_pBuf	./UNOModule/PStringToken.h	/^	char* m_pBuf;$/;"	m	class:PStringToken
m_pBuf	./UNOModule/uno.h	/^char* m_pBuf;$/;"	v
m_pBuffer	./MemoryManagement/PBuffer.h	/^	char* m_pBuffer;$/;"	m	class:PBuffer
m_pBuffer	./UNOModule/PBuffer.h	/^	char* m_pBuffer;$/;"	m	class:PBuffer
m_pData	./ImproperInitialization/uno.h	/^char* m_pData;$/;"	v
m_pData	./MemoryManagement/PStringToken.h	/^	char* m_pData;$/;"	m	class:PStringToken
m_pData	./MemoryManagement/uno.h	/^char* m_pData;$/;"	v
m_pData	./OutOfBoundAccess/uno.h	/^char* m_pData;$/;"	v
m_pData	./UNOLexer/uno.h	/^char* m_pData;$/;"	v
m_pData	./UNOModule/PStringToken.h	/^	char* m_pData;$/;"	m	class:PStringToken
m_pData	./UNOModule/uno.h	/^char* m_pData;$/;"	v
m_pInfo	./ModuleGraph.h	/^	CModuleInfo*	m_pInfo;$/;"	m	class:CModuleNode
m_pModuleRelayInterface	./MemoryManagement/AnalysisResultManager.h	/^	CModuleRelayInterface* 		m_pModuleRelayInterface;$/;"	m	class:PAnalysisResultManager
m_pModuleRelayInterface	./UNOModule/AnalysisResultManager.h	/^	CModuleRelayInterface* 		m_pModuleRelayInterface;$/;"	m	class:PAnalysisResultManager
m_pNotifyInterface	./ModuleGraph.h	/^	CAnalysisNotifyInterface* m_pNotifyInterface;$/;"	m	class:CModuleGraph
m_pOption	./UNOModule/UNOInOutPin.h	/^	char* m_pOption;$/;"	m	class:CParsingResultPin
m_pOwnerInterface	./AnalysisModuleManager.h	/^	CAnalysisNotifyInterface*		m_pOwnerInterface;$/;"	m	class:CAnalysisModuleManager
m_pParentNode	./ModuleGraph.h	/^	CModuleNode*	m_pParentNode;$/;"	m	class:CModuleNode
m_pParseTree	./UNOModule/UNOInOutPin.h	/^	treenode* m_pParseTree;$/;"	m	class:CParsingResultPin
m_pText	./ImproperInitialization/uno.h	/^char* m_pText;$/;"	v
m_pText	./MemoryManagement/uno.h	/^char* m_pText;$/;"	v
m_pText	./OutOfBoundAccess/uno.h	/^char* m_pText;$/;"	v
m_pText	./UNOLexer/uno.h	/^char* m_pText;$/;"	v
m_pText	./UNOModule/uno.h	/^char* m_pText;$/;"	v
m_phModule	./ModuleGraph.h	/^	void*	m_phModule;$/;"	m	class:CModuleInfo
m_ppArgument	./UNOLexer/uno.h	/^	char**	m_ppArgument;$/;"	m	struct:Argument
m_ppChildNodes	./ModuleGraph.h	/^	CModuleNode**	m_ppChildNodes;$/;"	m	class:CModuleNode
m_pszErrorText	./include/InOutPin.h	/^	char*		m_pszErrorText;$/;"	m	class:CAnalysisResultPin
m_pszFileName	./include/InOutPin.h	/^	char*		m_pszFileName;$/;"	m	class:CAnalysisResultPin
m_pszFileName	./include/InOutPin.h	/^	char*		m_pszFileName;$/;"	m	class:CSourceFilePin
m_pszModuleDir	./AnalysisModuleManager.h	/^	char*							m_pszModuleDir;$/;"	m	class:CAnalysisModuleManager
m_pszText	./include/AnalysisModuleInterface.h	/^	char*		m_pszText;$/;"	m	class:CNotifyProcessState
m_szFileName	./UNOModule/UNOInOutPin.h	/^	char m_szFileName[ 128 ];$/;"	m	class:CParsingResultPin
m_szInputDescription	./include/AnalysisModuleInterface.h	/^	char			m_szInputDescription[1024];$/;"	m	class:CAnalysisModuleInfo
m_szInputName	./include/AnalysisModuleInterface.h	/^	char			m_szInputName[256];$/;"	m	class:CAnalysisModuleInfo
m_szModuleFileName	./ModuleGraph.h	/^	char	m_szModuleFileName[256];$/;"	m	class:CModuleInfo
m_szName	./include/AnalysisModuleInterface.h	/^	char			m_szName[128];$/;"	m	class:CAnalysisModuleInfo
m_szName	./include/InOutPin.h	/^	char			m_szName[128];$/;"	m	class:CInOutPinBase
m_szOutputDescription	./include/AnalysisModuleInterface.h	/^	char			m_szOutputDescription[1024];$/;"	m	class:CAnalysisModuleInfo
m_szOutputName	./include/AnalysisModuleInterface.h	/^	char			m_szOutputName[256];$/;"	m	class:CAnalysisModuleInfo
m_uiId	./include/AnalysisModuleInterface.h	/^	unsigned int	m_uiId;$/;"	m	class:CAnalysisModuleInfo
m_uiId	./include/InOutPin.h	/^	unsigned int	m_uiId;$/;"	m	class:CInOutPinBase
m_uiInputId	./include/AnalysisModuleInterface.h	/^	unsigned int	m_uiInputId;$/;"	m	class:CAnalysisModuleInfo
m_uiModuleId	./MemoryManagement/AnalysisResultManager.h	/^	unsigned int 			m_uiModuleId;$/;"	m	class:PAnalysisResultManager
m_uiModuleId	./UNOModule/AnalysisResultManager.h	/^	unsigned int 			m_uiModuleId;$/;"	m	class:PAnalysisResultManager
m_uiModuleId	./include/AnalysisModuleInterface.h	/^	unsigned int	m_uiModuleId;$/;"	m	class:CNotifyProcessState
m_uiOutputId	./include/AnalysisModuleInterface.h	/^	unsigned int	m_uiOutputId;$/;"	m	class:CAnalysisModuleInfo
m_uiRevisionNo	./include/AnalysisModuleInterface.h	/^	unsigned int	m_uiRevisionNo;$/;"	m	class:CAnalysisModuleInfo
m_uiSize	./include/InOutPin.h	/^	unsigned int	m_uiSize;$/;"	m	class:CInOutPinBase
main	./TestFile/Test2.c	/^void main()$/;"	f
main	./TestFile/Test3.c	/^void main()$/;"	f
main	./TestFile/Test4.c	/^int main()$/;"	f
main	./TestMain.cpp	/^int main()$/;"	f
main	./va_list.c	/^int main()$/;"	f
make_for	./MemoryManagement/tree.c	/^make_for(tn_t type)$/;"	f
make_for	./UNOModule/tree.c	/^make_for(tn_t type)$/;"	f
make_if	./MemoryManagement/tree.c	/^make_if(tn_t type)$/;"	f
make_if	./UNOModule/tree.c	/^make_if(tn_t type)$/;"	f
make_leaf	./MemoryManagement/tree.c	/^make_leaf(tn_t type)$/;"	f
make_leaf	./UNOModule/tree.c	/^make_leaf(tn_t type)$/;"	f
make_node	./MemoryManagement/tree.c	/^make_node(tn_t type)$/;"	f
make_node	./UNOModule/tree.c	/^make_node(tn_t type)$/;"	f
make_suspect	./MemoryManagement/uno_lts.c	/^make_suspect(symentry_t *t, treenode *n, int tags)$/;"	f	file:
make_suspect	./UNOModule/uno_lts.c	/^make_suspect(symentry_t *t, treenode *n, int tags)$/;"	f	file:
mark	./MemoryManagement/dflow.h	/^	unsigned int	mark;$/;"	m	struct:SymList
mark	./MemoryManagement/uno_fcts.h	/^	int	mark;$/;"	m	struct:Var
mark	./UNOModule/dflow.h	/^	unsigned int	mark;$/;"	m	struct:SymList
mark	./UNOModule/uno_fcts.h	/^	int	mark;$/;"	m	struct:Var
mark_defuse	./MemoryManagement/uno_lts.c	/^mark_defuse(symentry_t *t, treenode *n, int st)$/;"	f	file:
mark_defuse	./UNOModule/uno_lts.c	/^mark_defuse(symentry_t *t, treenode *n, int st)$/;"	f	file:
mark_guse	./MemoryManagement/uno_lts.c	/^mark_guse(symentry_t *t, treenode *n, int st)$/;"	f	file:
mark_guse	./UNOModule/uno_lts.c	/^mark_guse(symentry_t *t, treenode *n, int st)$/;"	f	file:
mark_locs	./MemoryManagement/uno_lts.c	/^mark_locs(symentry_t *t, treenode *n, int status)$/;"	f	file:
mark_locs	./UNOModule/uno_lts.c	/^mark_locs(symentry_t *t, treenode *n, int status)$/;"	f	file:
mark_select	./MemoryManagement/uno_fcts.c	/^mark_select(int x)$/;"	f
mark_select	./UNOModule/uno_fcts.c	/^mark_select(int x)$/;"	f
markedname	./MemoryManagement/uno_generic.c	/^static const char *markedname = "marked";$/;"	v	file:
markedname	./UNOModule/uno_generic.c	/^static const char *markedname = "marked";$/;"	v	file:
marks	./MemoryManagement/dflow.h	/^	int	marks;		\/* decl, def, use, hide info *\/$/;"	m	struct:DuG
marks	./UNOModule/dflow.h	/^	int	marks;		\/* decl, def, use, hide info *\/$/;"	m	struct:DuG
master_dfn	./ImproperInitialization/uno_local.c	/^static char	*preproc_info = "", *never, *master_dfn = "_uno_.dfn";$/;"	v	file:
master_dfn	./MemoryManagement/uno_local.c	/^static char	*preproc_info = "", *never, *master_dfn = "_uno_.dfn";$/;"	v	file:
master_dfn	./OutOfBoundAccess/uno_local.c	/^static char	*preproc_info = "", *never, *master_dfn = "_uno_.dfn";$/;"	v	file:
master_dfn	./UNOLexer/uno_local.c	/^static char	*preproc_info = "", *never, *master_dfn = "_uno_.dfn";$/;"	v	file:
master_dfn	./UNOModule/uno_local.c	/^static char	*preproc_info = "", *never, *master_dfn = "_uno_.dfn";$/;"	v	file:
match_args	./MemoryManagement/uno_generic.c	/^match_args(treenode *e, treenode *n, int which)	\/* 1:match(mark,with,without) 2:marked(x,with,without) *\/$/;"	f	file:
match_args	./UNOModule/uno_generic.c	/^match_args(treenode *e, treenode *n, int which)	\/* 1:match(mark,with,without) 2:marked(x,with,without) *\/$/;"	f	file:
match_track	./MemoryManagement/uno_generic.c	/^match_track(treenode *m, int allow, int forbid)$/;"	f	file:
match_track	./UNOModule/uno_generic.c	/^match_track(treenode *m, int allow, int forbid)$/;"	f	file:
matchname	./MemoryManagement/uno_generic.c	/^static const char *matchname = "match";$/;"	v	file:
matchname	./UNOModule/uno_generic.c	/^static const char *matchname = "match";$/;"	v	file:
max	./MemoryManagement/heap.h	12;"	d
max	./UNOModule/heap.h	12;"	d
memcnt	./MemoryManagement/symtab.c	/^static long memcnt   = 0L;$/;"	v	file:
memcnt	./UNOModule/symtab.c	/^static long memcnt   = 0L;$/;"	v	file:
memstats	./MemoryManagement/symtab.c	/^memstats(void)$/;"	f
memstats	./UNOModule/symtab.c	/^memstats(void)$/;"	f
memwaste	./MemoryManagement/symtab.c	/^static long memwaste = 0L;$/;"	v	file:
memwaste	./UNOModule/symtab.c	/^static long memwaste = 0L;$/;"	v	file:
merge_aio	./MemoryManagement/dflow.c	/^merge_aio(ArList *a1, ArList *a2)$/;"	f	file:
merge_aio	./UNOModule/dflow.c	/^merge_aio(ArList *a1, ArList *a2)$/;"	f	file:
merge_bounds	./MemoryManagement/uno_intervals.c	/^merge_bounds(ArBound *a, ArBound *b)	\/* rewrite a as (a\/\\b)  FIX! *\/$/;"	f
merge_bounds	./UNOModule/uno_intervals.c	/^merge_bounds(ArBound *a, ArBound *b)	\/* rewrite a as (a\/\\b)  FIX! *\/$/;"	f
merge_lists	./MemoryManagement/dflow.c	/^merge_lists(DefUse *d1, DefUse *d2)$/;"	f	file:
merge_lists	./UNOModule/dflow.c	/^merge_lists(DefUse *d1, DefUse *d2)$/;"	f	file:
merge_syms	./MemoryManagement/dflow.c	/^merge_syms(SymList *s1, SymList *s2)$/;"	f	file:
merge_syms	./UNOModule/dflow.c	/^merge_syms(SymList *s1, SymList *s2)$/;"	f	file:
min	./MemoryManagement/lexer.c	2784;"	d	file:
min	./UNOModule/lexer.c	2784;"	d	file:
mk_bool	./MemoryManagement/c_gram.c	/^mk_bool(char *s)	\/* "true" or "false" as identifiers - lts.c *\/$/;"	f
mk_bool	./UNOModule/c_gram.c	/^mk_bool(char *s)	\/* "true" or "false" as identifiers - lts.c *\/$/;"	f
mk_component	./MemoryManagement/symtab.c	/^mk_component(str_t *sym, treenode *tn, treenode *container)$/;"	f
mk_component	./UNOModule/symtab.c	/^mk_component(str_t *sym, treenode *tn, treenode *container)$/;"	f
mk_deflt	./MemoryManagement/c_gram.c	/^mk_deflt(void)$/;"	f
mk_deflt	./UNOModule/c_gram.c	/^mk_deflt(void)$/;"	f
mk_enum_const	./MemoryManagement/symtab.c	/^mk_enum_const(str_t *sym, treenode *tn) { return mk_g(sym,tn,ENUM_ENTRY); }$/;"	f
mk_enum_const	./UNOModule/symtab.c	/^mk_enum_const(str_t *sym, treenode *tn) { return mk_g(sym,tn,ENUM_ENTRY); }$/;"	f
mk_funcdef	./MemoryManagement/symtab.c	/^mk_funcdef(str_t *sym, treenode *tn) { return mk_g(sym,tn,FUNCDEF_ENTRY); }$/;"	f
mk_funcdef	./UNOModule/symtab.c	/^mk_funcdef(str_t *sym, treenode *tn) { return mk_g(sym,tn,FUNCDEF_ENTRY); }$/;"	f
mk_g	./MemoryManagement/symtab.c	/^mk_g(str_t *sym, treenode *tn, int knd)	\/* mk_generic *\/$/;"	f	file:
mk_g	./UNOModule/symtab.c	/^mk_g(str_t *sym, treenode *tn, int knd)	\/* mk_generic *\/$/;"	f	file:
mk_goto_node	./MemoryManagement/uno_lts.c	/^mk_goto_node(leafnode *ident)$/;"	f	file:
mk_goto_node	./UNOModule/uno_lts.c	/^mk_goto_node(leafnode *ident)$/;"	f	file:
mk_ident	./MemoryManagement/c_gram.c	/^mk_ident(void)	\/* lts.c *\/$/;"	f
mk_ident	./UNOModule/c_gram.c	/^mk_ident(void)	\/* lts.c *\/$/;"	f
mk_int	./MemoryManagement/c_gram.c	/^mk_int(int d)	\/* lts.c *\/$/;"	f
mk_int	./UNOModule/c_gram.c	/^mk_int(int d)	\/* lts.c *\/$/;"	f
mk_label	./MemoryManagement/symtab.c	/^mk_label(str_t *sym, treenode *tn) { return mk_g(sym,tn,LABEL_ENTRY); }$/;"	f
mk_label	./UNOModule/symtab.c	/^mk_label(str_t *sym, treenode *tn) { return mk_g(sym,tn,LABEL_ENTRY); }$/;"	f
mk_label_node	./MemoryManagement/uno_lts.c	/^mk_label_node(leafnode *ident, treenode *n, char *s)$/;"	f	file:
mk_label_node	./UNOModule/uno_lts.c	/^mk_label_node(leafnode *ident, treenode *n, char *s)$/;"	f	file:
mk_tag	./MemoryManagement/symtab.c	/^mk_tag(str_t *sym, treenode *tn) { return mk_g(sym,tn,TAG_ENTRY); }$/;"	f
mk_tag	./UNOModule/symtab.c	/^mk_tag(str_t *sym, treenode *tn) { return mk_g(sym,tn,TAG_ENTRY); }$/;"	f
mk_typedef	./MemoryManagement/symtab.c	/^mk_typedef(str_t *sym, treenode *tn) { return mk_g(sym,tn,TYPEDEF_ENTRY); }$/;"	f
mk_typedef	./UNOModule/symtab.c	/^mk_typedef(str_t *sym, treenode *tn) { return mk_g(sym,tn,TYPEDEF_ENTRY); }$/;"	f
mk_vardecl	./MemoryManagement/symtab.c	/^mk_vardecl(str_t *sym, treenode *tn) { return mk_g(sym,tn,VARDECL_ENTRY); }$/;"	f
mk_vardecl	./UNOModule/symtab.c	/^mk_vardecl(str_t *sym, treenode *tn) { return mk_g(sym,tn,VARDECL_ENTRY); }$/;"	f
mknm	./MemoryManagement/uno_global.c	/^mknm(char *s)$/;"	f	file:
mknm	./UNOModule/uno_global.c	/^mknm(char *s)$/;"	f	file:
move	./MemoryManagement/uno_fcts.h	/^	Arc	*move;$/;"	m	struct:Stack
move	./UNOModule/uno_fcts.h	/^	Arc	*move;$/;"	m	struct:Stack
n	./MemoryManagement/symtab.c	/^	int		n;$/;"	m	struct:Scoop	file:
n	./MemoryManagement/uno_fcts.h	/^	Label	*n;$/;"	m	struct:Stack
n	./MemoryManagement/uno_fcts.h	/^	Node	*n;$/;"	m	struct:NList
n	./MemoryManagement/uno_fcts.h	/^	Node	*n;$/;"	m	struct:Rstack
n	./MemoryManagement/uno_fcts.h	/^	int	n;$/;"	m	struct:Report
n	./MemoryManagement/uno_global.h	/^	Place	*n;$/;"	m	struct:Fct
n	./MemoryManagement/uno_global.h	/^	Place	*n;$/;"	m	struct:PlaceName
n	./MemoryManagement/uno_global.h	/^	Place	*n;$/;"	m	struct:Seen
n	./MemoryManagement/uno_global.h	/^	Place	*n;$/;"	m	struct:Sym
n	./MemoryManagement/uno_lts.h	/^	State *n;$/;"	m	struct:LNode
n	./MemoryManagement/uno_lts.h	/^	treenode	*n;$/;"	m	struct:SymExt
n	./MemoryManagement/uno_lts.h	/^	treenode	*n;$/;"	m	struct:SymRef
n	./MemoryManagement/uno_lts.h	/^	treenode *n;		\/* defining node *\/$/;"	m	struct:State
n	./MemoryManagement/uno_lts.h	/^	treenode *n;$/;"	m	struct:Stack
n	./UNOModule/symtab.c	/^	int		n;$/;"	m	struct:Scoop	file:
n	./UNOModule/uno_fcts.h	/^	Label	*n;$/;"	m	struct:Stack
n	./UNOModule/uno_fcts.h	/^	Node	*n;$/;"	m	struct:NList
n	./UNOModule/uno_fcts.h	/^	Node	*n;$/;"	m	struct:Rstack
n	./UNOModule/uno_fcts.h	/^	int	n;$/;"	m	struct:Report
n	./UNOModule/uno_global.h	/^	Place	*n;$/;"	m	struct:Fct
n	./UNOModule/uno_global.h	/^	Place	*n;$/;"	m	struct:PlaceName
n	./UNOModule/uno_global.h	/^	Place	*n;$/;"	m	struct:Seen
n	./UNOModule/uno_global.h	/^	Place	*n;$/;"	m	struct:Sym
n	./UNOModule/uno_lts.h	/^	State *n;$/;"	m	struct:LNode
n	./UNOModule/uno_lts.h	/^	treenode	*n;$/;"	m	struct:SymExt
n	./UNOModule/uno_lts.h	/^	treenode	*n;$/;"	m	struct:SymRef
n	./UNOModule/uno_lts.h	/^	treenode *n;		\/* defining node *\/$/;"	m	struct:State
n	./UNOModule/uno_lts.h	/^	treenode *n;$/;"	m	struct:Stack
n_reported	./MemoryManagement/uno_fcts.c	/^n_reported(Stack *s)$/;"	f	file:
n_reported	./UNOModule/uno_fcts.c	/^n_reported(Stack *s)$/;"	f	file:
name	./MemoryManagement/uno_lts.c	/^	char *name;$/;"	m	struct:ST	file:
name	./UNOModule/uno_lts.c	/^	char *name;$/;"	m	struct:ST	file:
name_of_node	./MemoryManagement/tree.c	/^name_of_node(tn_t val)$/;"	f
name_of_node	./UNOModule/tree.c	/^name_of_node(tn_t val)$/;"	f
name_of_nodetype	./MemoryManagement/tree.c	/^name_of_nodetype(node_type val)$/;"	f
name_of_nodetype	./UNOModule/tree.c	/^name_of_nodetype(node_type val)$/;"	f
name_scope	./MemoryManagement/symtab.c	/^name_scope(context_t *q, char *s, int tp)$/;"	f
name_scope	./UNOModule/symtab.c	/^name_scope(context_t *q, char *s, int tp)$/;"	f
nchild	./MemoryManagement/symtab.h	/^	int               nchild;$/;"	m	struct:scopetab
nchild	./UNOModule/symtab.h	/^	int               nchild;$/;"	m	struct:scopetab
negate_bound	./MemoryManagement/uno_intervals.c	/^negate_bound(ArBound *b)$/;"	f
negate_bound	./UNOModule/uno_intervals.c	/^negate_bound(ArBound *b)$/;"	f
nent	./MemoryManagement/symtab.h	/^    int		nent;	\/* The number of entries being stored *\/$/;"	m	struct:hashtab
nent	./UNOModule/symtab.h	/^    int		nent;	\/* The number of entries being stored *\/$/;"	m	struct:hashtab
nes	./MemoryManagement/symtab.h	/^	struct scopetab	*nes;	\/* ptr to enclosing scope *\/$/;"	m	struct:symentry	typeref:struct:symentry::scopetab
nes	./UNOModule/symtab.h	/^	struct scopetab	*nes;	\/* ptr to enclosing scope *\/$/;"	m	struct:symentry	typeref:struct:symentry::scopetab
never	./ImproperInitialization/uno_local.c	/^static char	*preproc_info = "", *never, *master_dfn = "_uno_.dfn";$/;"	v	file:
never	./MemoryManagement/uno_local.c	/^static char	*preproc_info = "", *never, *master_dfn = "_uno_.dfn";$/;"	v	file:
never	./OutOfBoundAccess/uno_local.c	/^static char	*preproc_info = "", *never, *master_dfn = "_uno_.dfn";$/;"	v	file:
never	./UNOLexer/uno_local.c	/^static char	*preproc_info = "", *never, *master_dfn = "_uno_.dfn";$/;"	v	file:
never	./UNOModule/uno_local.c	/^static char	*preproc_info = "", *never, *master_dfn = "_uno_.dfn";$/;"	v	file:
new_context	./MemoryManagement/symtab.c	/^new_context(void)$/;"	f
new_context	./UNOModule/symtab.c	/^new_context(void)$/;"	f
new_fct	./MemoryManagement/uno_global.c	/^new_fct(Place *n, char *nf, int is_static_fct)$/;"	f	file:
new_fct	./UNOModule/uno_global.c	/^new_fct(Place *n, char *nf, int is_static_fct)$/;"	f	file:
new_graph	./MemoryManagement/uno_lts.c	/^new_graph(treenode *n, char *str)$/;"	f	file:
new_graph	./UNOModule/uno_lts.c	/^new_graph(treenode *n, char *str)$/;"	f	file:
new_hashtab	./MemoryManagement/symtab.c	/^new_hashtab(void)$/;"	f
new_hashtab	./UNOModule/symtab.c	/^new_hashtab(void)$/;"	f
new_scopetab	./MemoryManagement/symtab.c	/^new_scopetab(scopetab_t *mom)$/;"	f
new_scopetab	./UNOModule/symtab.c	/^new_scopetab(scopetab_t *mom)$/;"	f
new_stk_item	./MemoryManagement/treestk.c	/^new_stk_item( FILE *fp, char *fname )$/;"	f
new_stk_item	./UNOModule/treestk.c	/^new_stk_item( FILE *fp, char *fname )$/;"	f
new_str	./MemoryManagement/uno_fcts.c	/^new_str(char *s)$/;"	f	file:
new_str	./UNOModule/uno_fcts.c	/^new_str(char *s)$/;"	f	file:
new_sym	./MemoryManagement/uno_fcts.c	/^new_sym(char *s)$/;"	f	file:
new_sym	./UNOModule/uno_fcts.c	/^new_sym(char *s)$/;"	f	file:
new_symentry	./MemoryManagement/symtab.c	/^new_symentry(void)$/;"	f
new_symentry	./UNOModule/symtab.c	/^new_symentry(void)$/;"	f
new_symtab	./MemoryManagement/symtab.c	/^new_symtab(void)$/;"	f
new_symtab	./UNOModule/symtab.c	/^new_symtab(void)$/;"	f
new_treestk	./MemoryManagement/treestk.c	/^new_treestk(void)$/;"	f
new_treestk	./UNOModule/treestk.c	/^new_treestk(void)$/;"	f
new_var	./MemoryManagement/uno_fcts.c	/^new_var(char *s)$/;"	f	file:
new_var	./UNOModule/uno_fcts.c	/^new_var(char *s)$/;"	f	file:
newpathcond	./MemoryManagement/uno_lts.c	/^newpathcond(treenode *exp, treenode *val)$/;"	f	file:
newpathcond	./UNOModule/uno_lts.c	/^newpathcond(treenode *exp, treenode *val)$/;"	f	file:
next	./MemoryManagement/nmetab.c	/^    struct hi *next;$/;"	m	struct:hi	typeref:struct:hi::hi	file:
next	./MemoryManagement/symtab.h	/^	struct symentry	*next;$/;"	m	struct:symentry	typeref:struct:symentry::symentry
next	./MemoryManagement/treestk.h	/^    struct stk_item   *next;        \/* Ptr to next item in the stack *\/$/;"	m	struct:stk_item	typeref:struct:stk_item::stk_item
next	./UNOModule/nmetab.c	/^    struct hi *next;$/;"	m	struct:hi	typeref:struct:hi::hi	file:
next	./UNOModule/symtab.h	/^	struct symentry	*next;$/;"	m	struct:symentry	typeref:struct:symentry::symentry
next	./UNOModule/treestk.h	/^    struct stk_item   *next;        \/* Ptr to next item in the stack *\/$/;"	m	struct:stk_item	typeref:struct:stk_item::stk_item
next_chunk	./MemoryManagement/heap.h	/^	unsigned int next_chunk;$/;"	m	struct:hp_strt
next_chunk	./UNOModule/heap.h	/^	unsigned int next_chunk;$/;"	m	struct:hp_strt
nid	./MemoryManagement/uno_fcts.h	/^	int	nid;$/;"	m	struct:Node
nid	./UNOModule/uno_fcts.h	/^	int	nid;$/;"	m	struct:Node
nm	./MemoryManagement/dflow.c	/^	char *nm;$/;"	m	struct:Cached	file:
nm	./MemoryManagement/dflow.c	/^	char *nm;$/;"	m	struct:Fbase	file:
nm	./UNOModule/dflow.c	/^	char *nm;$/;"	m	struct:Cached	file:
nm	./UNOModule/dflow.c	/^	char *nm;$/;"	m	struct:Fbase	file:
nme	./MemoryManagement/symtab.h	/^	str_t		*nme;	\/* name *\/$/;"	m	struct:symentry
nme	./UNOModule/symtab.h	/^	str_t		*nme;	\/* name *\/$/;"	m	struct:symentry
nmelook	./MemoryManagement/nmetab.c	/^nmelook(char *sym, int len)$/;"	f
nmelook	./UNOModule/nmetab.c	/^nmelook(char *sym, int len)$/;"	f
nmestr	./MemoryManagement/nmetab.c	/^nmestr(str_t *sym)$/;"	f
nmestr	./UNOModule/nmetab.c	/^nmestr(str_t *sym)$/;"	f
no_return	./MemoryManagement/uno_lts.c	/^no_return(char *s, int has_arg, int with_arg)$/;"	f	file:
no_return	./UNOModule/uno_lts.c	/^no_return(char *s, int has_arg, int with_arg)$/;"	f	file:
no_va	./ImproperInitialization/uno_local.c	/^static int	do_dflow = 1, nopre, keeptmps, show_syms, no_va=1;$/;"	v	file:
no_va	./MemoryManagement/uno_local.c	/^static int	do_dflow = 1, nopre, keeptmps, show_syms, no_va=1;$/;"	v	file:
no_va	./OutOfBoundAccess/uno_local.c	/^static int	do_dflow = 1, nopre, keeptmps, show_syms, no_va=1;$/;"	v	file:
no_va	./UNOLexer/uno_local.c	/^static int	do_dflow = 1, nopre, keeptmps, show_syms, no_va=1;$/;"	v	file:
no_va	./UNOModule/uno_local.c	/^static int	do_dflow = 1, nopre, keeptmps, show_syms, no_va=1;$/;"	v	file:
node	./MemoryManagement/lexer.h	/^	treenode *node;$/;"	m	union:__anon2
node	./MemoryManagement/symtab.h	/^	treenode	*node;	\/* ptr to def\/decl *\/$/;"	m	struct:symentry
node	./UNOModule/lexer.h	/^	treenode *node;$/;"	m	union:__anon8
node	./UNOModule/symtab.h	/^	treenode	*node;	\/* ptr to def\/decl *\/$/;"	m	struct:symentry
node_heap	./MemoryManagement/treestk.h	/^    Heap              *node_heap;   \/* Allocated tree nodes *\/$/;"	m	struct:stk_item
node_heap	./UNOModule/treestk.h	/^    Heap              *node_heap;   \/* Allocated tree nodes *\/$/;"	m	struct:stk_item
node_type	./MemoryManagement/tree.h	/^typedef enum { NONE_T, LEAF_T, IF_T, FOR_T, NODE_T } node_type;$/;"	t	typeref:enum:__anon4
node_type	./UNOModule/tree.h	/^typedef enum { NONE_T, LEAF_T, IF_T, FOR_T, NODE_T } node_type;$/;"	t	typeref:enum:__anon10
nogood	./MemoryManagement/uno_bounds.c	/^       int	nogood;$/;"	v
nogood	./UNOModule/uno_bounds.c	/^       int	nogood;$/;"	v
nopaths	./ImproperInitialization/uno_local.c	/^int	localonly, nopaths = 1;$/;"	v
nopaths	./MemoryManagement/uno_local.c	/^int	localonly, nopaths = 1;$/;"	v
nopaths	./OutOfBoundAccess/uno_local.c	/^int	localonly, nopaths = 1;$/;"	v
nopaths	./UNOLexer/uno_local.c	/^int	localonly, nopaths = 1;$/;"	v
nopaths	./UNOModule/uno_local.c	/^int	localonly, nopaths = 1;$/;"	v
nopre	./ImproperInitialization/uno_local.c	/^static int	do_dflow = 1, nopre, keeptmps, show_syms, no_va=1;$/;"	v	file:
nopre	./MemoryManagement/uno_local.c	/^static int	do_dflow = 1, nopre, keeptmps, show_syms, no_va=1;$/;"	v	file:
nopre	./OutOfBoundAccess/uno_local.c	/^static int	do_dflow = 1, nopre, keeptmps, show_syms, no_va=1;$/;"	v	file:
nopre	./UNOLexer/uno_local.c	/^static int	do_dflow = 1, nopre, keeptmps, show_syms, no_va=1;$/;"	v	file:
nopre	./UNOModule/uno_local.c	/^static int	do_dflow = 1, nopre, keeptmps, show_syms, no_va=1;$/;"	v	file:
not_a_prototype	./MemoryManagement/uno_lts.c	/^static int	not_a_prototype;$/;"	v	file:
not_a_prototype	./UNOModule/uno_lts.c	/^static int	not_a_prototype;$/;"	v	file:
not_fcall	./MemoryManagement/uno_lts.c	/^not_fcall(symentry_t *t)$/;"	f	file:
not_fcall	./UNOModule/uno_lts.c	/^not_fcall(symentry_t *t)$/;"	f	file:
not_malloc	./MemoryManagement/symtab.c	/^not_malloc(unsigned int n)$/;"	f	file:
not_malloc	./UNOModule/symtab.c	/^not_malloc(unsigned int n)$/;"	f	file:
notyet	./MemoryManagement/uno_fcts.c	/^notyet(Label *m, char *s)$/;"	f	file:
notyet	./UNOModule/uno_fcts.c	/^notyet(Label *m, char *s)$/;"	f	file:
nsyms	./MemoryManagement/symtab.h	/^	int               nsyms;	\/* nr of syms declared at this scope. *\/$/;"	m	struct:scopetab
nsyms	./UNOModule/symtab.h	/^	int               nsyms;	\/* nr of syms declared at this scope. *\/$/;"	m	struct:scopetab
num_alloc	./MemoryManagement/heap.h	/^	unsigned int num_alloc;$/;"	m	struct:hp_strt
num_alloc	./UNOModule/heap.h	/^	unsigned int num_alloc;$/;"	m	struct:hp_strt
num_free	./MemoryManagement/heap.h	/^	unsigned int num_free;$/;"	m	struct:hp_strt
num_free	./UNOModule/heap.h	/^	unsigned int num_free;$/;"	m	struct:hp_strt
num_hunks	./MemoryManagement/heap.h	/^	unsigned int num_hunks;$/;"	m	struct:hp_strt
num_hunks	./UNOModule/heap.h	/^	unsigned int num_hunks;$/;"	m	struct:hp_strt
nut	./MemoryManagement/tree.h	/^	char	*nut;$/;"	m	struct:Nuts
nut	./UNOModule/tree.h	/^	char	*nut;$/;"	m	struct:Nuts
nut_hunt	./MemoryManagement/uno_lts.c	/^nut_hunt(FILE *fd, State *s)$/;"	f	file:
nut_hunt	./UNOModule/uno_lts.c	/^nut_hunt(FILE *fd, State *s)$/;"	f	file:
nut_insertion	./MemoryManagement/uno_lts.c	/^nut_insertion(Graphs *g, State *s, Trans *t)$/;"	f	file:
nut_insertion	./UNOModule/uno_lts.c	/^nut_insertion(Graphs *g, State *s, Trans *t)$/;"	f	file:
nut_prepare	./MemoryManagement/uno_lts.c	/^nut_prepare(State *from, State *to)	\/* insert forward arcs to nodes with a nut attached *\/$/;"	f	file:
nut_prepare	./UNOModule/uno_lts.c	/^nut_prepare(State *from, State *to)	\/* insert forward arcs to nodes with a nut attached *\/$/;"	f	file:
nut_setup	./MemoryManagement/uno_lts.c	/^nut_setup(Graphs *g)	\/* build abstracted graph *\/$/;"	f	file:
nut_setup	./UNOModule/uno_lts.c	/^nut_setup(Graphs *g)	\/* build abstracted graph *\/$/;"	f	file:
nut_start	./MemoryManagement/uno_lts.c	/^nut_start(void)$/;"	f	file:
nut_start	./UNOModule/uno_lts.c	/^nut_start(void)$/;"	f	file:
nuts	./MemoryManagement/tree.h	/^	Nuts	*nuts;		\/* gjh - annotations for global analysis *\/$/;"	m	struct:common
nuts	./UNOModule/tree.h	/^	Nuts	*nuts;		\/* gjh - annotations for global analysis *\/$/;"	m	struct:common
nuts_forward	./MemoryManagement/uno_lts.c	/^nuts_forward(Graphs *g, State *s)$/;"	f	file:
nuts_forward	./UNOModule/uno_lts.c	/^nuts_forward(Graphs *g, State *s)$/;"	f	file:
nxt	./ImproperInitialization/uno.h	/^	Fnm *nxt;$/;"	m	struct:Fnm
nxt	./MemoryManagement/c_gram.c	/^	Recorded	*nxt;$/;"	m	struct:Recorded	file:
nxt	./MemoryManagement/dflow.c	/^	Cached *nxt;$/;"	m	struct:Cached	file:
nxt	./MemoryManagement/dflow.c	/^	struct Fbase *nxt;$/;"	m	struct:Fbase	typeref:struct:Fbase::Fbase	file:
nxt	./MemoryManagement/dflow.h	/^	ArBound	*nxt;$/;"	m	struct:ArBound
nxt	./MemoryManagement/dflow.h	/^	ArList   *nxt;$/;"	m	struct:ArList
nxt	./MemoryManagement/dflow.h	/^	ArSize	*nxt;$/;"	m	struct:ArSize
nxt	./MemoryManagement/dflow.h	/^	BoundStack	*nxt;$/;"	m	struct:BoundStack
nxt	./MemoryManagement/dflow.h	/^	DuG	*nxt;	\/* llist of all nodes *\/$/;"	m	struct:DuG
nxt	./MemoryManagement/dflow.h	/^	DuGP	*nxt;$/;"	m	struct:DuGP
nxt	./MemoryManagement/dflow.h	/^	SymList	*nxt;$/;"	m	struct:SymList
nxt	./MemoryManagement/heap.c	/^		FC	*nxt;$/;"	m	union:FC::__anon6	file:
nxt	./MemoryManagement/symtab.c	/^	Scoop		*nxt;$/;"	m	struct:Scoop	file:
nxt	./MemoryManagement/symtab.c	/^	struct	Cname *nxt;$/;"	m	struct:Cname	typeref:struct:Cname::Cname	file:
nxt	./MemoryManagement/symtab.h	/^	struct symtab	*nxt;	\/* for freelist - gh *\/$/;"	m	struct:symtab	typeref:struct:symtab::symtab
nxt	./MemoryManagement/symtab.h	/^    struct hashtab *nxt; \/* for freelist *\/$/;"	m	struct:hashtab	typeref:struct:hashtab::hashtab
nxt	./MemoryManagement/tree.h	/^	Nuts	*nxt;$/;"	m	struct:Nuts
nxt	./MemoryManagement/uno.h	/^	Fnm *nxt;$/;"	m	struct:Fnm
nxt	./MemoryManagement/uno_fcts.h	/^	Arc	*nxt;$/;"	m	struct:Arc
nxt	./MemoryManagement/uno_fcts.h	/^	BFct	*nxt;		\/* linked list of fcts *\/$/;"	m	struct:BFct
nxt	./MemoryManagement/uno_fcts.h	/^	BSym	*nxt;$/;"	m	struct:BSym
nxt	./MemoryManagement/uno_fcts.h	/^	Label	*nxt;$/;"	m	struct:Label
nxt	./MemoryManagement/uno_fcts.h	/^	NList	*nxt;$/;"	m	struct:NList
nxt	./MemoryManagement/uno_fcts.h	/^	Node	*nxt;$/;"	m	struct:Node
nxt	./MemoryManagement/uno_fcts.h	/^	Pool *nxt;$/;"	m	struct:Pool
nxt	./MemoryManagement/uno_fcts.h	/^	Report	*nxt;$/;"	m	struct:Report
nxt	./MemoryManagement/uno_fcts.h	/^	Rstack	*nxt;$/;"	m	struct:Rstack
nxt	./MemoryManagement/uno_fcts.h	/^	Stack	*nxt;$/;"	m	struct:Stack
nxt	./MemoryManagement/uno_fcts.h	/^	VList	*nxt;$/;"	m	struct:VList
nxt	./MemoryManagement/uno_fcts.h	/^	Var	*nxt;$/;"	m	struct:Var
nxt	./MemoryManagement/uno_generic.c	/^	GenStack *nxt;$/;"	m	struct:GenStack	file:
nxt	./MemoryManagement/uno_global.h	/^	Fct	*nxt;		\/* linked list of fcts *\/$/;"	m	struct:Fct
nxt	./MemoryManagement/uno_global.h	/^	PlaceName *nxt;$/;"	m	struct:PlaceName
nxt	./MemoryManagement/uno_global.h	/^	Seen	*nxt;$/;"	m	struct:Seen
nxt	./MemoryManagement/uno_global.h	/^	Sym	*nxt;$/;"	m	struct:Sym
nxt	./MemoryManagement/uno_lts.c	/^	EX	*nxt;$/;"	m	struct:EX	file:
nxt	./MemoryManagement/uno_lts.c	/^	Gst	*nxt;$/;"	m	struct:Gst	file:
nxt	./MemoryManagement/uno_lts.c	/^	struct ST *nxt;$/;"	m	struct:ST	typeref:struct:ST::ST	file:
nxt	./MemoryManagement/uno_lts.h	/^	DfStack		*nxt;$/;"	m	struct:DfStack
nxt	./MemoryManagement/uno_lts.h	/^	Graphs	*nxt;		\/* all cfg's created *\/$/;"	m	struct:Graphs
nxt	./MemoryManagement/uno_lts.h	/^	LNode *nxt;$/;"	m	struct:LNode
nxt	./MemoryManagement/uno_lts.h	/^	PathCond *nxt;$/;"	m	struct:PathCond
nxt	./MemoryManagement/uno_lts.h	/^	Stack	*nxt;$/;"	m	struct:Stack
nxt	./MemoryManagement/uno_lts.h	/^	State	*nxt;		\/* temporary slot for immediate successor *\/$/;"	m	struct:State
nxt	./MemoryManagement/uno_lts.h	/^	SwStack	*nxt;$/;"	m	struct:SwStack
nxt	./MemoryManagement/uno_lts.h	/^	SymExt		*nxt;$/;"	m	struct:SymExt
nxt	./MemoryManagement/uno_lts.h	/^	SymRef		*nxt;$/;"	m	struct:SymRef
nxt	./MemoryManagement/uno_lts.h	/^	Trans *nxt;	\/* next successor chain *\/$/;"	m	struct:Trans
nxt	./OutOfBoundAccess/uno.h	/^	Fnm *nxt;$/;"	m	struct:Fnm
nxt	./UNOLexer/uno.h	/^	Fnm *nxt;$/;"	m	struct:Fnm
nxt	./UNOModule/c_gram.c	/^	Recorded	*nxt;$/;"	m	struct:Recorded	file:
nxt	./UNOModule/dflow.c	/^	Cached *nxt;$/;"	m	struct:Cached	file:
nxt	./UNOModule/dflow.c	/^	struct Fbase *nxt;$/;"	m	struct:Fbase	typeref:struct:Fbase::Fbase	file:
nxt	./UNOModule/dflow.h	/^	ArBound	*nxt;$/;"	m	struct:ArBound
nxt	./UNOModule/dflow.h	/^	ArList   *nxt;$/;"	m	struct:ArList
nxt	./UNOModule/dflow.h	/^	ArSize	*nxt;$/;"	m	struct:ArSize
nxt	./UNOModule/dflow.h	/^	BoundStack	*nxt;$/;"	m	struct:BoundStack
nxt	./UNOModule/dflow.h	/^	DuG	*nxt;	\/* llist of all nodes *\/$/;"	m	struct:DuG
nxt	./UNOModule/dflow.h	/^	DuGP	*nxt;$/;"	m	struct:DuGP
nxt	./UNOModule/dflow.h	/^	SymList	*nxt;$/;"	m	struct:SymList
nxt	./UNOModule/heap.c	/^		FC	*nxt;$/;"	m	union:FC::__anon12	file:
nxt	./UNOModule/symtab.c	/^	Scoop		*nxt;$/;"	m	struct:Scoop	file:
nxt	./UNOModule/symtab.c	/^	struct	Cname *nxt;$/;"	m	struct:Cname	typeref:struct:Cname::Cname	file:
nxt	./UNOModule/symtab.h	/^	struct symtab	*nxt;	\/* for freelist - gh *\/$/;"	m	struct:symtab	typeref:struct:symtab::symtab
nxt	./UNOModule/symtab.h	/^    struct hashtab *nxt; \/* for freelist *\/$/;"	m	struct:hashtab	typeref:struct:hashtab::hashtab
nxt	./UNOModule/tree.h	/^	Nuts	*nxt;$/;"	m	struct:Nuts
nxt	./UNOModule/uno.h	/^	Fnm *nxt;$/;"	m	struct:Fnm
nxt	./UNOModule/uno_fcts.h	/^	Arc	*nxt;$/;"	m	struct:Arc
nxt	./UNOModule/uno_fcts.h	/^	BFct	*nxt;		\/* linked list of fcts *\/$/;"	m	struct:BFct
nxt	./UNOModule/uno_fcts.h	/^	BSym	*nxt;$/;"	m	struct:BSym
nxt	./UNOModule/uno_fcts.h	/^	Label	*nxt;$/;"	m	struct:Label
nxt	./UNOModule/uno_fcts.h	/^	NList	*nxt;$/;"	m	struct:NList
nxt	./UNOModule/uno_fcts.h	/^	Node	*nxt;$/;"	m	struct:Node
nxt	./UNOModule/uno_fcts.h	/^	Pool *nxt;$/;"	m	struct:Pool
nxt	./UNOModule/uno_fcts.h	/^	Report	*nxt;$/;"	m	struct:Report
nxt	./UNOModule/uno_fcts.h	/^	Rstack	*nxt;$/;"	m	struct:Rstack
nxt	./UNOModule/uno_fcts.h	/^	Stack	*nxt;$/;"	m	struct:Stack
nxt	./UNOModule/uno_fcts.h	/^	VList	*nxt;$/;"	m	struct:VList
nxt	./UNOModule/uno_fcts.h	/^	Var	*nxt;$/;"	m	struct:Var
nxt	./UNOModule/uno_generic.c	/^	GenStack *nxt;$/;"	m	struct:GenStack	file:
nxt	./UNOModule/uno_global.h	/^	Fct	*nxt;		\/* linked list of fcts *\/$/;"	m	struct:Fct
nxt	./UNOModule/uno_global.h	/^	PlaceName *nxt;$/;"	m	struct:PlaceName
nxt	./UNOModule/uno_global.h	/^	Seen	*nxt;$/;"	m	struct:Seen
nxt	./UNOModule/uno_global.h	/^	Sym	*nxt;$/;"	m	struct:Sym
nxt	./UNOModule/uno_lts.c	/^	EX	*nxt;$/;"	m	struct:EX	file:
nxt	./UNOModule/uno_lts.c	/^	Gst	*nxt;$/;"	m	struct:Gst	file:
nxt	./UNOModule/uno_lts.c	/^	struct ST *nxt;$/;"	m	struct:ST	typeref:struct:ST::ST	file:
nxt	./UNOModule/uno_lts.h	/^	DfStack		*nxt;$/;"	m	struct:DfStack
nxt	./UNOModule/uno_lts.h	/^	Graphs	*nxt;		\/* all cfg's created *\/$/;"	m	struct:Graphs
nxt	./UNOModule/uno_lts.h	/^	LNode *nxt;$/;"	m	struct:LNode
nxt	./UNOModule/uno_lts.h	/^	PathCond *nxt;$/;"	m	struct:PathCond
nxt	./UNOModule/uno_lts.h	/^	Stack	*nxt;$/;"	m	struct:Stack
nxt	./UNOModule/uno_lts.h	/^	State	*nxt;		\/* temporary slot for immediate successor *\/$/;"	m	struct:State
nxt	./UNOModule/uno_lts.h	/^	SwStack	*nxt;$/;"	m	struct:SwStack
nxt	./UNOModule/uno_lts.h	/^	SymExt		*nxt;$/;"	m	struct:SymExt
nxt	./UNOModule/uno_lts.h	/^	SymRef		*nxt;$/;"	m	struct:SymRef
nxt	./UNOModule/uno_lts.h	/^	Trans *nxt;	\/* next successor chain *\/$/;"	m	struct:Trans
oid	./MemoryManagement/uno_fcts.c	/^static int	depth = 0, oid = 0, tabs = 0;$/;"	v	file:
oid	./UNOModule/uno_fcts.c	/^static int	depth = 0, oid = 0, tabs = 0;$/;"	v	file:
on_glob	./MemoryManagement/uno_lts.c	/^on_glob(symentry_t *t)$/;"	f	file:
on_glob	./UNOModule/uno_lts.c	/^on_glob(symentry_t *t)$/;"	f	file:
on_safe	./MemoryManagement/uno_lts.c	/^on_safe(symentry_t *t)$/;"	f	file:
on_safe	./UNOModule/uno_lts.c	/^on_safe(symentry_t *t)$/;"	f	file:
on_stack	./MemoryManagement/uno_lts.c	/^on_stack(symentry_t *t)		\/* locals only *\/$/;"	f	file:
on_stack	./UNOModule/uno_lts.c	/^on_stack(symentry_t *t)		\/* locals only *\/$/;"	f	file:
on_track	./MemoryManagement/uno_generic.c	/^on_track(treenode *m, int allow, int forbid)$/;"	f	file:
on_track	./UNOModule/uno_generic.c	/^on_track(treenode *m, int allow, int forbid)$/;"	f	file:
other	./MemoryManagement/dflow.h	/^	SymList *other;$/;"	m	struct:DefUse
other	./UNOModule/dflow.h	/^	SymList *other;$/;"	m	struct:DefUse
owner	./MemoryManagement/symtab.h	/^	char *owner;			\/* name of owner of this scope, functio\/file\/object *\/$/;"	m	struct:scopetab
owner	./UNOModule/symtab.h	/^	char *owner;			\/* name of owner of this scope, functio\/file\/object *\/$/;"	m	struct:scopetab
owner_t	./MemoryManagement/symtab.h	/^	int   owner_t;			\/* type: TN_OBJ_DEF, TN_FUNC_DEF or NONE_T for Filescope *\/$/;"	m	struct:scopetab
owner_t	./UNOModule/symtab.h	/^	int   owner_t;			\/* type: TN_OBJ_DEF, TN_FUNC_DEF or NONE_T for Filescope *\/$/;"	m	struct:scopetab
pGlobalCheckArgument	./ImproperInitialization/uno.h	/^char** pGlobalCheckArgument;$/;"	v
pGlobalCheckArgument	./MemoryManagement/uno.h	/^char** pGlobalCheckArgument;$/;"	v
pGlobalCheckArgument	./OutOfBoundAccess/uno.h	/^char** pGlobalCheckArgument;$/;"	v
pGlobalCheckArgument	./UNOModule/uno.h	/^char** pGlobalCheckArgument;$/;"	v
pLocalCheckArgument	./ImproperInitialization/uno.h	/^char** pLocalCheckArgument;$/;"	v
pLocalCheckArgument	./MemoryManagement/uno.h	/^char** pLocalCheckArgument;$/;"	v
pLocalCheckArgument	./OutOfBoundAccess/uno.h	/^char** pLocalCheckArgument;$/;"	v
pLocalCheckArgument	./UNOModule/uno.h	/^char** pLocalCheckArgument;$/;"	v
pMainArgument	./ImproperInitialization/uno.h	/^char** pMainArgument;$/;"	v
pMainArgument	./MemoryManagement/uno.h	/^char** pMainArgument;$/;"	v
pMainArgument	./OutOfBoundAccess/uno.h	/^char** pMainArgument;$/;"	v
pMainArgument	./UNOModule/uno.h	/^char** pMainArgument;$/;"	v
p_query	./MemoryManagement/uno_global.c	/^static int	p_query = 0;$/;"	v	file:
p_query	./UNOModule/uno_global.c	/^static int	p_query = 0;$/;"	v	file:
p_start	./MemoryManagement/uno_global.c	/^static char	*p_start = "main";$/;"	v	file:
p_start	./UNOModule/uno_global.c	/^static char	*p_start = "main";$/;"	v	file:
p_stop	./MemoryManagement/uno_global.c	/^static char	*p_stop  = "exit";$/;"	v	file:
p_stop	./UNOModule/uno_global.c	/^static char	*p_stop  = "exit";$/;"	v	file:
parent	./MemoryManagement/symtab.h	/^	struct scopetab  *parent;	\/* The scope enclosing us, if any. *\/$/;"	m	struct:scopetab	typeref:struct:scopetab::scopetab
parent	./UNOModule/symtab.h	/^	struct scopetab  *parent;	\/* The scope enclosing us, if any. *\/$/;"	m	struct:scopetab	typeref:struct:scopetab::scopetab
parse_tree	./ImproperInitialization/uno_local.c	/^static treenode	*parse_tree;$/;"	v	file:
parse_tree	./MemoryManagement/treestk.h	/^    treenode          *parse_tree;  \/* Pointer to the parse tree *\/$/;"	m	struct:stk_item
parse_tree	./MemoryManagement/uno_local.c	/^static treenode	*parse_tree;$/;"	v	file:
parse_tree	./OutOfBoundAccess/uno_local.c	/^static treenode	*parse_tree;$/;"	v	file:
parse_tree	./UNOLexer/uno_local.c	/^static treenode	*parse_tree;$/;"	v	file:
parse_tree	./UNOModule/treestk.h	/^    treenode          *parse_tree;  \/* Pointer to the parse tree *\/$/;"	m	struct:stk_item
parse_tree	./UNOModule/uno_local.c	/^static treenode	*parse_tree;$/;"	v	file:
pass_loc	./ImproperInitialization/uno.c	/^pass_loc(char *pref, char *par)$/;"	f	file:
pass_loc	./MemoryManagement/uno.c	/^pass_loc(char *pref, char *par)$/;"	f	file:
pass_loc	./OutOfBoundAccess/uno.c	/^pass_loc(char *pref, char *par)$/;"	f	file:
pass_loc	./UNOLexer/uno.c	/^pass_loc(char *pref, char *par)$/;"	f	file:
pass_loc	./UNOModule/uno.c	/^pass_loc(char *pref, char *par)$/;"	f	file:
path_ends	./MemoryManagement/uno_generic.c	/^static int	path_ends = 0;$/;"	v	file:
path_ends	./UNOModule/uno_generic.c	/^static int	path_ends = 0;$/;"	v	file:
path_not_feasible	./MemoryManagement/uno_generic.c	/^path_not_feasible(void)$/;"	f	file:
path_not_feasible	./UNOModule/uno_generic.c	/^path_not_feasible(void)$/;"	f	file:
path_query	./MemoryManagement/uno_global.c	/^path_query(Fct *g, Fct *h)	\/* from, to *\/$/;"	f
path_query	./UNOModule/uno_global.c	/^path_query(Fct *g, Fct *h)	\/* from, to *\/$/;"	f
pathcond	./MemoryManagement/uno_lts.c	/^static PathCond *pathcond = 0;$/;"	v	file:
pathcond	./UNOModule/uno_lts.c	/^static PathCond *pathcond = 0;$/;"	v	file:
pathfree	./MemoryManagement/uno_lts.c	/^static PathCond *pathfree = 0;$/;"	v	file:
pathfree	./UNOModule/uno_lts.c	/^static PathCond *pathfree = 0;$/;"	v	file:
pc	./MemoryManagement/uno_lts.h	/^	PathCond *pc;		\/* pathconds seen at earlier visits *\/$/;"	m	struct:State
pc	./UNOModule/uno_lts.h	/^	PathCond *pc;		\/* pathconds seen at earlier visits *\/$/;"	m	struct:State
picky	./ImproperInitialization/uno_local.c	/^int	usecheck, allerr, allerrs, lintlike, picky, show_sharing;$/;"	v
picky	./MemoryManagement/uno_local.c	/^int	usecheck, allerr, allerrs, lintlike, picky, show_sharing;$/;"	v
picky	./OutOfBoundAccess/uno_local.c	/^int	usecheck, allerr, allerrs, lintlike, picky, show_sharing;$/;"	v
picky	./UNOLexer/uno_local.c	/^int	usecheck, allerr, allerrs, lintlike, picky, show_sharing;$/;"	v
picky	./UNOModule/uno_local.c	/^int	usecheck, allerr, allerrs, lintlike, picky, show_sharing;$/;"	v
po_deltabs	./MemoryManagement/symtab.c	/^po_deltabs(scopetab_t *that)$/;"	f	file:
po_deltabs	./UNOModule/symtab.c	/^po_deltabs(scopetab_t *that)$/;"	f	file:
pool	./MemoryManagement/uno_fcts.c	/^static Pool	*pool[512];$/;"	v	file:
pool	./UNOModule/uno_fcts.c	/^static Pool	*pool[512];$/;"	v	file:
pop	./MemoryManagement/treestk.c	/^pop(TreeStack *treestk)$/;"	f
pop	./UNOModule/treestk.c	/^pop(TreeStack *treestk)$/;"	f
prep_graph	./MemoryManagement/uno_lts.c	/^prep_graph(Graphs *g)$/;"	f	file:
prep_graph	./UNOModule/uno_lts.c	/^prep_graph(Graphs *g)$/;"	f	file:
preproc_info	./ImproperInitialization/uno_local.c	/^static char	*preproc_info = "", *never, *master_dfn = "_uno_.dfn";$/;"	v	file:
preproc_info	./MemoryManagement/uno_local.c	/^static char	*preproc_info = "", *never, *master_dfn = "_uno_.dfn";$/;"	v	file:
preproc_info	./OutOfBoundAccess/uno_local.c	/^static char	*preproc_info = "", *never, *master_dfn = "_uno_.dfn";$/;"	v	file:
preproc_info	./UNOLexer/uno_local.c	/^static char	*preproc_info = "", *never, *master_dfn = "_uno_.dfn";$/;"	v	file:
preproc_info	./UNOModule/uno_local.c	/^static char	*preproc_info = "", *never, *master_dfn = "_uno_.dfn";$/;"	v	file:
prevpathcond	./MemoryManagement/uno_lts.c	/^prevpathcond(void)$/;"	f	file:
prevpathcond	./UNOModule/uno_lts.c	/^prevpathcond(void)$/;"	f	file:
print_caret	./MemoryManagement/lexer.c	/^print_caret(char *s, int pos)$/;"	f
print_caret	./UNOModule/lexer.c	/^print_caret(char *s, int pos)$/;"	f
print_fnm	./MemoryManagement/uno_fcts.c	/^print_fnm(Rstack *s, char *p)$/;"	f	file:
print_fnm	./UNOModule/uno_fcts.c	/^print_fnm(Rstack *s, char *p)$/;"	f	file:
print_frag	./MemoryManagement/symtab.c	/^print_frag(treenode *root, FILE *fd)$/;"	f	file:
print_frag	./UNOModule/symtab.c	/^print_frag(treenode *root, FILE *fd)$/;"	f	file:
print_ptr	./MemoryManagement/tree.c	/^print_ptr(void *ptr)$/;"	f
print_ptr	./UNOModule/tree.c	/^print_ptr(void *ptr)$/;"	f
print_recur	./MemoryManagement/prnttree.c	/^print_recur(treenode *root, FILE *fp)$/;"	f
print_recur	./UNOModule/prnttree.c	/^print_recur(treenode *root, FILE *fp)$/;"	f
print_rstack	./MemoryManagement/uno_fcts.c	/^print_rstack(Rstack *s, char *p)$/;"	f	file:
print_rstack	./UNOModule/uno_fcts.c	/^print_rstack(Rstack *s, char *p)$/;"	f	file:
print_stack	./MemoryManagement/uno_fcts.c	/^print_stack(Stack *s, int d)$/;"	f	file:
print_stack	./UNOModule/uno_fcts.c	/^print_stack(Stack *s, int d)$/;"	f	file:
process_input	./ImproperInitialization/uno_local.c	/^process_input(char *f)$/;"	f
process_input	./MemoryManagement/uno_local.c	/^process_input(char *f)$/;"	f
process_input	./OutOfBoundAccess/uno_local.c	/^process_input(char *f)$/;"	f
process_input	./UNOLexer/uno_local.c	/^process_input(char *f)$/;"	f
process_input	./UNOModule/uno_local.c	/^process_input(char *f)$/;"	f
progname	./ImproperInitialization/uno_local.c	/^char	*progname = "uno:local";$/;"	v
progname	./MemoryManagement/uno_local.c	/^char	*progname = "uno:local";$/;"	v
progname	./OutOfBoundAccess/uno_local.c	/^char	*progname = "uno:local";$/;"	v
progname	./UNOLexer/uno_local.c	/^char	*progname = "uno:local";$/;"	v
progname	./UNOModule/uno_local.c	/^char	*progname = "uno:local";$/;"	v
prop_fct	./MemoryManagement/uno_fcts.c	/^static BFct	*fcts = (BFct *) 0, *prop_fct = (BFct *) 0;$/;"	v	file:
prop_fct	./UNOModule/uno_fcts.c	/^static BFct	*fcts = (BFct *) 0, *prop_fct = (BFct *) 0;$/;"	v	file:
prop_reached	./MemoryManagement/uno_generic.c	/^prop_reached(State *s)$/;"	f	file:
prop_reached	./UNOModule/uno_generic.c	/^prop_reached(State *s)$/;"	f	file:
prop_start	./MemoryManagement/uno_fcts.c	/^static Node	*prop_start = (Node *) 0;$/;"	v	file:
prop_start	./UNOModule/uno_fcts.c	/^static Node	*prop_start = (Node *) 0;$/;"	v	file:
property	./MemoryManagement/uno_generic.c	/^const char *property  = "uno_check";	\/* name of prop, specified as C procedure in src *\/$/;"	v
property	./UNOModule/uno_generic.c	/^const char *property  = "uno_check";	\/* name of prop, specified as C procedure in src *\/$/;"	v
ptr	./MemoryManagement/dflow.h	/^	DuG	*ptr;$/;"	m	struct:DuGP
ptr	./UNOModule/dflow.h	/^	DuG	*ptr;$/;"	m	struct:DuGP
push	./MemoryManagement/treestk.c	/^push(TreeStack *treestk, Stk_Item *stk_item )$/;"	f
push	./UNOModule/treestk.c	/^push(TreeStack *treestk, Stk_Item *stk_item )$/;"	f
pvb	./MemoryManagement/uno_lts.h	/^	ArBound *pvb;		\/* previously seen bounds at this stmnt *\/$/;"	m	struct:State
pvb	./UNOModule/uno_lts.h	/^	ArBound *pvb;		\/* previously seen bounds at this stmnt *\/$/;"	m	struct:State
r	./MemoryManagement/uno_fcts.h	/^	NList	*r;			\/* callpts on Rstack *\/$/;"	m	struct:Vis
r	./UNOModule/uno_fcts.h	/^	NList	*r;			\/* callpts on Rstack *\/$/;"	m	struct:Vis
rdcls	./MemoryManagement/dflow.h	/^	int	rdcls;		\/* set inside or outside procedure *\/$/;"	m	struct:DuG
rdcls	./UNOModule/dflow.h	/^	int	rdcls;		\/* set inside or outside procedure *\/$/;"	m	struct:DuG
read_suppress	./MemoryManagement/uno_lts.c	/^read_suppress(void)$/;"	f
read_suppress	./UNOModule/uno_lts.c	/^read_suppress(void)$/;"	f
record_fct_name	./MemoryManagement/c_gram.c	/^record_fct_name(char *s, int tok, char *f)$/;"	f	file:
record_fct_name	./UNOModule/c_gram.c	/^record_fct_name(char *s, int tok, char *f)$/;"	f	file:
record_label	./MemoryManagement/uno_lts.c	/^record_label(treenode *s, State *n)	\/* associate symentry with state in cfg *\/$/;"	f	file:
record_label	./UNOModule/uno_lts.c	/^record_label(treenode *s, State *n)	\/* associate symentry with state in cfg *\/$/;"	f	file:
recorded	./MemoryManagement/c_gram.c	/^static Recorded *recorded;$/;"	v	file:
recorded	./UNOModule/c_gram.c	/^static Recorded *recorded;$/;"	v	file:
ref1_pref	./MemoryManagement/dflow.c	/^static char ref1_pref[1024];$/;"	v	file:
ref1_pref	./UNOModule/dflow.c	/^static char ref1_pref[1024];$/;"	v	file:
ref_args	./MemoryManagement/uno_generic.c	/^ref_args(treenode *e, treenode *n)	\/* 1: refine(with,without), 2: unselect(with,without) *\/$/;"	f	file:
ref_args	./UNOModule/uno_generic.c	/^ref_args(treenode *e, treenode *n)	\/* 1: refine(with,without), 2: unselect(with,without) *\/$/;"	f	file:
refname	./MemoryManagement/uno_generic.c	/^static const char *refname   = "refine";$/;"	v	file:
refname	./UNOModule/uno_generic.c	/^static const char *refname   = "refine";$/;"	v	file:
rel_all	./MemoryManagement/dflow.c	/^rel_all(SymList *s)$/;"	f
rel_all	./UNOModule/dflow.c	/^rel_all(SymList *s)$/;"	f
rel_chunk	./MemoryManagement/heap.c	/^rel_chunk(void *x)$/;"	f
rel_chunk	./UNOModule/heap.c	/^rel_chunk(void *x)$/;"	f
rel_graph	./MemoryManagement/uno_lts.c	/^rel_graph(Graphs *g)$/;"	f	file:
rel_graph	./UNOModule/uno_lts.c	/^rel_graph(Graphs *g)$/;"	f	file:
rel_label	./MemoryManagement/uno_lts.c	/^rel_label(LNode *n)$/;"	f	file:
rel_label	./UNOModule/uno_lts.c	/^rel_label(LNode *n)$/;"	f	file:
rel_sframe	./MemoryManagement/uno_lts.c	/^rel_sframe(Stack *f)$/;"	f	file:
rel_sframe	./UNOModule/uno_lts.c	/^rel_sframe(Stack *f)$/;"	f	file:
rel_state	./MemoryManagement/uno_lts.c	/^rel_state(State *s)$/;"	f	file:
rel_state	./UNOModule/uno_lts.c	/^rel_state(State *s)$/;"	f	file:
rel_symext	./MemoryManagement/uno_lts.c	/^rel_symext(SymExt *s)$/;"	f	file:
rel_symext	./UNOModule/uno_lts.c	/^rel_symext(SymExt *s)$/;"	f	file:
rel_symref	./MemoryManagement/uno_lts.c	/^rel_symref(SymRef *s)$/;"	f	file:
rel_symref	./UNOModule/uno_lts.c	/^rel_symref(SymRef *s)$/;"	f	file:
rel_trans	./MemoryManagement/uno_lts.c	/^rel_trans(Trans *t)$/;"	f	file:
rel_trans	./UNOModule/uno_lts.c	/^rel_trans(Trans *t)$/;"	f	file:
relevant	./MemoryManagement/uno_lts.c	/^relevant(treenode *n)$/;"	f	file:
relevant	./UNOModule/uno_lts.c	/^relevant(treenode *n)$/;"	f	file:
report	./MemoryManagement/uno_fcts.c	/^static Report	*report = (Report *) 0;$/;"	v	file:
report	./UNOModule/uno_fcts.c	/^static Report	*report = (Report *) 0;$/;"	v	file:
reported	./MemoryManagement/uno_lts.c	/^	int reported;$/;"	m	struct:ST	file:
reported	./UNOModule/uno_lts.c	/^	int reported;$/;"	m	struct:ST	file:
reset_position	./MemoryManagement/treestk.c	/^reset_position(TreeStack *treestk)$/;"	f
reset_position	./UNOModule/treestk.c	/^reset_position(TreeStack *treestk)$/;"	f
retval	./MemoryManagement/uno_global.c	/^retval(char *s, int status)$/;"	f	file:
retval	./UNOModule/uno_global.c	/^retval(char *s, int status)$/;"	f	file:
rev_release	./MemoryManagement/uno_fcts.c	/^rev_release(Var *v)$/;"	f	file:
rev_release	./MemoryManagement/uno_lts.c	/^rev_release(SymRef *r)	\/* release a list of symrefs *\/$/;"	f
rev_release	./UNOModule/uno_fcts.c	/^rev_release(Var *v)$/;"	f	file:
rev_release	./UNOModule/uno_lts.c	/^rev_release(SymRef *r)	\/* release a list of symrefs *\/$/;"	f
rev_symrel	./MemoryManagement/uno_fcts.c	/^rev_symrel(BSym *s)$/;"	f	file:
rev_symrel	./UNOModule/uno_fcts.c	/^rev_symrel(BSym *s)$/;"	f	file:
reverse	./MemoryManagement/uno_global.c	/^static int	reverse = 0;$/;"	v	file:
reverse	./UNOModule/uno_global.c	/^static int	reverse = 0;$/;"	v	file:
rnode	./MemoryManagement/tree.h	/^	struct treenode *rnode;$/;"	m	struct:treenode	typeref:struct:treenode::treenode
rnode	./UNOModule/tree.h	/^	struct treenode *rnode;$/;"	m	struct:treenode	typeref:struct:treenode::treenode
root	./MemoryManagement/symtab.h	/^	scopetab_t	*root;	\/*	The top scopetab - external scope. *\/$/;"	m	struct:symtab
root	./MemoryManagement/uno_fcts.h	/^	Node	*root;$/;"	m	struct:BFct
root	./UNOModule/symtab.h	/^	scopetab_t	*root;	\/*	The top scopetab - external scope. *\/$/;"	m	struct:symtab
root	./UNOModule/uno_fcts.h	/^	Node	*root;$/;"	m	struct:BFct
rstack	./MemoryManagement/uno_fcts.c	/^static Rstack	*rstack = (Rstack *) 0, *free_rstack = (Rstack *) 0;$/;"	v	file:
rstack	./UNOModule/uno_fcts.c	/^static Rstack	*rstack = (Rstack *) 0, *free_rstack = (Rstack *) 0;$/;"	v	file:
ruledout	./MemoryManagement/uno_generic.c	/^static int	ruledout = 0;$/;"	v	file:
ruledout	./UNOModule/uno_generic.c	/^static int	ruledout = 0;$/;"	v	file:
run_check	./MemoryManagement/uno_fcts.c	/^run_check(void)$/;"	f
run_check	./UNOModule/uno_fcts.c	/^run_check(void)$/;"	f
run_uno	./ImproperInitialization/uno.c	/^run_uno(void)$/;"	f	file:
run_uno	./MemoryManagement/uno.c	/^run_uno(void)$/;"	f	file:
run_uno	./OutOfBoundAccess/uno.c	/^run_uno(void)$/;"	f	file:
run_uno	./UNOLexer/uno.c	/^run_uno(void)$/;"	f	file:
run_uno	./UNOModule/uno.c	/^run_uno(void)$/;"	f	file:
rval	./MemoryManagement/uno_global.h	/^	short	rval;$/;"	m	struct:Fct
rval	./UNOModule/uno_global.h	/^	short	rval;$/;"	m	struct:Fct
s	./MemoryManagement/dflow.h	/^	struct symentry	*s;	\/* basename *\/$/;"	m	struct:ArSize	typeref:struct:ArSize::symentry
s	./MemoryManagement/dflow.h	/^	struct symentry *s;$/;"	m	struct:ArBound	typeref:struct:ArBound::symentry
s	./MemoryManagement/uno_fcts.h	/^	char	*s;$/;"	m	struct:BSym
s	./MemoryManagement/uno_fcts.h	/^	char	*s;$/;"	m	struct:Var
s	./MemoryManagement/uno_fcts.h	/^	char *s;$/;"	m	struct:Pool
s	./MemoryManagement/uno_global.h	/^	char	*s;	\/* struct field *\/$/;"	m	struct:PlaceName
s	./MemoryManagement/uno_global.h	/^	char	*s;$/;"	m	struct:Sym
s	./MemoryManagement/uno_lts.h	/^	State	*s;$/;"	m	struct:SwStack
s	./MemoryManagement/uno_lts.h	/^	char *s;	\/* label name *\/$/;"	m	struct:LNode
s	./UNOModule/dflow.h	/^	struct symentry	*s;	\/* basename *\/$/;"	m	struct:ArSize	typeref:struct:ArSize::symentry
s	./UNOModule/dflow.h	/^	struct symentry *s;$/;"	m	struct:ArBound	typeref:struct:ArBound::symentry
s	./UNOModule/uno_fcts.h	/^	char	*s;$/;"	m	struct:BSym
s	./UNOModule/uno_fcts.h	/^	char	*s;$/;"	m	struct:Var
s	./UNOModule/uno_fcts.h	/^	char *s;$/;"	m	struct:Pool
s	./UNOModule/uno_global.h	/^	char	*s;	\/* struct field *\/$/;"	m	struct:PlaceName
s	./UNOModule/uno_global.h	/^	char	*s;$/;"	m	struct:Sym
s	./UNOModule/uno_lts.h	/^	State	*s;$/;"	m	struct:SwStack
s	./UNOModule/uno_lts.h	/^	char *s;	\/* label name *\/$/;"	m	struct:LNode
s_name	./MemoryManagement/uno_generic.c	/^static const char *s_name    = "s_name";	\/* to refer to target symbol name *\/$/;"	v	file:
s_name	./UNOModule/uno_generic.c	/^static const char *s_name    = "s_name";	\/* to refer to target symbol name *\/$/;"	v	file:
s_val	./MemoryManagement/uno_generic.c	/^static const char *s_val     = "s_mark";	\/* to refer to target symbol state_value *\/$/;"	v	file:
s_val	./MemoryManagement/uno_lts.h	/^	int		s_val;	\/* in uno_generic, symbol can be given state value *\/$/;"	m	struct:SymRef
s_val	./UNOModule/uno_generic.c	/^static const char *s_val     = "s_mark";	\/* to refer to target symbol state_value *\/$/;"	v	file:
s_val	./UNOModule/uno_lts.h	/^	int		s_val;	\/* in uno_generic, symbol can be given state value *\/$/;"	m	struct:SymRef
safe_stack	./MemoryManagement/uno_lts.c	/^static DfStack	*safe_stack;$/;"	v	file:
safe_stack	./UNOModule/uno_lts.c	/^static DfStack	*safe_stack;$/;"	v	file:
same_bounds	./MemoryManagement/uno_intervals.c	/^same_bounds(ArBound *a, ArBound *b)	\/* true if bound a includes bound b *\/$/;"	f
same_bounds	./UNOModule/uno_intervals.c	/^same_bounds(ArBound *a, ArBound *b)	\/* true if bound a includes bound b *\/$/;"	f
same_callpts	./MemoryManagement/uno_fcts.c	/^same_callpts(Vis *v)$/;"	f	file:
same_callpts	./UNOModule/uno_fcts.c	/^same_callpts(Vis *v)$/;"	f	file:
same_defuse	./MemoryManagement/dflow.c	/^same_defuse(DefUse *a, DefUse *b)$/;"	f	file:
same_defuse	./UNOModule/dflow.c	/^same_defuse(DefUse *a, DefUse *b)$/;"	f	file:
same_expr	./MemoryManagement/uno_generic.c	/^same_expr(treenode *a, treenode *b)$/;"	f	file:
same_expr	./UNOModule/uno_generic.c	/^same_expr(treenode *a, treenode *b)$/;"	f	file:
same_markings	./MemoryManagement/uno_fcts.c	/^same_markings(Vis *v)$/;"	f	file:
same_markings	./UNOModule/uno_fcts.c	/^same_markings(Vis *v)$/;"	f	file:
same_pc	./MemoryManagement/uno_lts.c	/^same_pc(State *s)	\/* for comments see 'covered(...)' *\/$/;"	f	file:
same_pc	./UNOModule/uno_lts.c	/^same_pc(State *s)	\/* for comments see 'covered(...)' *\/$/;"	f	file:
same_state	./MemoryManagement/uno_fcts.c	/^same_state(Arc *in)$/;"	f	file:
same_state	./UNOModule/uno_fcts.c	/^same_state(Arc *in)$/;"	f	file:
same_unostate	./MemoryManagement/uno_fcts.c	/^same_unostate(Vis *v)$/;"	f	file:
same_unostate	./UNOModule/uno_fcts.c	/^same_unostate(Vis *v)$/;"	f	file:
sameas	./MemoryManagement/dflow.h	/^	struct symentry *sameas;$/;"	m	struct:ArBound	typeref:struct:ArBound::symentry
sameas	./UNOModule/dflow.h	/^	struct symentry *sameas;$/;"	m	struct:ArBound	typeref:struct:ArBound::symentry
sanitize	./MemoryManagement/uno_intervals.c	/^sanitize(ArBound *a)$/;"	f
sanitize	./UNOModule/uno_intervals.c	/^sanitize(ArBound *a)$/;"	f
saw_a_typedef_name	./MemoryManagement/uno_lts.c	/^int	saw_a_typedef_name;$/;"	v
saw_a_typedef_name	./UNOModule/uno_lts.c	/^int	saw_a_typedef_name;$/;"	v
saw_break	./MemoryManagement/uno_lts.c	/^saw_break(void)$/;"	f	file:
saw_break	./UNOModule/uno_lts.c	/^saw_break(void)$/;"	f	file:
sawdefault	./MemoryManagement/uno_lts.c	/^static int	sawdefault;	\/* xtract.c has its own copy *\/$/;"	v	file:
sawdefault	./UNOModule/uno_lts.c	/^static int	sawdefault;	\/* xtract.c has its own copy *\/$/;"	v	file:
scoop	./MemoryManagement/symtab.c	/^static Scoop *scoop, *freescoop;$/;"	v	file:
scoop	./UNOModule/symtab.c	/^static Scoop *scoop, *freescoop;$/;"	v	file:
scope	./MemoryManagement/uno_lts.h	/^	char	*scope;		\/* set if function declared static *\/$/;"	m	struct:Graphs
scope	./UNOModule/uno_lts.h	/^	char	*scope;		\/* set if function declared static *\/$/;"	m	struct:Graphs
scopetab	./MemoryManagement/symtab.h	/^typedef struct scopetab {$/;"	s
scopetab	./UNOModule/symtab.h	/^typedef struct scopetab {$/;"	s
scopetab_find	./MemoryManagement/symtab.c	/^scopetab_find(scopetab_t *that, str_t *nme)$/;"	f
scopetab_find	./UNOModule/symtab.c	/^scopetab_find(scopetab_t *that, str_t *nme)$/;"	f
scopetab_insert	./MemoryManagement/symtab.c	/^scopetab_insert(scopetab_t *that, symentry_t *entry)$/;"	f
scopetab_insert	./UNOModule/symtab.c	/^scopetab_insert(scopetab_t *that, symentry_t *entry)$/;"	f
scopetab_t	./MemoryManagement/symtab.h	/^} scopetab_t;$/;"	t	typeref:struct:scopetab
scopetab_t	./UNOModule/symtab.h	/^} scopetab_t;$/;"	t	typeref:struct:scopetab
see_extern_fcts	./ImproperInitialization/uno_local.c	/^int	see_static_fcts, see_extern_fcts;$/;"	v
see_extern_fcts	./MemoryManagement/uno_local.c	/^int	see_static_fcts, see_extern_fcts;$/;"	v
see_extern_fcts	./OutOfBoundAccess/uno_local.c	/^int	see_static_fcts, see_extern_fcts;$/;"	v
see_extern_fcts	./UNOLexer/uno_local.c	/^int	see_static_fcts, see_extern_fcts;$/;"	v
see_extern_fcts	./UNOModule/uno_local.c	/^int	see_static_fcts, see_extern_fcts;$/;"	v
see_static_fcts	./ImproperInitialization/uno_local.c	/^int	see_static_fcts, see_extern_fcts;$/;"	v
see_static_fcts	./MemoryManagement/uno_local.c	/^int	see_static_fcts, see_extern_fcts;$/;"	v
see_static_fcts	./OutOfBoundAccess/uno_local.c	/^int	see_static_fcts, see_extern_fcts;$/;"	v
see_static_fcts	./UNOLexer/uno_local.c	/^int	see_static_fcts, see_extern_fcts;$/;"	v
see_static_fcts	./UNOModule/uno_local.c	/^int	see_static_fcts, see_extern_fcts;$/;"	v
seenempty	./MemoryManagement/uno_lts.h	/^	short	seenempty;	\/* visited state with zero entries in globrefs? *\/$/;"	m	struct:State
seenempty	./UNOModule/uno_lts.h	/^	short	seenempty;	\/* visited state with zero entries in globrefs? *\/$/;"	m	struct:State
seennone	./MemoryManagement/uno_lts.h	/^	short	seennone;	\/* visited state with zero entries in knzv? *\/$/;"	m	struct:State
seennone	./UNOModule/uno_lts.h	/^	short	seennone;	\/* visited state with zero entries in knzv? *\/$/;"	m	struct:State
sel	./MemoryManagement/uno_fcts.h	/^	int	sel;$/;"	m	struct:Var
sel	./UNOModule/uno_fcts.h	/^	int	sel;$/;"	m	struct:Var
sel_args	./MemoryManagement/uno_generic.c	/^sel_args(treenode *e, treenode *n, int which)	\/* 1:select(name,with,without), 2:unselect() *\/$/;"	f	file:
sel_args	./UNOModule/uno_generic.c	/^sel_args(treenode *e, treenode *n, int which)	\/* 1:select(name,with,without), 2:unselect() *\/$/;"	f	file:
selected	./MemoryManagement/dflow.h	/^	int	selected;$/;"	m	struct:SymList
selected	./UNOModule/dflow.h	/^	int	selected;$/;"	m	struct:SymList
selected_symbol	./MemoryManagement/uno_generic.c	/^selected_symbol(treenode *n , unsigned char* bFree )$/;"	f	file:
selected_symbol	./UNOModule/uno_generic.c	/^selected_symbol(treenode *n , unsigned char* bFree )$/;"	f	file:
selname	./MemoryManagement/uno_generic.c	/^static const char *selname   = "select";$/;"	v	file:
selname	./UNOModule/uno_generic.c	/^static const char *selname   = "select";$/;"	v	file:
sels	./MemoryManagement/uno_fcts.h	/^	Var	*sels;$/;"	m	struct:Stack
sels	./UNOModule/uno_fcts.h	/^	Var	*sels;$/;"	m	struct:Stack
set_fbase	./MemoryManagement/dflow.c	/^set_fbase(int ln, char *s)$/;"	f
set_fbase	./UNOModule/dflow.c	/^set_fbase(int ln, char *s)$/;"	f
set_glb	./ImproperInitialization/uno.c	/^set_glb(char *par)$/;"	f	file:
set_glb	./MemoryManagement/uno.c	/^set_glb(char *par)$/;"	f	file:
set_glb	./OutOfBoundAccess/uno.c	/^set_glb(char *par)$/;"	f	file:
set_glb	./UNOLexer/uno.c	/^set_glb(char *par)$/;"	f	file:
set_glb	./UNOModule/uno.c	/^set_glb(char *par)$/;"	f	file:
set_owner	./MemoryManagement/symtab.c	/^set_owner(scopetab_t *p, char *s, int tp)$/;"	f
set_owner	./UNOModule/symtab.c	/^set_owner(scopetab_t *p, char *s, int tp)$/;"	f
set_select	./MemoryManagement/uno_fcts.c	/^set_select(char *name, char *loc, int stat)$/;"	f
set_select	./UNOModule/uno_fcts.c	/^set_select(char *name, char *loc, int stat)$/;"	f
set_u	./MemoryManagement/dflow.c	/^set_u(struct symentry *x, char *nu)$/;"	f	file:
set_u	./UNOModule/dflow.c	/^set_u(struct symentry *x, char *nu)$/;"	f	file:
setknownzeros	./MemoryManagement/uno_lts.c	/^setknownzeros(treenode *n, Trans *t, PathCond *np)$/;"	f	file:
setknownzeros	./UNOModule/uno_lts.c	/^setknownzeros(treenode *n, Trans *t, PathCond *np)$/;"	f	file:
short	./MemoryManagement/c_gram.c	385;"	d	file:
short	./UNOModule/c_gram.c	385;"	d	file:
show_fall	./MemoryManagement/uno_lts.c	/^show_fall(void)$/;"	f	file:
show_fall	./UNOModule/uno_lts.c	/^show_fall(void)$/;"	f	file:
show_hashtab	./MemoryManagement/symtab.c	/^show_hashtab(hashtab_t *that, int tabs, FILE *fp)$/;"	f
show_hashtab	./UNOModule/symtab.c	/^show_hashtab(hashtab_t *that, int tabs, FILE *fp)$/;"	f
show_scopetab	./MemoryManagement/symtab.c	/^show_scopetab(scopetab_t *that, int tabs, FILE *fp)$/;"	f	file:
show_scopetab	./UNOModule/symtab.c	/^show_scopetab(scopetab_t *that, int tabs, FILE *fp)$/;"	f	file:
show_sharing	./ImproperInitialization/uno_local.c	/^int	usecheck, allerr, allerrs, lintlike, picky, show_sharing;$/;"	v
show_sharing	./MemoryManagement/uno_local.c	/^int	usecheck, allerr, allerrs, lintlike, picky, show_sharing;$/;"	v
show_sharing	./OutOfBoundAccess/uno_local.c	/^int	usecheck, allerr, allerrs, lintlike, picky, show_sharing;$/;"	v
show_sharing	./UNOLexer/uno_local.c	/^int	usecheck, allerr, allerrs, lintlike, picky, show_sharing;$/;"	v
show_sharing	./UNOModule/uno_local.c	/^int	usecheck, allerr, allerrs, lintlike, picky, show_sharing;$/;"	v
show_stack	./MemoryManagement/treestk.c	/^show_stack(TreeStack *treestk)$/;"	f
show_stack	./UNOModule/treestk.c	/^show_stack(TreeStack *treestk)$/;"	f
show_symentry	./MemoryManagement/symtab.c	/^show_symentry(symentry_t *that, int tabs, FILE *fp)$/;"	f	file:
show_symentry	./UNOModule/symtab.c	/^show_symentry(symentry_t *that, int tabs, FILE *fp)$/;"	f	file:
show_syms	./ImproperInitialization/uno_local.c	/^static int	do_dflow = 1, nopre, keeptmps, show_syms, no_va=1;$/;"	v	file:
show_syms	./MemoryManagement/uno_local.c	/^static int	do_dflow = 1, nopre, keeptmps, show_syms, no_va=1;$/;"	v	file:
show_syms	./OutOfBoundAccess/uno_local.c	/^static int	do_dflow = 1, nopre, keeptmps, show_syms, no_va=1;$/;"	v	file:
show_syms	./UNOLexer/uno_local.c	/^static int	do_dflow = 1, nopre, keeptmps, show_syms, no_va=1;$/;"	v	file:
show_syms	./UNOModule/uno_local.c	/^static int	do_dflow = 1, nopre, keeptmps, show_syms, no_va=1;$/;"	v	file:
show_symtab	./MemoryManagement/symtab.c	/^show_symtab(symtab_t *that, FILE *fp)$/;"	f
show_symtab	./UNOModule/symtab.c	/^show_symtab(symtab_t *that, FILE *fp)$/;"	f
simple_checked	./MemoryManagement/uno_bounds.c	/^static int	size_seen, size_notfound, size_outofscope, size_is_simple, simple_checked, size_other;$/;"	v	file:
simple_checked	./UNOModule/uno_bounds.c	/^static int	size_seen, size_notfound, size_outofscope, size_is_simple, simple_checked, size_other;$/;"	v	file:
simple_form	./MemoryManagement/uno_lts.c	/^simple_form(symentry_t *s, PathCond *np)	\/* can we deduce that s is nonzero from np *\/$/;"	f	file:
simple_form	./UNOModule/uno_lts.c	/^simple_form(symentry_t *s, PathCond *np)	\/* can we deduce that s is nonzero from np *\/$/;"	f	file:
simple_known	./MemoryManagement/uno_bounds.c	/^static int	size_dunno, size_deref, size_zero, size_zero_resolved, simple_known;$/;"	v	file:
simple_known	./UNOModule/uno_bounds.c	/^static int	size_dunno, size_deref, size_zero, size_zero_resolved, simple_known;$/;"	v	file:
simple_node_type	./MemoryManagement/uno_bounds.c	/^simple_node_type(treenode *n)$/;"	f	file:
simple_node_type	./UNOModule/uno_bounds.c	/^simple_node_type(treenode *n)$/;"	f	file:
simple_nonzero	./MemoryManagement/uno_lts.c	/^simple_nonzero(symentry_t *s, treenode *ex)$/;"	f	file:
simple_nonzero	./UNOModule/uno_lts.c	/^simple_nonzero(symentry_t *s, treenode *ex)$/;"	f	file:
simple_zero	./MemoryManagement/uno_lts.c	/^simple_zero(symentry_t *s, treenode *ex)$/;"	f	file:
simple_zero	./UNOModule/uno_lts.c	/^simple_zero(symentry_t *s, treenode *ex)$/;"	f	file:
size	./MemoryManagement/symtab.h	/^	int               size;$/;"	m	struct:scopetab
size	./UNOModule/symtab.h	/^	int               size;$/;"	m	struct:scopetab
size_deref	./MemoryManagement/uno_bounds.c	/^static int	size_dunno, size_deref, size_zero, size_zero_resolved, simple_known;$/;"	v	file:
size_deref	./UNOModule/uno_bounds.c	/^static int	size_dunno, size_deref, size_zero, size_zero_resolved, simple_known;$/;"	v	file:
size_dunno	./MemoryManagement/uno_bounds.c	/^static int	size_dunno, size_deref, size_zero, size_zero_resolved, simple_known;$/;"	v	file:
size_dunno	./UNOModule/uno_bounds.c	/^static int	size_dunno, size_deref, size_zero, size_zero_resolved, simple_known;$/;"	v	file:
size_is_simple	./MemoryManagement/uno_bounds.c	/^static int	size_seen, size_notfound, size_outofscope, size_is_simple, simple_checked, size_other;$/;"	v	file:
size_is_simple	./UNOModule/uno_bounds.c	/^static int	size_seen, size_notfound, size_outofscope, size_is_simple, simple_checked, size_other;$/;"	v	file:
size_nok	./MemoryManagement/uno_bounds.c	/^       int	size_ok, size_nok;$/;"	v
size_nok	./UNOModule/uno_bounds.c	/^       int	size_ok, size_nok;$/;"	v
size_notfound	./MemoryManagement/uno_bounds.c	/^static int	size_seen, size_notfound, size_outofscope, size_is_simple, simple_checked, size_other;$/;"	v	file:
size_notfound	./UNOModule/uno_bounds.c	/^static int	size_seen, size_notfound, size_outofscope, size_is_simple, simple_checked, size_other;$/;"	v	file:
size_ok	./MemoryManagement/uno_bounds.c	/^       int	size_ok, size_nok;$/;"	v
size_ok	./UNOModule/uno_bounds.c	/^       int	size_ok, size_nok;$/;"	v
size_other	./MemoryManagement/uno_bounds.c	/^static int	size_seen, size_notfound, size_outofscope, size_is_simple, simple_checked, size_other;$/;"	v	file:
size_other	./UNOModule/uno_bounds.c	/^static int	size_seen, size_notfound, size_outofscope, size_is_simple, simple_checked, size_other;$/;"	v	file:
size_outofscope	./MemoryManagement/uno_bounds.c	/^static int	size_seen, size_notfound, size_outofscope, size_is_simple, simple_checked, size_other;$/;"	v	file:
size_outofscope	./UNOModule/uno_bounds.c	/^static int	size_seen, size_notfound, size_outofscope, size_is_simple, simple_checked, size_other;$/;"	v	file:
size_seen	./MemoryManagement/uno_bounds.c	/^static int	size_seen, size_notfound, size_outofscope, size_is_simple, simple_checked, size_other;$/;"	v	file:
size_seen	./UNOModule/uno_bounds.c	/^static int	size_seen, size_notfound, size_outofscope, size_is_simple, simple_checked, size_other;$/;"	v	file:
size_zero	./MemoryManagement/uno_bounds.c	/^static int	size_dunno, size_deref, size_zero, size_zero_resolved, simple_known;$/;"	v	file:
size_zero	./UNOModule/uno_bounds.c	/^static int	size_dunno, size_deref, size_zero, size_zero_resolved, simple_known;$/;"	v	file:
size_zero_resolved	./MemoryManagement/uno_bounds.c	/^static int	size_dunno, size_deref, size_zero, size_zero_resolved, simple_known;$/;"	v	file:
size_zero_resolved	./UNOModule/uno_bounds.c	/^static int	size_dunno, size_deref, size_zero, size_zero_resolved, simple_known;$/;"	v	file:
sm	./MemoryManagement/dflow.h	/^	struct	symentry *sm;	\/* ptr to symbol table *\/$/;"	m	struct:DuG	typeref:struct:DuG::symentry
sm	./MemoryManagement/dflow.h	/^	struct symentry *sm;$/;"	m	struct:SymList	typeref:struct:SymList::symentry
sm	./MemoryManagement/uno_lts.h	/^	symentry_t	*sm;$/;"	m	struct:SymExt
sm	./MemoryManagement/uno_lts.h	/^	symentry_t	*sm;$/;"	m	struct:SymRef
sm	./UNOModule/dflow.h	/^	struct	symentry *sm;	\/* ptr to symbol table *\/$/;"	m	struct:DuG	typeref:struct:DuG::symentry
sm	./UNOModule/dflow.h	/^	struct symentry *sm;$/;"	m	struct:SymList	typeref:struct:SymList::symentry
sm	./UNOModule/uno_lts.h	/^	symentry_t	*sm;$/;"	m	struct:SymExt
sm	./UNOModule/uno_lts.h	/^	symentry_t	*sm;$/;"	m	struct:SymRef
snap_add	./MemoryManagement/uno_lts.c	/^snap_add(State *s, SymRef *r)$/;"	f
snap_add	./UNOModule/uno_lts.c	/^snap_add(State *s, SymRef *r)$/;"	f
snapshot	./MemoryManagement/uno_lts.h	/^	SymRef	*snapshot;	\/* union of all versions of dfstack->symrefs when visited *\/$/;"	m	struct:State
snapshot	./UNOModule/uno_lts.h	/^	SymRef	*snapshot;	\/* union of all versions of dfstack->symrefs when visited *\/$/;"	m	struct:State
sol	./MemoryManagement/uno_lts.c	/^static Stack	*sol = 0;		\/* start of loop *\/$/;"	v	file:
sol	./UNOModule/uno_lts.c	/^static Stack	*sol = 0;		\/* start of loop *\/$/;"	v	file:
special	./MemoryManagement/dflow.h	/^	int	special;	\/* for override markings *\/$/;"	m	struct:DefUse
special	./MemoryManagement/uno_global.c	/^static int	special = 1000;$/;"	v	file:
special	./MemoryManagement/uno_global.h	/^	short	special; \/* if set, dunno when called *\/$/;"	m	struct:Fct
special	./UNOModule/dflow.h	/^	int	special;	\/* for override markings *\/$/;"	m	struct:DefUse
special	./UNOModule/uno_global.c	/^static int	special = 1000;$/;"	v	file:
special	./UNOModule/uno_global.h	/^	short	special; \/* if set, dunno when called *\/$/;"	m	struct:Fct
split_filename	./ImproperInitialization/uno_local.c	/^split_filename(const char *f)$/;"	f	file:
split_filename	./MemoryManagement/uno_local.c	/^split_filename(const char *f)$/;"	f	file:
split_filename	./OutOfBoundAccess/uno_local.c	/^split_filename(const char *f)$/;"	f	file:
split_filename	./UNOLexer/uno_local.c	/^split_filename(const char *f)$/;"	f	file:
split_filename	./UNOModule/uno_local.c	/^split_filename(const char *f)$/;"	f	file:
st	./MemoryManagement/uno_lts.c	/^static ST *st;$/;"	v	file:
st	./UNOModule/uno_lts.c	/^static ST *st;$/;"	v	file:
st_enter_scope	./MemoryManagement/symtab.c	/^st_enter_scope(symtab_t *that)$/;"	f
st_enter_scope	./UNOModule/symtab.c	/^st_enter_scope(symtab_t *that)$/;"	f
st_exit_scope	./MemoryManagement/symtab.c	/^st_exit_scope(symtab_t *that)$/;"	f
st_exit_scope	./UNOModule/symtab.c	/^st_exit_scope(symtab_t *that)$/;"	f
stack	./MemoryManagement/uno_fcts.c	/^static Stack	*stack = (Stack *) 0, *free_stack = (Stack *) 0, init;$/;"	v	file:
stack	./UNOModule/uno_fcts.c	/^static Stack	*stack = (Stack *) 0, *free_stack = (Stack *) 0, init;$/;"	v	file:
stat	./MemoryManagement/uno_fcts.h	/^	int	stat;$/;"	m	struct:Var
stat	./UNOModule/uno_fcts.h	/^	int	stat;$/;"	m	struct:Var
state	./MemoryManagement/uno_lts.h	/^	PathCond	*state;$/;"	m	struct:DfStack
state	./UNOModule/uno_lts.h	/^	PathCond	*state;$/;"	m	struct:DfStack
statename	./MemoryManagement/uno_generic.c	/^       const char *statename = "uno_state";	\/* to refer to the state of the prop automaton *\/$/;"	v
statename	./UNOModule/uno_generic.c	/^       const char *statename = "uno_state";	\/* to refer to the state of the prop automaton *\/$/;"	v
status	./MemoryManagement/uno_lts.h	/^	int		status;	\/* typically def\/use info *\/$/;"	m	struct:SymRef
status	./MemoryManagement/uno_lts.h	/^	int		status;$/;"	m	struct:SymExt
status	./MemoryManagement/uno_lts.h	/^	int	status;$/;"	m	struct:Stack
status	./MemoryManagement/uno_lts.h	/^	short	status;		\/* records if values are (always\/never) returned *\/$/;"	m	struct:Graphs
status	./UNOModule/uno_lts.h	/^	int		status;	\/* typically def\/use info *\/$/;"	m	struct:SymRef
status	./UNOModule/uno_lts.h	/^	int		status;$/;"	m	struct:SymExt
status	./UNOModule/uno_lts.h	/^	int	status;$/;"	m	struct:Stack
status	./UNOModule/uno_lts.h	/^	short	status;		\/* records if values are (always\/never) returned *\/$/;"	m	struct:Graphs
stck	./MemoryManagement/uno_lts.c	/^static SwStack	*stck;		\/* to detect goto cycles *\/$/;"	v	file:
stck	./UNOModule/uno_lts.c	/^static SwStack	*stck;		\/* to detect goto cycles *\/$/;"	v	file:
stemnt	./MemoryManagement/tree.h	/^	struct treenode *stemnt;$/;"	m	struct:for_node	typeref:struct:for_node::treenode
stemnt	./UNOModule/tree.h	/^	struct treenode *stemnt;$/;"	m	struct:for_node	typeref:struct:for_node::treenode
steps	./MemoryManagement/uno_generic.c	/^static int	steps = 0;$/;"	v	file:
steps	./UNOModule/uno_generic.c	/^static int	steps = 0;$/;"	v	file:
stk_item	./MemoryManagement/treestk.h	/^typedef  struct stk_item {$/;"	s
stk_item	./UNOModule/treestk.h	/^typedef  struct stk_item {$/;"	s
storefname	./MemoryManagement/dflow.c	/^storefname(treenode *child)$/;"	f
storefname	./UNOModule/dflow.c	/^storefname(treenode *child)$/;"	f
str	./MemoryManagement/nmetab.h	/^	char		*str;$/;"	m	struct:string_str
str	./MemoryManagement/tree.h	/^	  char             *str;$/;"	m	union:leafnode::__anon5
str	./UNOModule/nmetab.h	/^	char		*str;$/;"	m	struct:string_str
str	./UNOModule/tree.h	/^	  char             *str;$/;"	m	union:leafnode::__anon11
str_t	./MemoryManagement/nmetab.h	/^} str_t;$/;"	t	typeref:struct:string_str
str_t	./UNOModule/nmetab.h	/^} str_t;$/;"	t	typeref:struct:string_str
string_str	./MemoryManagement/nmetab.h	/^typedef struct string_str {$/;"	s
string_str	./UNOModule/nmetab.h	/^typedef struct string_str {$/;"	s
struct_check	./MemoryManagement/uno_global.c	/^struct_check(void)$/;"	f	file:
struct_check	./UNOModule/uno_global.c	/^struct_check(void)$/;"	f	file:
struct_fields	./MemoryManagement/symtab.c	/^struct_fields(FILE *fd)$/;"	f
struct_fields	./UNOModule/symtab.c	/^struct_fields(FILE *fd)$/;"	f
struct_flds	./MemoryManagement/uno_global.c	/^struct_flds(Place *n, char *nm, int used)$/;"	f	file:
struct_flds	./UNOModule/uno_global.c	/^struct_flds(Place *n, char *nm, int used)$/;"	f	file:
structfieldflag	./MemoryManagement/c_gram.c	/^int structfieldflag;$/;"	v
structfieldflag	./UNOModule/c_gram.c	/^int structfieldflag;$/;"	v
succ	./MemoryManagement/uno_fcts.h	/^	Arc	*succ;$/;"	m	struct:Node
succ	./MemoryManagement/uno_lts.h	/^	Trans	*succ;		\/* successor chain(s) *\/$/;"	m	struct:State
succ	./UNOModule/uno_fcts.h	/^	Arc	*succ;$/;"	m	struct:Node
succ	./UNOModule/uno_lts.h	/^	Trans	*succ;		\/* successor chain(s) *\/$/;"	m	struct:State
suppress	./MemoryManagement/uno_lts.c	/^suppress(char *fn, int ln)$/;"	f
suppress	./UNOModule/uno_lts.c	/^suppress(char *fn, int ln)$/;"	f
suspect	./MemoryManagement/uno_lts.h	/^	SymExt	*suspect;	\/* globals with local useb4def + fcts called so far *\/$/;"	m	struct:Graphs
suspect	./UNOModule/uno_lts.h	/^	SymExt	*suspect;	\/* globals with local useb4def + fcts called so far *\/$/;"	m	struct:Graphs
sval	./MemoryManagement/tree.h	/^	  str_t            *sval;$/;"	m	union:leafnode::__anon5
sval	./UNOModule/tree.h	/^	  str_t            *sval;$/;"	m	union:leafnode::__anon11
swol	./MemoryManagement/uno_lts.c	/^static SwStack	*swol = 0;		\/* switch structures *\/$/;"	v	file:
swol	./UNOModule/uno_lts.c	/^static SwStack	*swol = 0;		\/* switch structures *\/$/;"	v	file:
sym	./MemoryManagement/nmetab.c	/^    str_t      sym;$/;"	m	struct:hi	file:
sym	./UNOModule/nmetab.c	/^    str_t      sym;$/;"	m	struct:hi	file:
sym_add	./MemoryManagement/uno_generic.c	/^sym_add(treenode *m, int allow, int forbid)$/;"	f	file:
sym_add	./UNOModule/uno_generic.c	/^sym_add(treenode *m, int allow, int forbid)$/;"	f	file:
sym_babble	./MemoryManagement/dflow.c	/^sym_babble(leafnode *leaf, unsigned long mark)$/;"	f	file:
sym_babble	./UNOModule/dflow.c	/^sym_babble(leafnode *leaf, unsigned long mark)$/;"	f	file:
sym_del	./MemoryManagement/uno_generic.c	/^sym_del(treenode *m, int allow, int forbid)$/;"	f	file:
sym_del	./UNOModule/uno_generic.c	/^sym_del(treenode *m, int allow, int forbid)$/;"	f	file:
sym_del_name	./MemoryManagement/uno_generic.c	/^sym_del_name(treenode *m, int allow, int forbid)$/;"	f	file:
sym_del_name	./UNOModule/uno_generic.c	/^sym_del_name(treenode *m, int allow, int forbid)$/;"	f	file:
sym_unmark	./MemoryManagement/uno_generic.c	/^sym_unmark(treenode *unused0, int unused1, int unused2)$/;"	f	file:
sym_unmark	./UNOModule/uno_generic.c	/^sym_unmark(treenode *unused0, int unused1, int unused2)$/;"	f	file:
sym_update	./MemoryManagement/uno_generic.c	/^sym_update(treenode *m, int val, int unused2)$/;"	f	file:
sym_update	./UNOModule/uno_generic.c	/^sym_update(treenode *m, int val, int unused2)$/;"	f	file:
symadd	./MemoryManagement/dflow.c	/^symadd(symentry_t *sm, int mark)$/;"	f
symadd	./UNOModule/dflow.c	/^symadd(symentry_t *sm, int mark)$/;"	f
syment	./MemoryManagement/tree.h	/^	struct symentry    *syment;	\/* node in symbol table *\/$/;"	m	struct:leafnode	typeref:struct:leafnode::symentry
syment	./MemoryManagement/tree.h	/^	struct symentry    *syment;$/;"	m	struct:for_node	typeref:struct:for_node::symentry
syment	./MemoryManagement/tree.h	/^	struct symentry    *syment;$/;"	m	struct:if_node	typeref:struct:if_node::symentry
syment	./MemoryManagement/tree.h	/^	struct symentry *syment;	\/* labelname *\/$/;"	m	struct:treenode	typeref:struct:treenode::symentry
syment	./UNOModule/tree.h	/^	struct symentry    *syment;	\/* node in symbol table *\/$/;"	m	struct:leafnode	typeref:struct:leafnode::symentry
syment	./UNOModule/tree.h	/^	struct symentry    *syment;$/;"	m	struct:for_node	typeref:struct:for_node::symentry
syment	./UNOModule/tree.h	/^	struct symentry    *syment;$/;"	m	struct:if_node	typeref:struct:if_node::symentry
syment	./UNOModule/tree.h	/^	struct symentry *syment;	\/* labelname *\/$/;"	m	struct:treenode	typeref:struct:treenode::symentry
symentry	./MemoryManagement/symtab.h	/^typedef struct symentry {$/;"	s
symentry	./UNOModule/symtab.h	/^typedef struct symentry {$/;"	s
symentry_t	./MemoryManagement/symtab.h	/^} symentry_t;$/;"	t	typeref:struct:symentry
symentry_t	./UNOModule/symtab.h	/^} symentry_t;$/;"	t	typeref:struct:symentry
symrefs	./MemoryManagement/uno_generic.c	/^	SymRef	*symrefs;$/;"	m	struct:GenStack	file:
symrefs	./MemoryManagement/uno_lts.h	/^	SymRef		*symrefs;	\/* tracks use of locals *\/$/;"	m	struct:DfStack
symrefs	./UNOModule/uno_generic.c	/^	SymRef	*symrefs;$/;"	m	struct:GenStack	file:
symrefs	./UNOModule/uno_lts.h	/^	SymRef		*symrefs;	\/* tracks use of locals *\/$/;"	m	struct:DfStack
syms	./MemoryManagement/symtab.h	/^	symtab_t *syms;		\/* Vars, Types, Functions, etc. *\/$/;"	m	struct:context
syms	./UNOModule/symtab.h	/^	symtab_t *syms;		\/* Vars, Types, Functions, etc. *\/$/;"	m	struct:context
symtab	./MemoryManagement/symtab.h	/^typedef struct symtab {$/;"	s
symtab	./UNOModule/symtab.h	/^typedef struct symtab {$/;"	s
symtab_insert	./MemoryManagement/symtab.c	/^symtab_insert(symtab_t *that, symentry_t *entry)$/;"	f
symtab_insert	./UNOModule/symtab.c	/^symtab_insert(symtab_t *that, symentry_t *entry)$/;"	f
symtab_insert_at	./MemoryManagement/symtab.c	/^symtab_insert_at(symtab_t *that, symentry_t *entry, int level)$/;"	f
symtab_insert_at	./UNOModule/symtab.c	/^symtab_insert_at(symtab_t *that, symentry_t *entry, int level)$/;"	f
symtab_lookup	./MemoryManagement/symtab.c	/^symtab_lookup(symtab_t *that, str_t *nme)$/;"	f
symtab_lookup	./UNOModule/symtab.c	/^symtab_lookup(symtab_t *that, str_t *nme)$/;"	f
symtab_t	./MemoryManagement/symtab.h	/^} symtab_t;$/;"	t	typeref:struct:symtab
symtab_t	./UNOModule/symtab.h	/^} symtab_t;$/;"	t	typeref:struct:symtab
szDir	./OutOfBoundAccess/uno_local.c	/^static char szDir[ 1024 ];$/;"	v	file:
szDir	./UNOLexer/uno_local.c	/^static char szDir[ 1024 ];$/;"	v	file:
tab	./MemoryManagement/symtab.h	/^    symentry_t	**tab;	\/* The table *\/$/;"	m	struct:hashtab
tab	./UNOModule/symtab.h	/^    symentry_t	**tab;	\/* The table *\/$/;"	m	struct:hashtab
tabs	./MemoryManagement/uno_fcts.c	/^static int	depth = 0, oid = 0, tabs = 0;$/;"	v	file:
tabs	./UNOModule/uno_fcts.c	/^static int	depth = 0, oid = 0, tabs = 0;$/;"	v	file:
tags	./MemoryManagement/symtab.h	/^	symtab_t *tags;		\/* Struct\/Union\/Enum tags. *\/$/;"	m	struct:context
tags	./UNOModule/symtab.h	/^	symtab_t *tags;		\/* Struct\/Union\/Enum tags. *\/$/;"	m	struct:context
take_action	./MemoryManagement/uno_fcts.c	/^take_action(Label *m)$/;"	f	file:
take_action	./UNOModule/uno_fcts.c	/^take_action(Label *m)$/;"	f	file:
test	./MemoryManagement/tree.h	/^	struct treenode *test;$/;"	m	struct:for_node	typeref:struct:for_node::treenode
test	./UNOModule/tree.h	/^	struct treenode *test;$/;"	m	struct:for_node	typeref:struct:for_node::treenode
then_n	./MemoryManagement/tree.h	/^	struct treenode *then_n;$/;"	m	struct:if_node	typeref:struct:if_node::treenode
then_n	./UNOModule/tree.h	/^	struct treenode *then_n;$/;"	m	struct:if_node	typeref:struct:if_node::treenode
tn	./MemoryManagement/dflow.h	/^	struct	treenode *tn;$/;"	m	struct:ArList	typeref:struct:ArList::treenode
tn	./UNOModule/dflow.h	/^	struct	treenode *tn;$/;"	m	struct:ArList	typeref:struct:ArList::treenode
tn_t	./MemoryManagement/tree.h	/^} tn_t;$/;"	t	typeref:enum:__anon3
tn_t	./UNOModule/tree.h	/^} tn_t;$/;"	t	typeref:enum:__anon9
to	./MemoryManagement/uno_fcts.h	/^	Node	*to;$/;"	m	struct:Arc
to	./UNOModule/uno_fcts.h	/^	Node	*to;$/;"	m	struct:Arc
tok	./MemoryManagement/tree.h	/^	int	tok;$/;"	m	struct:common
tok	./UNOModule/tree.h	/^	int	tok;$/;"	m	struct:common
tokn_buff	./MemoryManagement/lexer.c	/^static char  tokn_buff[MAX_TOKN_LEN];$/;"	v	file:
tokn_buff	./UNOModule/lexer.c	/^static char  tokn_buff[MAX_TOKN_LEN];$/;"	v	file:
tokn_end	./MemoryManagement/lexer.c	/^static char *tokn_end = &tokn_buff[MAX_TOKN_LEN-1];$/;"	v	file:
tokn_end	./UNOModule/lexer.c	/^static char *tokn_end = &tokn_buff[MAX_TOKN_LEN-1];$/;"	v	file:
tokn_ptr	./MemoryManagement/lexer.c	/^static char *tokn_ptr = 0;$/;"	v	file:
tokn_ptr	./UNOModule/lexer.c	/^static char *tokn_ptr = 0;$/;"	v	file:
toksym	./MemoryManagement/token.c	/^toksym(int tok, int white)$/;"	f
toksym	./UNOModule/token.c	/^toksym(int tok, int white)$/;"	f
top	./MemoryManagement/treestk.h	/^    Stk_Item    *top;$/;"	m	struct:treestk
top	./UNOModule/treestk.h	/^    Stk_Item    *top;$/;"	m	struct:treestk
top_file	./MemoryManagement/treestk.c	/^top_file(TreeStack *treestk)$/;"	f
top_file	./UNOModule/treestk.c	/^top_file(TreeStack *treestk)$/;"	f
top_of_stack	./MemoryManagement/treestk.c	/^top_of_stack(TreeStack *treestk)$/;"	f
top_of_stack	./UNOModule/treestk.c	/^top_of_stack(TreeStack *treestk)$/;"	f
track_clr	./MemoryManagement/dflow.c	/^track_clr(void)$/;"	f	file:
track_clr	./UNOModule/dflow.c	/^track_clr(void)$/;"	f	file:
track_types	./MemoryManagement/dflow.c	/^track_types(DefUse *d1, leafnode *leaf)		\/* Experimental *\/$/;"	f	file:
track_types	./UNOModule/dflow.c	/^track_types(DefUse *d1, leafnode *leaf)		\/* Experimental *\/$/;"	f	file:
tree_parse	./MemoryManagement/treestk.c	/^tree_parse(TreeStack *treestk, int parse_all)$/;"	f
tree_parse	./UNOModule/treestk.c	/^tree_parse(TreeStack *treestk, int parse_all)$/;"	f
tree_union	./MemoryManagement/lexer.h	/^} tree_union;$/;"	t	typeref:union:__anon2
tree_union	./UNOModule/lexer.h	/^} tree_union;$/;"	t	typeref:union:__anon8
treenode	./MemoryManagement/tree.h	/^typedef struct treenode {$/;"	s
treenode	./MemoryManagement/tree.h	/^} treenode;$/;"	t	typeref:struct:treenode
treenode	./UNOModule/tree.h	/^typedef struct treenode {$/;"	s
treenode	./UNOModule/tree.h	/^} treenode;$/;"	t	typeref:struct:treenode
treestk	./MemoryManagement/treestk.h	/^typedef struct treestk {$/;"	s
treestk	./UNOModule/treestk.h	/^typedef struct treestk {$/;"	s
true	./MemoryManagement/uno_generic.c	18;"	d	file:
true	./UNOModule/uno_generic.c	18;"	d	file:
tsize	./MemoryManagement/symtab.h	/^    int		tsize;	\/* The current size of the table *\/$/;"	m	struct:hashtab
tsize	./UNOModule/symtab.h	/^    int		tsize;	\/* The current size of the table *\/$/;"	m	struct:hashtab
type	./MemoryManagement/tree.h	/^	tn_t	type;$/;"	m	struct:common
type	./UNOModule/tree.h	/^	tn_t	type;$/;"	m	struct:common
type_check	./ImproperInitialization/uno_local.c	/^int	Verbose, type_check;$/;"	v
type_check	./MemoryManagement/uno_local.c	/^int	Verbose, type_check;$/;"	v
type_check	./OutOfBoundAccess/uno_local.c	/^int	Verbose, type_check;$/;"	v
type_check	./UNOLexer/uno_local.c	/^int	Verbose, type_check;$/;"	v
type_check	./UNOModule/uno_local.c	/^int	Verbose, type_check;$/;"	v
ub	./MemoryManagement/dflow.h	/^	int	ub, lb;$/;"	m	struct:ArBound
ub	./UNOModule/dflow.h	/^	int	ub, lb;$/;"	m	struct:ArBound
uno	./ImproperInitialization/uno_local.c	/^int	uno = 4, list_typedefs, cyclo;$/;"	v
uno	./MemoryManagement/uno_local.c	/^int	uno = 4, list_typedefs, cyclo;$/;"	v
uno	./OutOfBoundAccess/uno_local.c	/^int	uno = 4, list_typedefs, cyclo;$/;"	v
uno	./UNOLexer/uno_local.c	/^int	uno = 4, list_typedefs, cyclo;$/;"	v
uno	./UNOModule/uno_local.c	/^int	uno = 4, list_typedefs, cyclo;$/;"	v
uno_assert	./MemoryManagement/uno_lts.c	/^uno_assert(int cond, char *s)$/;"	f
uno_assert	./UNOModule/uno_lts.c	/^uno_assert(int cond, char *s)$/;"	f
uno_bframe	./MemoryManagement/uno_bounds.c	/^uno_bframe(void)$/;"	f	file:
uno_bframe	./UNOModule/uno_bounds.c	/^uno_bframe(void)$/;"	f	file:
uno_bounds	./MemoryManagement/uno_bounds.c	/^uno_bounds(SymList *s, ArList *d, treenode *n)$/;"	f
uno_bounds	./UNOModule/uno_bounds.c	/^uno_bounds(SymList *s, ArList *d, treenode *n)$/;"	f
uno_complain	./MemoryManagement/uno_lts.c	/^uno_complain(SymRef *r, char *qualify, char *issue)$/;"	f	file:
uno_complain	./UNOModule/uno_lts.c	/^uno_complain(SymRef *r, char *qualify, char *issue)$/;"	f	file:
uno_copy_ref	./MemoryManagement/uno_lts.c	/^uno_copy_ref(SymRef *r)$/;"	f
uno_copy_ref	./UNOModule/uno_lts.c	/^uno_copy_ref(SymRef *r)$/;"	f
uno_dig	./MemoryManagement/uno_bounds.c	/^uno_dig(symentry_t *s, treenode *n)$/;"	f	file:
uno_dig	./UNOModule/uno_bounds.c	/^uno_dig(symentry_t *s, treenode *n)$/;"	f	file:
uno_dumpbounds	./MemoryManagement/uno_bounds.c	/^uno_dumpbounds(ArBound *b)$/;"	f	file:
uno_dumpbounds	./UNOModule/uno_bounds.c	/^uno_dumpbounds(ArBound *b)$/;"	f	file:
uno_freears	./MemoryManagement/uno_bounds.c	/^uno_freears(ArSize *a)$/;"	f	file:
uno_freears	./UNOModule/uno_bounds.c	/^uno_freears(ArSize *a)$/;"	f	file:
uno_freshbound	./MemoryManagement/uno_bounds.c	/^uno_freshbound(void)$/;"	f	file:
uno_freshbound	./UNOModule/uno_bounds.c	/^uno_freshbound(void)$/;"	f	file:
uno_getext	./MemoryManagement/uno_lts.c	/^uno_getext(symentry_t *t)$/;"	f
uno_getext	./UNOModule/uno_lts.c	/^uno_getext(symentry_t *t)$/;"	f
uno_getframe	./MemoryManagement/uno_lts.c	/^uno_getframe(void)$/;"	f	file:
uno_getframe	./UNOModule/uno_lts.c	/^uno_getframe(void)$/;"	f	file:
uno_getref	./MemoryManagement/uno_lts.c	/^uno_getref(symentry_t *t)$/;"	f
uno_getref	./UNOModule/uno_lts.c	/^uno_getref(symentry_t *t)$/;"	f
uno_guse	./MemoryManagement/uno_lts.c	/^uno_guse(void)$/;"	f	file:
uno_guse	./UNOModule/uno_lts.c	/^uno_guse(void)$/;"	f	file:
uno_ignore	./MemoryManagement/uno_lts.c	/^uno_ignore(symentry_t *sm)$/;"	f
uno_ignore	./UNOModule/uno_lts.c	/^uno_ignore(symentry_t *sm)$/;"	f
uno_index	./MemoryManagement/uno_bounds.c	/^uno_index(State *s)$/;"	f
uno_index	./UNOModule/uno_bounds.c	/^uno_index(State *s)$/;"	f
uno_indirect_calls	./MemoryManagement/uno_lts.c	/^uno_indirect_calls(FILE *fd)$/;"	f	file:
uno_indirect_calls	./UNOModule/uno_lts.c	/^uno_indirect_calls(FILE *fd)$/;"	f	file:
uno_load	./MemoryManagement/uno_global.c	/^uno_load(char *f)$/;"	f	file:
uno_load	./UNOModule/uno_global.c	/^uno_load(char *f)$/;"	f	file:
uno_local	./MemoryManagement/uno_lts.c	/^uno_local(void)$/;"	f	file:
uno_local	./UNOModule/uno_lts.c	/^uno_local(void)$/;"	f	file:
uno_prop	./MemoryManagement/uno_lts.c	/^State	*uno_prop;$/;"	v
uno_prop	./UNOModule/uno_lts.c	/^State	*uno_prop;$/;"	v
uno_report0	./MemoryManagement/uno_lts.c	/^uno_report0(FILE *fd, char *s, int t, SymRef *d)$/;"	f	file:
uno_report0	./UNOModule/uno_lts.c	/^uno_report0(FILE *fd, char *s, int t, SymRef *d)$/;"	f	file:
uno_report1	./MemoryManagement/uno_lts.c	/^uno_report1(FILE *fd, char *s, int t, SymExt *d)$/;"	f	file:
uno_report1	./UNOModule/uno_lts.c	/^uno_report1(FILE *fd, char *s, int t, SymExt *d)$/;"	f	file:
uno_shared	./MemoryManagement/uno_lts.c	/^uno_shared(void)$/;"	f	file:
uno_shared	./UNOModule/uno_lts.c	/^uno_shared(void)$/;"	f	file:
uno_snapshot	./MemoryManagement/uno_lts.c	/^uno_snapshot(Graphs *g)$/;"	f	file:
uno_snapshot	./UNOModule/uno_lts.c	/^uno_snapshot(Graphs *g)$/;"	f	file:
uno_state	./MemoryManagement/uno_fcts.h	/^	short	uno_state;	\/* val range 0..30 *\/$/;"	m	struct:Stack
uno_state	./MemoryManagement/uno_fcts.h	/^	unsigned long	uno_state;	\/* bitmask of states seen *\/$/;"	m	struct:Vis
uno_state	./MemoryManagement/uno_generic.c	/^	int	uno_state;$/;"	m	struct:GenStack	file:
uno_state	./MemoryManagement/uno_lts.h	/^	unsigned long	uno_state;	\/* bitvector of uno_states seen - dfs_generic *\/$/;"	m	struct:State
uno_state	./UNOModule/uno_fcts.h	/^	short	uno_state;	\/* val range 0..30 *\/$/;"	m	struct:Stack
uno_state	./UNOModule/uno_fcts.h	/^	unsigned long	uno_state;	\/* bitmask of states seen *\/$/;"	m	struct:Vis
uno_state	./UNOModule/uno_generic.c	/^	int	uno_state;$/;"	m	struct:GenStack	file:
uno_state	./UNOModule/uno_lts.h	/^	unsigned long	uno_state;	\/* bitvector of uno_states seen - dfs_generic *\/$/;"	m	struct:State
uno_statistics	./MemoryManagement/uno_lts.c	/^uno_statistics(void)$/;"	f	file:
uno_statistics	./UNOModule/uno_lts.c	/^uno_statistics(void)$/;"	f	file:
uno_usage	./ImproperInitialization/uno.c	/^uno_usage(void)$/;"	f	file:
uno_usage	./MemoryManagement/uno.c	/^uno_usage(void)$/;"	f	file:
uno_usage	./OutOfBoundAccess/uno.c	/^uno_usage(void)$/;"	f	file:
uno_usage	./UNOLexer/uno.c	/^uno_usage(void)$/;"	f	file:
uno_usage	./UNOModule/uno.c	/^uno_usage(void)$/;"	f	file:
uno_warn	./MemoryManagement/uno_lts.c	/^uno_warn(char *msg, treenode *n, symentry_t *s)$/;"	f
uno_warn	./UNOModule/uno_lts.c	/^uno_warn(char *msg, treenode *n, symentry_t *s)$/;"	f
unostats	./MemoryManagement/uno_global.c	/^unostats(void)$/;"	f	file:
unostats	./UNOModule/uno_global.c	/^unostats(void)$/;"	f	file:
unput	./MemoryManagement/lexer.c	180;"	d	file:
unput	./UNOModule/lexer.c	180;"	d	file:
unsatisfiable	./MemoryManagement/uno_intervals.c	/^unsatisfiable(ArBound *a)$/;"	f
unsatisfiable	./UNOModule/uno_intervals.c	/^unsatisfiable(ArBound *a)$/;"	f
unselect	./MemoryManagement/uno_fcts.c	/^unselect(void)$/;"	f	file:
unselect	./UNOModule/uno_fcts.c	/^unselect(void)$/;"	f	file:
unused_fcts	./MemoryManagement/uno_global.c	/^unused_fcts(void)$/;"	f	file:
unused_fcts	./UNOModule/uno_global.c	/^unused_fcts(void)$/;"	f	file:
use	./MemoryManagement/dflow.h	/^	SymList	*use;$/;"	m	struct:DefUse
use	./UNOModule/dflow.h	/^	SymList	*use;$/;"	m	struct:DefUse
usecheck	./ImproperInitialization/uno.h	/^static int  localonly, usecheck;$/;"	v
usecheck	./ImproperInitialization/uno_local.c	/^int	usecheck, allerr, allerrs, lintlike, picky, show_sharing;$/;"	v
usecheck	./MemoryManagement/uno.h	/^static int  localonly, usecheck;$/;"	v
usecheck	./MemoryManagement/uno_global.c	/^static int	usecheck = 0;$/;"	v	file:
usecheck	./MemoryManagement/uno_local.c	/^int	usecheck, allerr, allerrs, lintlike, picky, show_sharing;$/;"	v
usecheck	./OutOfBoundAccess/uno.h	/^static int  localonly, usecheck;$/;"	v
usecheck	./OutOfBoundAccess/uno_local.c	/^int	usecheck, allerr, allerrs, lintlike, picky, show_sharing;$/;"	v
usecheck	./UNOLexer/uno.h	/^static int  localonly, usecheck;$/;"	v
usecheck	./UNOLexer/uno_local.c	/^int	usecheck, allerr, allerrs, lintlike, picky, show_sharing;$/;"	v
usecheck	./UNOModule/uno.h	/^static int  localonly, usecheck;$/;"	v
usecheck	./UNOModule/uno_global.c	/^static int	usecheck = 0;$/;"	v	file:
usecheck	./UNOModule/uno_local.c	/^int	usecheck, allerr, allerrs, lintlike, picky, show_sharing;$/;"	v
used	./MemoryManagement/symtab.h	/^	short		used;	\/* for struct elements, to see if used *\/$/;"	m	struct:symentry
used	./MemoryManagement/uno_global.h	/^	int	used;$/;"	m	struct:PlaceName
used	./UNOModule/symtab.h	/^	short		used;	\/* for struct elements, to see if used *\/$/;"	m	struct:symentry
used	./UNOModule/uno_global.h	/^	int	used;$/;"	m	struct:PlaceName
user_name	./MemoryManagement/uno_generic.c	/^static char	*user_name;	\/* remembers a user-defined symbol name - for use in select() *\/$/;"	v	file:
user_name	./UNOModule/uno_generic.c	/^static char	*user_name;	\/* remembers a user-defined symbol name - for use in select() *\/$/;"	v	file:
user_val	./MemoryManagement/uno_generic.c	/^static int	user_val;	\/* remembers a user-defined state value - for use in select() *\/$/;"	v	file:
user_val	./UNOModule/uno_generic.c	/^static int	user_val;	\/* remembers a user-defined state value - for use in select() *\/$/;"	v	file:
uses	./MemoryManagement/uno_global.h	/^	Sym	*uses;$/;"	m	struct:Fct
uses	./UNOModule/uno_global.h	/^	Sym	*uses;$/;"	m	struct:Fct
v	./MemoryManagement/uno_fcts.h	/^	VList	*v;			\/* marked variables *\/$/;"	m	struct:Vis
v	./MemoryManagement/uno_fcts.h	/^	Var	*v;$/;"	m	struct:VList
v	./UNOModule/uno_fcts.h	/^	VList	*v;			\/* marked variables *\/$/;"	m	struct:Vis
v	./UNOModule/uno_fcts.h	/^	Var	*v;$/;"	m	struct:VList
v_matched	./MemoryManagement/uno_bounds.c	/^v_matched(treenode *n)$/;"	f
v_matched	./UNOModule/uno_bounds.c	/^v_matched(treenode *n)$/;"	f
v_reported	./MemoryManagement/uno_bounds.c	/^v_reported(treenode *n)$/;"	f
v_reported	./UNOModule/uno_bounds.c	/^v_reported(treenode *n)$/;"	f
v_reps	./MemoryManagement/uno_bounds.c	/^static Stack *v_reps = (Stack *) 0;$/;"	v	file:
v_reps	./UNOModule/uno_bounds.c	/^static Stack *v_reps = (Stack *) 0;$/;"	v	file:
val	./MemoryManagement/uno_lts.h	/^	treenode *val;$/;"	m	struct:PathCond
val	./UNOModule/uno_lts.h	/^	treenode *val;$/;"	m	struct:PathCond
verbose	./ImproperInitialization/uno.h	/^static int  glob_base, verbose, glob_prop;$/;"	v
verbose	./MemoryManagement/uno.h	/^static int  glob_base, verbose, glob_prop;$/;"	v
verbose	./MemoryManagement/uno_global.c	/^int	verbose;$/;"	v
verbose	./OutOfBoundAccess/uno.h	/^static int  glob_base, verbose, glob_prop;$/;"	v
verbose	./UNOLexer/uno.h	/^static int  glob_base, verbose, glob_prop;$/;"	v
verbose	./UNOModule/uno.h	/^static int  glob_base, verbose, glob_prop;$/;"	v
verbose	./UNOModule/uno_global.c	/^int	verbose;$/;"	v
version_info	./ImproperInitialization/uno.c	/^version_info(void)$/;"	f	file:
version_info	./MemoryManagement/uno.c	/^version_info(void)$/;"	f	file:
version_info	./OutOfBoundAccess/uno.c	/^version_info(void)$/;"	f	file:
version_info	./UNOLexer/uno.c	/^version_info(void)$/;"	f	file:
version_info	./UNOModule/uno.c	/^version_info(void)$/;"	f	file:
vis	./MemoryManagement/symtab.c	/^int vis;$/;"	v
vis	./MemoryManagement/uno_fcts.h	/^	Vis	*vis;	\/* states from prop seen *\/$/;"	m	struct:Node
vis	./UNOModule/symtab.c	/^int vis;$/;"	v
vis	./UNOModule/uno_fcts.h	/^	Vis	*vis;	\/* states from prop seen *\/$/;"	m	struct:Node
visited	./MemoryManagement/symtab.h	/^	int		  visited;	\/* gjh -- facilitate searches *\/$/;"	m	struct:scopetab
visited	./MemoryManagement/uno_fcts.h	/^	short	visited;	\/* dfs *\/$/;"	m	struct:BFct
visited	./MemoryManagement/uno_global.h	/^	short	visited;	\/* tarjan dfs *\/$/;"	m	struct:Fct
visited	./MemoryManagement/uno_lts.h	/^	short	visited;	\/* dfs *\/$/;"	m	struct:State
visited	./MemoryManagement/uno_lts.h	/^	short	visited;$/;"	m	struct:Graphs
visited	./UNOModule/symtab.h	/^	int		  visited;	\/* gjh -- facilitate searches *\/$/;"	m	struct:scopetab
visited	./UNOModule/uno_fcts.h	/^	short	visited;	\/* dfs *\/$/;"	m	struct:BFct
visited	./UNOModule/uno_global.h	/^	short	visited;	\/* tarjan dfs *\/$/;"	m	struct:Fct
visited	./UNOModule/uno_lts.h	/^	short	visited;	\/* dfs *\/$/;"	m	struct:State
visited	./UNOModule/uno_lts.h	/^	short	visited;$/;"	m	struct:Graphs
vn	./MemoryManagement/symtab.c	/^	char	*vn;$/;"	m	struct:Cname	file:
vn	./UNOModule/symtab.c	/^	char	*vn;$/;"	m	struct:Cname	file:
w_dir	./ImproperInitialization/uno.h	/^static char *w_dir;$/;"	v
w_dir	./MemoryManagement/uno.h	/^static char *w_dir;$/;"	v
w_dir	./OutOfBoundAccess/uno.h	/^static char *w_dir;$/;"	v
w_dir	./UNOLexer/uno.h	/^static char *w_dir;$/;"	v
w_dir	./UNOModule/uno.h	/^static char *w_dir;$/;"	v
walk_tree	./MemoryManagement/dflow.c	/^walk_tree(treenode *child, unsigned long markin)$/;"	f
walk_tree	./UNOModule/dflow.c	/^walk_tree(treenode *child, unsigned long markin)$/;"	f
want	./ImproperInitialization/uno_local.c	/^char	*want = "main", *cur_file, *cur_dir, *cur_path;$/;"	v
want	./MemoryManagement/uno_global.c	/^static char	*want = "main";$/;"	v	file:
want	./MemoryManagement/uno_local.c	/^char	*want = "main", *cur_file, *cur_dir, *cur_path;$/;"	v
want	./OutOfBoundAccess/uno_local.c	/^char	*want = "main", *cur_file, *cur_dir, *cur_path;$/;"	v
want	./UNOLexer/uno_local.c	/^char	*want = "main", *cur_file, *cur_dir, *cur_path;$/;"	v
want	./UNOModule/uno_global.c	/^static char	*want = "main";$/;"	v	file:
want	./UNOModule/uno_local.c	/^char	*want = "main", *cur_file, *cur_dir, *cur_path;$/;"	v
want_break	./MemoryManagement/uno_lts.c	/^want_break(treenode *n)$/;"	f	file:
want_break	./UNOModule/uno_lts.c	/^want_break(treenode *n)$/;"	f	file:
watch	./MemoryManagement/dflow.c	/^static int	watch;	\/* debugging *\/$/;"	v	file:
watch	./UNOModule/dflow.c	/^static int	watch;	\/* debugging *\/$/;"	v	file:
which	./MemoryManagement/tree.h	/^	node_type which;$/;"	m	struct:common
which	./UNOModule/tree.h	/^	node_type which;$/;"	m	struct:common
wind_down	./MemoryManagement/uno_global.c	/^wind_down(Fct *f)$/;"	f	file:
wind_down	./UNOModule/uno_global.c	/^wind_down(Fct *f)$/;"	f	file:
witness	./MemoryManagement/uno_generic.c	/^static treenode *witness = (treenode *) 0;$/;"	v	file:
witness	./UNOModule/uno_generic.c	/^static treenode *witness = (treenode *) 0;$/;"	v	file:
working_dir	./ImproperInitialization/uno_local.c	/^char	*working_dir = (char *) 0;$/;"	v
working_dir	./MemoryManagement/uno_local.c	/^char	*working_dir = (char *) 0;$/;"	v
working_dir	./OutOfBoundAccess/uno_local.c	/^char	*working_dir = (char *) 0;$/;"	v
working_dir	./UNOLexer/uno_local.c	/^char	*working_dir = (char *) 0;$/;"	v
working_dir	./UNOModule/uno_local.c	/^char	*working_dir = (char *) 0;$/;"	v
x_stmnt	./ImproperInitialization/uno_local.c	/^x_stmnt(treenode *n)$/;"	f
x_stmnt	./MemoryManagement/uno_local.c	/^x_stmnt(treenode *n)$/;"	f
x_stmnt	./OutOfBoundAccess/uno_local.c	/^x_stmnt(treenode *n)$/;"	f
x_stmnt	./UNOLexer/uno_local.c	/^x_stmnt(treenode *n)$/;"	f
x_stmnt	./UNOModule/uno_local.c	/^x_stmnt(treenode *n)$/;"	f
xtable	./MemoryManagement/dflow.c	/^static char	*xtable[] = {$/;"	v	file:
xtable	./UNOModule/dflow.c	/^static char	*xtable[] = {$/;"	v	file:
yy_NUL_trans	./MemoryManagement/lexer.c	/^static yyconst yy_state_type yy_NUL_trans[583] =$/;"	v	file:
yy_NUL_trans	./UNOModule/lexer.c	/^static yyconst yy_state_type yy_NUL_trans[583] =$/;"	v	file:
yy_accept	./MemoryManagement/lexer.c	/^static yyconst flex_int16_t yy_accept[584] =$/;"	v	file:
yy_accept	./UNOModule/lexer.c	/^static yyconst flex_int16_t yy_accept[584] =$/;"	v	file:
yy_at_bol	./MemoryManagement/lexer.c	/^	int yy_at_bol;$/;"	m	struct:yy_buffer_state	file:
yy_at_bol	./UNOModule/lexer.c	/^	int yy_at_bol;$/;"	m	struct:yy_buffer_state	file:
yy_base	./MemoryManagement/lexer.c	/^static yyconst flex_int16_t yy_base[616] =$/;"	v	file:
yy_base	./UNOModule/lexer.c	/^static yyconst flex_int16_t yy_base[616] =$/;"	v	file:
yy_bs_column	./MemoryManagement/lexer.c	/^    int yy_bs_column; \/**< The column count. *\/$/;"	m	struct:yy_buffer_state	file:
yy_bs_column	./UNOModule/lexer.c	/^    int yy_bs_column; \/**< The column count. *\/$/;"	m	struct:yy_buffer_state	file:
yy_bs_lineno	./MemoryManagement/lexer.c	/^    int yy_bs_lineno; \/**< The line count. *\/$/;"	m	struct:yy_buffer_state	file:
yy_bs_lineno	./UNOModule/lexer.c	/^    int yy_bs_lineno; \/**< The line count. *\/$/;"	m	struct:yy_buffer_state	file:
yy_buf_pos	./MemoryManagement/lexer.c	/^	char *yy_buf_pos;		\/* current position in input buffer *\/$/;"	m	struct:yy_buffer_state	file:
yy_buf_pos	./UNOModule/lexer.c	/^	char *yy_buf_pos;		\/* current position in input buffer *\/$/;"	m	struct:yy_buffer_state	file:
yy_buf_size	./MemoryManagement/lexer.c	/^	yy_size_t yy_buf_size;$/;"	m	struct:yy_buffer_state	file:
yy_buf_size	./UNOModule/lexer.c	/^	yy_size_t yy_buf_size;$/;"	m	struct:yy_buffer_state	file:
yy_buffer_stack	./MemoryManagement/lexer.c	/^static YY_BUFFER_STATE * yy_buffer_stack = 0; \/**< Stack as an array. *\/$/;"	v	file:
yy_buffer_stack	./UNOModule/lexer.c	/^static YY_BUFFER_STATE * yy_buffer_stack = 0; \/**< Stack as an array. *\/$/;"	v	file:
yy_buffer_stack_max	./MemoryManagement/lexer.c	/^static size_t yy_buffer_stack_max = 0; \/**< capacity of stack. *\/$/;"	v	file:
yy_buffer_stack_max	./UNOModule/lexer.c	/^static size_t yy_buffer_stack_max = 0; \/**< capacity of stack. *\/$/;"	v	file:
yy_buffer_stack_top	./MemoryManagement/lexer.c	/^static size_t yy_buffer_stack_top = 0; \/**< index of top of stack. *\/$/;"	v	file:
yy_buffer_stack_top	./UNOModule/lexer.c	/^static size_t yy_buffer_stack_top = 0; \/**< index of top of stack. *\/$/;"	v	file:
yy_buffer_state	./MemoryManagement/lexer.c	/^struct yy_buffer_state$/;"	s	file:
yy_buffer_state	./UNOModule/lexer.c	/^struct yy_buffer_state$/;"	s	file:
yy_buffer_status	./MemoryManagement/lexer.c	/^	int yy_buffer_status;$/;"	m	struct:yy_buffer_state	file:
yy_buffer_status	./UNOModule/lexer.c	/^	int yy_buffer_status;$/;"	m	struct:yy_buffer_state	file:
yy_c_buf_p	./MemoryManagement/lexer.c	/^static char *yy_c_buf_p = (char *) 0;$/;"	v	file:
yy_c_buf_p	./UNOModule/lexer.c	/^static char *yy_c_buf_p = (char *) 0;$/;"	v	file:
yy_ch_buf	./MemoryManagement/lexer.c	/^	char *yy_ch_buf;		\/* input buffer *\/$/;"	m	struct:yy_buffer_state	file:
yy_ch_buf	./UNOModule/lexer.c	/^	char *yy_ch_buf;		\/* input buffer *\/$/;"	m	struct:yy_buffer_state	file:
yy_chk	./MemoryManagement/lexer.c	/^static yyconst flex_int16_t yy_chk[9323] =$/;"	v	file:
yy_chk	./UNOModule/lexer.c	/^static yyconst flex_int16_t yy_chk[9323] =$/;"	v	file:
yy_create_buffer	./MemoryManagement/lexer.c	/^    YY_BUFFER_STATE yy_create_buffer  (FILE * file, int  size )$/;"	f
yy_create_buffer	./UNOModule/lexer.c	/^    YY_BUFFER_STATE yy_create_buffer  (FILE * file, int  size )$/;"	f
yy_def	./MemoryManagement/lexer.c	/^static yyconst flex_int16_t yy_def[616] =$/;"	v	file:
yy_def	./UNOModule/lexer.c	/^static yyconst flex_int16_t yy_def[616] =$/;"	v	file:
yy_delete_buffer	./MemoryManagement/lexer.c	/^    void yy_delete_buffer (YY_BUFFER_STATE  b )$/;"	f
yy_delete_buffer	./UNOModule/lexer.c	/^    void yy_delete_buffer (YY_BUFFER_STATE  b )$/;"	f
yy_did_buffer_switch_on_eof	./MemoryManagement/lexer.c	/^static int yy_did_buffer_switch_on_eof;$/;"	v	file:
yy_did_buffer_switch_on_eof	./UNOModule/lexer.c	/^static int yy_did_buffer_switch_on_eof;$/;"	v	file:
yy_fatal_error	./MemoryManagement/lexer.c	/^static void yy_fatal_error (yyconst char* msg )$/;"	f	file:
yy_fatal_error	./UNOModule/lexer.c	/^static void yy_fatal_error (yyconst char* msg )$/;"	f	file:
yy_fill_buffer	./MemoryManagement/lexer.c	/^	int yy_fill_buffer;$/;"	m	struct:yy_buffer_state	file:
yy_fill_buffer	./UNOModule/lexer.c	/^	int yy_fill_buffer;$/;"	m	struct:yy_buffer_state	file:
yy_flex_debug	./MemoryManagement/lexer.c	/^int yy_flex_debug = 0;$/;"	v
yy_flex_debug	./UNOModule/lexer.c	/^int yy_flex_debug = 0;$/;"	v
yy_flex_strlen	./MemoryManagement/lexer.c	/^static int yy_flex_strlen (yyconst char * s )$/;"	f	file:
yy_flex_strlen	./UNOModule/lexer.c	/^static int yy_flex_strlen (yyconst char * s )$/;"	f	file:
yy_flex_strncpy	./MemoryManagement/lexer.c	/^static void yy_flex_strncpy (char* s1, yyconst char * s2, int n )$/;"	f	file:
yy_flex_strncpy	./UNOModule/lexer.c	/^static void yy_flex_strncpy (char* s1, yyconst char * s2, int n )$/;"	f	file:
yy_flush_buffer	./MemoryManagement/lexer.c	/^    void yy_flush_buffer (YY_BUFFER_STATE  b )$/;"	f
yy_flush_buffer	./UNOModule/lexer.c	/^    void yy_flush_buffer (YY_BUFFER_STATE  b )$/;"	f
yy_get_next_buffer	./MemoryManagement/lexer.c	/^static int yy_get_next_buffer (void)$/;"	f	file:
yy_get_next_buffer	./UNOModule/lexer.c	/^static int yy_get_next_buffer (void)$/;"	f	file:
yy_get_previous_state	./MemoryManagement/lexer.c	/^    static yy_state_type yy_get_previous_state (void)$/;"	f	file:
yy_get_previous_state	./UNOModule/lexer.c	/^    static yy_state_type yy_get_previous_state (void)$/;"	f	file:
yy_hold_char	./MemoryManagement/lexer.c	/^static char yy_hold_char;$/;"	v	file:
yy_hold_char	./UNOModule/lexer.c	/^static char yy_hold_char;$/;"	v	file:
yy_init	./MemoryManagement/lexer.c	/^static int yy_init = 0;		\/* whether we need to initialize *\/$/;"	v	file:
yy_init	./UNOModule/lexer.c	/^static int yy_init = 0;		\/* whether we need to initialize *\/$/;"	v	file:
yy_init_buffer	./MemoryManagement/lexer.c	/^    static void yy_init_buffer  (YY_BUFFER_STATE  b, FILE * file )$/;"	f	file:
yy_init_buffer	./UNOModule/lexer.c	/^    static void yy_init_buffer  (YY_BUFFER_STATE  b, FILE * file )$/;"	f	file:
yy_init_globals	./MemoryManagement/lexer.c	/^static int yy_init_globals (void)$/;"	f	file:
yy_init_globals	./UNOModule/lexer.c	/^static int yy_init_globals (void)$/;"	f	file:
yy_input_file	./MemoryManagement/lexer.c	/^	FILE *yy_input_file;$/;"	m	struct:yy_buffer_state	file:
yy_input_file	./UNOModule/lexer.c	/^	FILE *yy_input_file;$/;"	m	struct:yy_buffer_state	file:
yy_is_interactive	./MemoryManagement/lexer.c	/^	int yy_is_interactive;$/;"	m	struct:yy_buffer_state	file:
yy_is_interactive	./UNOModule/lexer.c	/^	int yy_is_interactive;$/;"	m	struct:yy_buffer_state	file:
yy_is_our_buffer	./MemoryManagement/lexer.c	/^	int yy_is_our_buffer;$/;"	m	struct:yy_buffer_state	file:
yy_is_our_buffer	./UNOModule/lexer.c	/^	int yy_is_our_buffer;$/;"	m	struct:yy_buffer_state	file:
yy_last_accepting_cpos	./MemoryManagement/lexer.c	/^static char *yy_last_accepting_cpos;$/;"	v	file:
yy_last_accepting_cpos	./UNOModule/lexer.c	/^static char *yy_last_accepting_cpos;$/;"	v	file:
yy_last_accepting_state	./MemoryManagement/lexer.c	/^static yy_state_type yy_last_accepting_state;$/;"	v	file:
yy_last_accepting_state	./UNOModule/lexer.c	/^static yy_state_type yy_last_accepting_state;$/;"	v	file:
yy_load_buffer_state	./MemoryManagement/lexer.c	/^static void yy_load_buffer_state  (void)$/;"	f	file:
yy_load_buffer_state	./UNOModule/lexer.c	/^static void yy_load_buffer_state  (void)$/;"	f	file:
yy_n_chars	./MemoryManagement/lexer.c	/^	int yy_n_chars;$/;"	m	struct:yy_buffer_state	file:
yy_n_chars	./MemoryManagement/lexer.c	/^static int yy_n_chars;		\/* number of characters read into yy_ch_buf *\/$/;"	v	file:
yy_n_chars	./UNOModule/lexer.c	/^	int yy_n_chars;$/;"	m	struct:yy_buffer_state	file:
yy_n_chars	./UNOModule/lexer.c	/^static int yy_n_chars;		\/* number of characters read into yy_ch_buf *\/$/;"	v	file:
yy_new_buffer	./MemoryManagement/lexer.c	309;"	d	file:
yy_new_buffer	./UNOModule/lexer.c	309;"	d	file:
yy_nxt	./MemoryManagement/lexer.c	/^	flex_int32_t yy_nxt;$/;"	m	struct:yy_trans_info	file:
yy_nxt	./MemoryManagement/lexer.c	/^static yyconst flex_int16_t yy_nxt[9323] =$/;"	v	file:
yy_nxt	./UNOModule/lexer.c	/^	flex_int32_t yy_nxt;$/;"	m	struct:yy_trans_info	file:
yy_nxt	./UNOModule/lexer.c	/^static yyconst flex_int16_t yy_nxt[9323] =$/;"	v	file:
yy_reduce_print	./MemoryManagement/c_gram.c	/^yy_reduce_print (YYSTYPE *yyvsp, int yyrule)$/;"	f	file:
yy_reduce_print	./UNOModule/c_gram.c	/^yy_reduce_print (YYSTYPE *yyvsp, int yyrule)$/;"	f	file:
yy_scan_buffer	./MemoryManagement/lexer.c	/^YY_BUFFER_STATE yy_scan_buffer  (char * base, yy_size_t  size )$/;"	f
yy_scan_buffer	./UNOModule/lexer.c	/^YY_BUFFER_STATE yy_scan_buffer  (char * base, yy_size_t  size )$/;"	f
yy_scan_bytes	./MemoryManagement/lexer.c	/^YY_BUFFER_STATE yy_scan_bytes  (yyconst char * yybytes, int  _yybytes_len )$/;"	f
yy_scan_bytes	./UNOModule/lexer.c	/^YY_BUFFER_STATE yy_scan_bytes  (yyconst char * yybytes, int  _yybytes_len )$/;"	f
yy_scan_string	./MemoryManagement/lexer.c	/^YY_BUFFER_STATE yy_scan_string (yyconst char * yystr )$/;"	f
yy_scan_string	./UNOModule/lexer.c	/^YY_BUFFER_STATE yy_scan_string (yyconst char * yystr )$/;"	f
yy_set_bol	./MemoryManagement/lexer.c	321;"	d	file:
yy_set_bol	./UNOModule/lexer.c	321;"	d	file:
yy_set_interactive	./MemoryManagement/lexer.c	311;"	d	file:
yy_set_interactive	./UNOModule/lexer.c	311;"	d	file:
yy_size_t	./MemoryManagement/lexer.c	/^typedef size_t yy_size_t;$/;"	t	file:
yy_size_t	./UNOModule/lexer.c	/^typedef size_t yy_size_t;$/;"	t	file:
yy_stack_print	./MemoryManagement/c_gram.c	/^yy_stack_print (yytype_int16 *bottom, yytype_int16 *top)$/;"	f	file:
yy_stack_print	./UNOModule/c_gram.c	/^yy_stack_print (yytype_int16 *bottom, yytype_int16 *top)$/;"	f	file:
yy_start	./MemoryManagement/lexer.c	/^static int yy_start = 0;	\/* start state number *\/$/;"	v	file:
yy_start	./UNOModule/lexer.c	/^static int yy_start = 0;	\/* start state number *\/$/;"	v	file:
yy_state_type	./MemoryManagement/lexer.c	/^typedef int yy_state_type;$/;"	t	file:
yy_state_type	./UNOModule/lexer.c	/^typedef int yy_state_type;$/;"	t	file:
yy_switch_to_buffer	./MemoryManagement/lexer.c	/^    void yy_switch_to_buffer  (YY_BUFFER_STATE  new_buffer )$/;"	f
yy_switch_to_buffer	./UNOModule/lexer.c	/^    void yy_switch_to_buffer  (YY_BUFFER_STATE  new_buffer )$/;"	f
yy_symbol_print	./MemoryManagement/c_gram.c	/^yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep)$/;"	f	file:
yy_symbol_print	./UNOModule/c_gram.c	/^yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep)$/;"	f	file:
yy_symbol_value_print	./MemoryManagement/c_gram.c	/^yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep)$/;"	f	file:
yy_symbol_value_print	./UNOModule/c_gram.c	/^yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep)$/;"	f	file:
yy_trans_info	./MemoryManagement/lexer.c	/^struct yy_trans_info$/;"	s	file:
yy_trans_info	./UNOModule/lexer.c	/^struct yy_trans_info$/;"	s	file:
yy_try_NUL_trans	./MemoryManagement/lexer.c	/^    static yy_state_type yy_try_NUL_trans  (yy_state_type yy_current_state )$/;"	f	file:
yy_try_NUL_trans	./UNOModule/lexer.c	/^    static yy_state_type yy_try_NUL_trans  (yy_state_type yy_current_state )$/;"	f	file:
yy_verify	./MemoryManagement/lexer.c	/^	flex_int32_t yy_verify;$/;"	m	struct:yy_trans_info	file:
yy_verify	./UNOModule/lexer.c	/^	flex_int32_t yy_verify;$/;"	m	struct:yy_trans_info	file:
yyalloc	./MemoryManagement/c_gram.c	/^union yyalloc$/;"	u	file:
yyalloc	./MemoryManagement/lexer.c	/^void *yyalloc (yy_size_t  size )$/;"	f
yyalloc	./UNOModule/c_gram.c	/^union yyalloc$/;"	u	file:
yyalloc	./UNOModule/lexer.c	/^void *yyalloc (yy_size_t  size )$/;"	f
yybuff	./MemoryManagement/treestk.h	/^    YY_BUFFER_STATE    yybuff;      \/* A buffer for the lexer *\/$/;"	m	struct:stk_item
yybuff	./UNOModule/treestk.h	/^    YY_BUFFER_STATE    yybuff;      \/* A buffer for the lexer *\/$/;"	m	struct:stk_item
yycheck	./MemoryManagement/c_gram.c	/^static const yytype_int16 yycheck[] =$/;"	v	file:
yycheck	./UNOModule/c_gram.c	/^static const yytype_int16 yycheck[] =$/;"	v	file:
yyclearin	./MemoryManagement/c_gram.c	1456;"	d	file:
yyclearin	./UNOModule/c_gram.c	1456;"	d	file:
yycolno	./MemoryManagement/treestk.h	/^    int                yycolno;     \/* Column number *\/$/;"	m	struct:stk_item
yycolno	./UNOModule/treestk.h	/^    int                yycolno;     \/* Column number *\/$/;"	m	struct:stk_item
yyconst	./MemoryManagement/lexer.c	106;"	d	file:
yyconst	./MemoryManagement/lexer.c	108;"	d	file:
yyconst	./UNOModule/lexer.c	106;"	d	file:
yyconst	./UNOModule/lexer.c	108;"	d	file:
yydebug	./MemoryManagement/c_gram.c	/^int yydebug;$/;"	v
yydebug	./UNOModule/c_gram.c	/^int yydebug;$/;"	v
yydefact	./MemoryManagement/c_gram.c	/^static const yytype_uint16 yydefact[] =$/;"	v	file:
yydefact	./UNOModule/c_gram.c	/^static const yytype_uint16 yydefact[] =$/;"	v	file:
yydefgoto	./MemoryManagement/c_gram.c	/^static const yytype_int16 yydefgoto[] =$/;"	v	file:
yydefgoto	./UNOModule/c_gram.c	/^static const yytype_int16 yydefgoto[] =$/;"	v	file:
yydestruct	./MemoryManagement/c_gram.c	/^yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep)$/;"	f	file:
yydestruct	./UNOModule/c_gram.c	/^yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep)$/;"	f	file:
yyensure_buffer_stack	./MemoryManagement/lexer.c	/^static void yyensure_buffer_stack (void)$/;"	f	file:
yyensure_buffer_stack	./UNOModule/lexer.c	/^static void yyensure_buffer_stack (void)$/;"	f	file:
yyerr	./MemoryManagement/lexer.c	/^yyerr(char *s)$/;"	f
yyerr	./UNOModule/lexer.c	/^yyerr(char *s)$/;"	f
yyerrok	./MemoryManagement/c_gram.c	1455;"	d	file:
yyerrok	./UNOModule/c_gram.c	1455;"	d	file:
yyerror	./MemoryManagement/lexer.c	/^yyerror(char *s)$/;"	f
yyerror	./UNOModule/lexer.c	/^yyerror(char *s)$/;"	f
yyfree	./MemoryManagement/lexer.c	/^void yyfree (void * ptr )$/;"	f
yyfree	./UNOModule/lexer.c	/^void yyfree (void * ptr )$/;"	f
yyget_debug	./MemoryManagement/lexer.c	/^int yyget_debug  (void)$/;"	f
yyget_debug	./UNOModule/lexer.c	/^int yyget_debug  (void)$/;"	f
yyget_in	./MemoryManagement/lexer.c	/^FILE *yyget_in  (void)$/;"	f
yyget_in	./UNOModule/lexer.c	/^FILE *yyget_in  (void)$/;"	f
yyget_leng	./MemoryManagement/lexer.c	/^int yyget_leng  (void)$/;"	f
yyget_leng	./UNOModule/lexer.c	/^int yyget_leng  (void)$/;"	f
yyget_lineno	./MemoryManagement/lexer.c	/^int yyget_lineno  (void)$/;"	f
yyget_lineno	./UNOModule/lexer.c	/^int yyget_lineno  (void)$/;"	f
yyget_out	./MemoryManagement/lexer.c	/^FILE *yyget_out  (void)$/;"	f
yyget_out	./UNOModule/lexer.c	/^FILE *yyget_out  (void)$/;"	f
yyget_text	./MemoryManagement/lexer.c	/^char *yyget_text  (void)$/;"	f
yyget_text	./UNOModule/lexer.c	/^char *yyget_text  (void)$/;"	f
yyin	./MemoryManagement/lexer.c	/^FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0;$/;"	v
yyin	./MemoryManagement/lexer.c	/^FILE *yyin;$/;"	v
yyin	./MemoryManagement/treestk.h	/^    FILE              *yyin;        \/* A pointer to an open file *\/$/;"	m	struct:stk_item
yyin	./UNOModule/lexer.c	/^FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0;$/;"	v
yyin	./UNOModule/lexer.c	/^FILE *yyin;$/;"	v
yyin	./UNOModule/treestk.h	/^    FILE              *yyin;        \/* A pointer to an open file *\/$/;"	m	struct:stk_item
yyinput	./MemoryManagement/lexer.c	/^    static int yyinput (void)$/;"	f	file:
yyinput	./UNOModule/lexer.c	/^    static int yyinput (void)$/;"	f	file:
yyleng	./MemoryManagement/lexer.c	/^int yyleng;$/;"	v
yyleng	./UNOModule/lexer.c	/^int yyleng;$/;"	v
yyless	./MemoryManagement/lexer.c	167;"	d	file:
yyless	./MemoryManagement/lexer.c	5387;"	d	file:
yyless	./MemoryManagement/lexer.c	5388;"	d	file:
yyless	./UNOModule/lexer.c	167;"	d	file:
yyless	./UNOModule/lexer.c	5385;"	d	file:
yyless	./UNOModule/lexer.c	5386;"	d	file:
yylex_destroy	./MemoryManagement/lexer.c	/^int yylex_destroy  (void)$/;"	f
yylex_destroy	./UNOModule/lexer.c	/^int yylex_destroy  (void)$/;"	f
yylineno	./MemoryManagement/lexer.c	/^int yylineno = 1;$/;"	v
yylineno	./MemoryManagement/treestk.h	/^    int                yylineno;    \/* Line number *\/$/;"	m	struct:stk_item
yylineno	./UNOModule/lexer.c	/^int yylineno = 1;$/;"	v
yylineno	./UNOModule/treestk.h	/^    int                yylineno;    \/* Line number *\/$/;"	m	struct:stk_item
yymore	./MemoryManagement/lexer.c	2722;"	d	file:
yymore	./UNOModule/lexer.c	2722;"	d	file:
yynxtcol	./MemoryManagement/treestk.h	/^    int                yynxtcol;    \/* next Column number *\/$/;"	m	struct:stk_item
yynxtcol	./UNOModule/treestk.h	/^    int                yynxtcol;    \/* next Column number *\/$/;"	m	struct:stk_item
yyout	./MemoryManagement/lexer.c	/^FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0;$/;"	v
yyout	./UNOModule/lexer.c	/^FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0;$/;"	v
yypact	./MemoryManagement/c_gram.c	/^static const yytype_int16 yypact[] =$/;"	v	file:
yypact	./UNOModule/c_gram.c	/^static const yytype_int16 yypact[] =$/;"	v	file:
yyparse	./MemoryManagement/c_gram.c	/^yyparse (void *YYPARSE_PARAM)$/;"	f
yyparse	./UNOModule/c_gram.c	/^yyparse (void *YYPARSE_PARAM)$/;"	f
yypgoto	./MemoryManagement/c_gram.c	/^static const yytype_int16 yypgoto[] =$/;"	v	file:
yypgoto	./UNOModule/c_gram.c	/^static const yytype_int16 yypgoto[] =$/;"	v	file:
yypop_buffer_state	./MemoryManagement/lexer.c	/^void yypop_buffer_state (void)$/;"	f
yypop_buffer_state	./UNOModule/lexer.c	/^void yypop_buffer_state (void)$/;"	f
yyprhs	./MemoryManagement/c_gram.c	/^static const yytype_uint16 yyprhs[] =$/;"	v	file:
yyprhs	./UNOModule/c_gram.c	/^static const yytype_uint16 yyprhs[] =$/;"	v	file:
yypush_buffer_state	./MemoryManagement/lexer.c	/^void yypush_buffer_state (YY_BUFFER_STATE new_buffer )$/;"	f
yypush_buffer_state	./UNOModule/lexer.c	/^void yypush_buffer_state (YY_BUFFER_STATE new_buffer )$/;"	f
yyr1	./MemoryManagement/c_gram.c	/^static const yytype_uint8 yyr1[] =$/;"	v	file:
yyr1	./UNOModule/c_gram.c	/^static const yytype_uint8 yyr1[] =$/;"	v	file:
yyr2	./MemoryManagement/c_gram.c	/^static const yytype_uint8 yyr2[] =$/;"	v	file:
yyr2	./UNOModule/c_gram.c	/^static const yytype_uint8 yyr2[] =$/;"	v	file:
yyrealloc	./MemoryManagement/lexer.c	/^void *yyrealloc  (void * ptr, yy_size_t  size )$/;"	f
yyrealloc	./UNOModule/lexer.c	/^void *yyrealloc  (void * ptr, yy_size_t  size )$/;"	f
yyrestart	./MemoryManagement/lexer.c	/^    void yyrestart  (FILE * input_file )$/;"	f
yyrestart	./UNOModule/lexer.c	/^    void yyrestart  (FILE * input_file )$/;"	f
yyrhs	./MemoryManagement/c_gram.c	/^static const yytype_int16 yyrhs[] =$/;"	v	file:
yyrhs	./UNOModule/c_gram.c	/^static const yytype_int16 yyrhs[] =$/;"	v	file:
yyrline	./MemoryManagement/c_gram.c	/^static const yytype_uint16 yyrline[] =$/;"	v	file:
yyrline	./UNOModule/c_gram.c	/^static const yytype_uint16 yyrline[] =$/;"	v	file:
yyset_debug	./MemoryManagement/lexer.c	/^void yyset_debug (int  bdebug )$/;"	f
yyset_debug	./UNOModule/lexer.c	/^void yyset_debug (int  bdebug )$/;"	f
yyset_in	./MemoryManagement/lexer.c	/^void yyset_in (FILE *  in_str )$/;"	f
yyset_in	./UNOModule/lexer.c	/^void yyset_in (FILE *  in_str )$/;"	f
yyset_lineno	./MemoryManagement/lexer.c	/^void yyset_lineno (int  line_number )$/;"	f
yyset_lineno	./UNOModule/lexer.c	/^void yyset_lineno (int  line_number )$/;"	f
yyset_out	./MemoryManagement/lexer.c	/^void yyset_out (FILE *  out_str )$/;"	f
yyset_out	./UNOModule/lexer.c	/^void yyset_out (FILE *  out_str )$/;"	f
yyss	./MemoryManagement/c_gram.c	/^  yytype_int16 yyss;$/;"	m	union:yyalloc	file:
yyss	./UNOModule/c_gram.c	/^  yytype_int16 yyss;$/;"	m	union:yyalloc	file:
yystos	./MemoryManagement/c_gram.c	/^static const yytype_uint8 yystos[] =$/;"	v	file:
yystos	./UNOModule/c_gram.c	/^static const yytype_uint8 yystos[] =$/;"	v	file:
yystpcpy	./MemoryManagement/c_gram.c	/^yystpcpy (char *yydest, const char *yysrc)$/;"	f	file:
yystpcpy	./MemoryManagement/c_gram.c	1751;"	d	file:
yystpcpy	./UNOModule/c_gram.c	/^yystpcpy (char *yydest, const char *yysrc)$/;"	f	file:
yystpcpy	./UNOModule/c_gram.c	1752;"	d	file:
yystrlen	./MemoryManagement/c_gram.c	/^yystrlen (const char *yystr)$/;"	f	file:
yystrlen	./MemoryManagement/c_gram.c	1728;"	d	file:
yystrlen	./UNOModule/c_gram.c	/^yystrlen (const char *yystr)$/;"	f	file:
yystrlen	./UNOModule/c_gram.c	1729;"	d	file:
yystype	./MemoryManagement/c_gram.c	371;"	d	file:
yystype	./MemoryManagement/c_gram.h	265;"	d
yystype	./UNOModule/c_gram.c	371;"	d	file:
yystype	./UNOModule/c_gram.h	265;"	d
yysyntax_error	./MemoryManagement/c_gram.c	/^yysyntax_error (char *yyresult, int yystate, int yychar)$/;"	f	file:
yysyntax_error	./UNOModule/c_gram.c	/^yysyntax_error (char *yyresult, int yystate, int yychar)$/;"	f	file:
yytable	./MemoryManagement/c_gram.c	/^static const yytype_int16 yytable[] =$/;"	v	file:
yytable	./UNOModule/c_gram.c	/^static const yytype_int16 yytable[] =$/;"	v	file:
yyterminate	./MemoryManagement/lexer.c	3019;"	d	file:
yyterminate	./UNOModule/lexer.c	3019;"	d	file:
yytext	./MemoryManagement/lexer.c	/^char *yytext;$/;"	v
yytext	./UNOModule/lexer.c	/^char *yytext;$/;"	v
yytext_ptr	./MemoryManagement/lexer.c	346;"	d	file:
yytext_ptr	./UNOModule/lexer.c	346;"	d	file:
yytname	./MemoryManagement/c_gram.c	/^static const char *const yytname[] =$/;"	v	file:
yytname	./UNOModule/c_gram.c	/^static const char *const yytname[] =$/;"	v	file:
yytnamerr	./MemoryManagement/c_gram.c	/^yytnamerr (char *yyres, const char *yystr)$/;"	f	file:
yytnamerr	./UNOModule/c_gram.c	/^yytnamerr (char *yyres, const char *yystr)$/;"	f	file:
yytokentype	./MemoryManagement/c_gram.c	/^   enum yytokentype {$/;"	g	file:
yytokentype	./MemoryManagement/c_gram.h	/^   enum yytokentype {$/;"	g
yytokentype	./UNOModule/c_gram.c	/^   enum yytokentype {$/;"	g	file:
yytokentype	./UNOModule/c_gram.h	/^   enum yytokentype {$/;"	g
yytoknum	./MemoryManagement/c_gram.c	/^static const yytype_uint16 yytoknum[] =$/;"	v	file:
yytoknum	./UNOModule/c_gram.c	/^static const yytype_uint16 yytoknum[] =$/;"	v	file:
yytranslate	./MemoryManagement/c_gram.c	/^static const yytype_uint8 yytranslate[] =$/;"	v	file:
yytranslate	./UNOModule/c_gram.c	/^static const yytype_uint8 yytranslate[] =$/;"	v	file:
yytype_int16	./MemoryManagement/c_gram.c	/^typedef YYTYPE_INT16 yytype_int16;$/;"	t	file:
yytype_int16	./MemoryManagement/c_gram.c	/^typedef short int yytype_int16;$/;"	t	file:
yytype_int16	./UNOModule/c_gram.c	/^typedef YYTYPE_INT16 yytype_int16;$/;"	t	file:
yytype_int16	./UNOModule/c_gram.c	/^typedef short int yytype_int16;$/;"	t	file:
yytype_int8	./MemoryManagement/c_gram.c	/^typedef YYTYPE_INT8 yytype_int8;$/;"	t	file:
yytype_int8	./MemoryManagement/c_gram.c	/^typedef short int yytype_int8;$/;"	t	file:
yytype_int8	./MemoryManagement/c_gram.c	/^typedef signed char yytype_int8;$/;"	t	file:
yytype_int8	./UNOModule/c_gram.c	/^typedef YYTYPE_INT8 yytype_int8;$/;"	t	file:
yytype_int8	./UNOModule/c_gram.c	/^typedef short int yytype_int8;$/;"	t	file:
yytype_int8	./UNOModule/c_gram.c	/^typedef signed char yytype_int8;$/;"	t	file:
yytype_uint16	./MemoryManagement/c_gram.c	/^typedef YYTYPE_UINT16 yytype_uint16;$/;"	t	file:
yytype_uint16	./MemoryManagement/c_gram.c	/^typedef unsigned short int yytype_uint16;$/;"	t	file:
yytype_uint16	./UNOModule/c_gram.c	/^typedef YYTYPE_UINT16 yytype_uint16;$/;"	t	file:
yytype_uint16	./UNOModule/c_gram.c	/^typedef unsigned short int yytype_uint16;$/;"	t	file:
yytype_uint8	./MemoryManagement/c_gram.c	/^typedef YYTYPE_UINT8 yytype_uint8;$/;"	t	file:
yytype_uint8	./MemoryManagement/c_gram.c	/^typedef unsigned char yytype_uint8;$/;"	t	file:
yytype_uint8	./UNOModule/c_gram.c	/^typedef YYTYPE_UINT8 yytype_uint8;$/;"	t	file:
yytype_uint8	./UNOModule/c_gram.c	/^typedef unsigned char yytype_uint8;$/;"	t	file:
yyvs	./MemoryManagement/c_gram.c	/^  YYSTYPE yyvs;$/;"	m	union:yyalloc	file:
yyvs	./UNOModule/c_gram.c	/^  YYSTYPE yyvs;$/;"	m	union:yyalloc	file:
yywarn	./MemoryManagement/lexer.c	/^yywarn(char *s)$/;"	f
yywarn	./UNOModule/lexer.c	/^yywarn(char *s)$/;"	f
yywrap	./MemoryManagement/lexer.c	/^int yywrap(void)$/;"	f
yywrap	./MemoryManagement/lexer.c	2749;"	d	file:
yywrap	./UNOModule/lexer.c	/^int yywrap(void)$/;"	f
yywrap	./UNOModule/lexer.c	2749;"	d	file:
zero_test	./MemoryManagement/uno_lts.c	/^zero_test(treenode *ex)	\/* true if condition ex is a simple comparison against 0 *\/$/;"	f
zero_test	./UNOModule/uno_lts.c	/^zero_test(treenode *ex)	\/* true if condition ex is a simple comparison against 0 *\/$/;"	f
zeromarks	./MemoryManagement/uno_fcts.h	/^	short	zeromarks;		\/* no markings *\/$/;"	m	struct:Vis
zeromarks	./UNOModule/uno_fcts.h	/^	short	zeromarks;		\/* no markings *\/$/;"	m	struct:Vis
zerostack	./MemoryManagement/uno_fcts.h	/^	short	zerostack;		\/* empty Rstack *\/$/;"	m	struct:Vis
zerostack	./UNOModule/uno_fcts.h	/^	short	zerostack;		\/* empty Rstack *\/$/;"	m	struct:Vis
~CAnalysisModuleInfo	./include/AnalysisModuleInterface.h	/^	~CAnalysisModuleInfo()$/;"	f	class:CAnalysisModuleInfo
~CAnalysisModuleManager	./AnalysisModuleManager.cpp	/^CAnalysisModuleManager::~CAnalysisModuleManager()$/;"	f	class:CAnalysisModuleManager
~CAnalysisNotifyInterface	./include/AnalysisModuleInterface.h	/^	~CAnalysisNotifyInterface()$/;"	f	class:CAnalysisNotifyInterface
~CAnalysisResultPin	./include/InOutPin.h	/^	virtual ~CAnalysisResultPin()$/;"	f	class:CAnalysisResultPin
~CInOutPinBase	./include/InOutPin.h	/^	virtual ~CInOutPinBase()$/;"	f	class:CInOutPinBase
~CModuleGraph	./ModuleGraph.cpp	/^CModuleGraph::~CModuleGraph()$/;"	f	class:CModuleGraph
~CModuleInfo	./ModuleGraph.h	/^	~CModuleInfo()$/;"	f	class:CModuleInfo
~CModuleNode	./ModuleGraph.h	/^	~CModuleNode()$/;"	f	class:CModuleNode
~CModuleRelayInterface	./include/AnalysisModuleInterface.h	/^	~CModuleRelayInterface()$/;"	f	class:CModuleRelayInterface
~CModuleTrackingInterface	./ModuleGraph.h	/^	~CModuleTrackingInterface()$/;"	f	class:CModuleTrackingInterface
~CNotifyProcessState	./include/AnalysisModuleInterface.h	/^	~CNotifyProcessState()$/;"	f	class:CNotifyProcessState
~CParsingResultPin	./UNOModule/UNOInOutPin.h	/^	virtual ~CParsingResultPin()$/;"	f	class:CParsingResultPin
~CProcessStateInfo	./UNOModule/UNOInOutPin.h	/^	virtual ~CProcessStateInfo()$/;"	f	class:CProcessStateInfo
~CSourceFilePin	./include/InOutPin.h	/^	virtual ~CSourceFilePin()$/;"	f	class:CSourceFilePin
~PAnalysisResultManager	./MemoryManagement/AnalysisResultManager.cpp	/^PAnalysisResultManager::~PAnalysisResultManager()$/;"	f	class:PAnalysisResultManager
~PAnalysisResultManager	./UNOModule/AnalysisResultManager.cpp	/^PAnalysisResultManager::~PAnalysisResultManager()$/;"	f	class:PAnalysisResultManager
~PBuffer	./MemoryManagement/PBuffer.cpp	/^PBuffer::~PBuffer()$/;"	f	class:PBuffer
~PBuffer	./UNOModule/PBuffer.cpp	/^PBuffer::~PBuffer()$/;"	f	class:PBuffer
~PStringToken	./MemoryManagement/PStringToken.cpp	/^PStringToken::~PStringToken()$/;"	f	class:PStringToken
~PStringToken	./UNOModule/PStringToken.cpp	/^PStringToken::~PStringToken()$/;"	f	class:PStringToken
