!_TAG_FILE_FORMAT	2	/extended format; --format=1 will not append ;" to lines/
!_TAG_FILE_SORTED	1	/0=unsorted, 1=sorted/
!_TAG_PROGRAM_AUTHOR	Darren Hiebert	/darren@hiebert.com/
!_TAG_PROGRAM_NAME	Exuberant Ctags	//
!_TAG_PROGRAM_URL	http://darren.hiebert.com/ctags/	/official site/
!_TAG_PROGRAM_VERSION	3.5.1	/with C, C++, Eiffel, Fortran, and Java  support/
ADD_ITEM	editdb.c	48;"	d	file:
DEFAULT_EDITOR	editdb.c	54;"	d	file:
DEFAULT_PAGER	editdb.c	55;"	d	file:
DELETE_ITEM	editdb.c	44;"	d	file:
DIR_SEPARATOR	editdb.c	58;"	d	file:
DIR_SEPARATOR	editdb.c	63;"	d	file:
DUMP_DB	editdb.c	50;"	d	file:
Dbitem	editdb.c	/^}Dbitem;$/;"	t	file:
EDIT_ITEM	editdb.c	42;"	d	file:
EDIT_ITEM_VISUALLY	editdb.c	43;"	d	file:
FALSE	editdb.c	34;"	d	file:
False	editdb.c	73;"	d	file:
INSERT_TO_DB	editdb.c	45;"	d	file:
LOAD_FROM_FILE	editdb.c	46;"	d	file:
SEARCH_DB	editdb.c	47;"	d	file:
SET_VARS	editdb.c	49;"	d	file:
SYM_PREFIX	editdb.c	61;"	d	file:
SYM_PREFIX	editdb.c	64;"	d	file:
TRUE	editdb.c	33;"	d	file:
True	editdb.c	69;"	d	file:
Usage	editdb.c	/^static int Usage(char *progname,char *dbtype)$/;"	f	file:
VERSION_S	editdb.c	36;"	d	file:
_dbitem	editdb.c	/^typedef struct _dbitem$/;"	s	file:
allocateDbitem	editdb.c	/^static Dbitem *allocateDbitem(void)$/;"	f	file:
compFunc	editdb.c	/^static int compFunc(void *i1,void *i2)$/;"	f	file:
deleteFromDb	editdb.c	/^static void deleteFromDb(char *db_path,Sll *list,int n)$/;"	f	file:
dotLock	editdb.c	/^static int dotLock(void)$/;"	f	file:
dotUnlock	editdb.c	/^static void dotUnlock(void)$/;"	f	file:
editItems	editdb.c	/^static int editItems(char *db_path,Sll *list,int item_num)$/;"	f	file:
getItem	editdb.c	/^char *getItem(char **pp,int n,int which_one)$/;"	f
getLock	editdb.c	/^static int getLock(void)$/;"	f	file:
getOverwrite	editdb.c	/^static int getOverwrite(void)$/;"	f	file:
key	editdb.c	/^        *key,$/;"	m	struct:_dbitem
main	editdb.c	/^int main (int argc,char **argv) $/;"	f
printItems	editdb.c	/^static void printItems(Sll *list)$/;"	f	file:
printMenu	editdb.c	/^static void printMenu(void)$/;"	f	file:
processCommand	editdb.c	/^int processCommand(char *command,char *dbpath)$/;"	f
processItem	editdb.c	/^void processItem(char *item,char *dbpath,int do_what)$/;"	f
promptForNew	editdb.c	/^static void promptForNew(char *db_path)$/;"	f	file:
readItemsFromFile	editdb.c	/^static Sll *readItemsFromFile(char *filepath)$/;"	f	file:
s_be_quiet	editdb.c	/^    s_be_quiet=False;$/;"	v	file:
s_lock	editdb.c	/^    s_lock=True;$/;"	v	file:
s_overrite	editdb.c	/^    s_overrite;$/;"	v	file:
s_sztmpfile	editdb.c	/^    s_sztmpfile[BUFSIZ];$/;"	v
setLock	editdb.c	/^static int setLock(int i)$/;"	f	file:
setOverwrite	editdb.c	/^static void setOverwrite(int i)$/;"	f	file:
showVersionInfo	editdb.c	/^static void showVersionInfo(void)$/;"	f	file:
splitOn	editdb.c	/^char **splitOn(char c,char *ptr,int *n)$/;"	f
vEditItems	editdb.c	/^static int vEditItems(Sll *list,int item_num)$/;"	f	file:
value	editdb.c	/^        *value;$/;"	m	struct:_dbitem
writeItemsToDb	editdb.c	/^static void writeItemsToDb(char *db_path,char *key,char *value)$/;"	f	file:
writeListsToDb	editdb.c	/^static void writeListsToDb(char *db_path,Sll *list)$/;"	f	file:
writeVitemsToDb	editdb.c	/^static void writeVitemsToDb(char *db_path,Sll *list,int n)$/;"	f	file:
