GTOP              798 global/global.c 	GTOP *gtop = gtags_open(dbpath, root, db, GTAGS_READ, 0);
GTOP             1574 global/global.c 	GTOP *gtop;
GTOP              473 gtags/gtags.c  		GTOP *gtop = gtags_open(dbpath, cwd, GTAGS, GTAGS_MODIFY, 0);
GTOP              735 gtags/gtags.c  	GTOP *gtop[GTAGLIM];
GTOP              742 gtags/gtags.c  	GTOP *gtop;
GTOP             1936 htags/htags.c  		GTOP *gtop;
GTOP               65 libutil/gtagsop.c static int is_defined_in_GTAGS(GTOP *, const char *);
GTOP               66 libutil/gtagsop.c static void flush_pool(GTOP *, const char *);
GTOP               67 libutil/gtagsop.c static void segment_read(GTOP *);
GTOP              288 libutil/gtagsop.c is_defined_in_GTAGS(GTOP *gtop, const char *name)
GTOP              326 libutil/gtagsop.c GTOP *
GTOP              329 libutil/gtagsop.c 	GTOP *gtop;
GTOP              333 libutil/gtagsop.c 	gtop = (GTOP *)check_calloc(sizeof(GTOP), 1);
GTOP              466 libutil/gtagsop.c gtags_put_using(GTOP *gtop, const char *tag, int lno, const char *fid, const char *img)
GTOP              525 libutil/gtagsop.c gtags_flush(GTOP *gtop, const char *fid)
GTOP              539 libutil/gtagsop.c gtags_delete(GTOP *gtop, IDSET *deleteset)
GTOP              573 libutil/gtagsop.c gtags_first(GTOP *gtop, const char *pattern, int flags)
GTOP              745 libutil/gtagsop.c gtags_next(GTOP *gtop)
GTOP              783 libutil/gtagsop.c gtags_close(GTOP *gtop)
GTOP              812 libutil/gtagsop.c flush_pool(GTOP *gtop, const char *s_fid)
GTOP              956 libutil/gtagsop.c segment_read(GTOP *gtop)
GTOP              145 libutil/gtagsop.h GTOP *gtags_open(const char *, const char *, int, int, int);
GTOP              146 libutil/gtagsop.h void gtags_put_using(GTOP *, const char *, int, const char *, const char *);
GTOP              147 libutil/gtagsop.h void gtags_flush(GTOP *, const char *);
GTOP              148 libutil/gtagsop.h void gtags_delete(GTOP *, IDSET *);
GTOP              149 libutil/gtagsop.h GTP *gtags_first(GTOP *, const char *, int);
GTOP              150 libutil/gtagsop.h GTP *gtags_next(GTOP *);
GTOP              151 libutil/gtagsop.h void gtags_close(GTOP *);