GTOP              562 global/global.c 	GTOP *gtop;
GTOP             1031 global/global.c 	GTOP *gtop;
GTOP              358 gtags/gtags.c  		GTOP *gtop = gtags_open(dbpath, cwd, GTAGS, GTAGS_MODIFY);
GTOP              640 gtags/gtags.c  	GTOP *gtop;
GTOP              748 gtags/gtags.c  	GTOP *gtop;
GTOP             1728 htags/htags.c  		GTOP *gtop;
GTOP               65 libutil/gtagsop.c static void flush_pool(GTOP *);
GTOP               66 libutil/gtagsop.c static void segment_read(GTOP *);
GTOP              272 libutil/gtagsop.c GTOP *
GTOP              275 libutil/gtagsop.c 	GTOP *gtop;
GTOP              278 libutil/gtagsop.c 	gtop = (GTOP *)check_calloc(sizeof(GTOP), 1);
GTOP              383 libutil/gtagsop.c gtags_put(GTOP *gtop, const char *key, const char *ctags_x)	/* virtually const */
GTOP              453 libutil/gtagsop.c gtags_delete(GTOP *gtop, IDSET *deleteset)
GTOP              487 libutil/gtagsop.c gtags_first(GTOP *gtop, const char *pattern, int flags)
GTOP              654 libutil/gtagsop.c gtags_next(GTOP *gtop)
GTOP              686 libutil/gtagsop.c gtags_close(GTOP *gtop)
GTOP              714 libutil/gtagsop.c flush_pool(GTOP *gtop)
GTOP              857 libutil/gtagsop.c segment_read(GTOP *gtop)
GTOP              111 libutil/gtagsop.h GTOP *gtags_open(const char *, const char *, int, int);
GTOP              112 libutil/gtagsop.h void gtags_put(GTOP *, const char *, const char *);
GTOP              113 libutil/gtagsop.h void gtags_delete(GTOP *, IDSET *);
GTOP              114 libutil/gtagsop.h GTP *gtags_first(GTOP *, const char *, int);
GTOP              115 libutil/gtagsop.h GTP *gtags_next(GTOP *);
GTOP              116 libutil/gtagsop.h void gtags_close(GTOP *);