gtp               563 global/global.c 	GTP *gtp;
gtp               573 global/global.c 	for (gtp = gtags_first(gtop, prefix, flags); gtp; gtp = gtags_next(gtop)) {
gtp               574 global/global.c 		fputs(gtp->tag, stdout);
gtp              1032 global/global.c 	GTP *gtp;
gtp              1068 global/global.c 	for (gtp = gtags_first(gtop, pattern, flags); gtp; gtp = gtags_next(gtop)) {
gtp              1069 global/global.c 		if (lflag && !locatestring(gtp->path, localprefix, MATCH_AT_FIRST))
gtp              1072 global/global.c 			convert_put(cv, gtp->path);
gtp              1079 global/global.c 			char *p = (char *)gtp->tagline;
gtp              1094 global/global.c 				if (strcmp(gtp->path, curpath) != 0) {
gtp              1098 global/global.c 					strlimcpy(curpath, gtp->path, sizeof(curpath));
gtp              1107 global/global.c 				} else if (strcmp(gtp->tag, curtag) != 0) {
gtp              1108 global/global.c 					strlimcpy(curtag, gtp->tag, sizeof(curtag));
gtp              1148 global/global.c 								die("unexpected end of file. '%s: %d/%d'", gtp->path, lineno, n);
gtp              1153 global/global.c 						tagname = (char *)uncompress(tagname, gtp->tag);
gtp              1154 global/global.c 					convert_put_using(cv, tagname, gtp->path, n, src);
gtp              1169 global/global.c 								die("unexpected end of file. '%s: %d/%d'", gtp->path, lineno, n);
gtp              1174 global/global.c 						tagname = (char *)uncompress(tagname, gtp->tag);
gtp              1175 global/global.c 					convert_put_using(cv, tagname, gtp->path, n, src);
gtp              1185 global/global.c 			char *p = (char *)gtp->tagline;
gtp              1197 global/global.c 				strlimcpy(namebuf, (char *)uncompress(tagname, gtp->tag), sizeof(namebuf));
gtp              1207 global/global.c 					image = (char *)uncompress(image, gtp->tag);
gtp              1209 global/global.c 			convert_put_using(cv, tagname, gtp->path, gtp->lineno, image);
gtp               614 libutil/gtagsop.c 		gtop->gtp.path = gtop->path_array[gtop->path_index++];
gtp               615 libutil/gtagsop.c 		return &gtop->gtp;
gtp               617 libutil/gtagsop.c 		return ((gtop->gtp.tag = dbop_first(gtop->dbop, key, preg, dbflags)) == NULL)
gtp               618 libutil/gtagsop.c 			? NULL : &gtop->gtp;
gtp               659 libutil/gtagsop.c 		gtop->gtp.path = gtop->path_array[gtop->path_index++];
gtp               660 libutil/gtagsop.c 		return &gtop->gtp;
gtp               662 libutil/gtagsop.c 		return ((gtop->gtp.tag = dbop_next(gtop->dbop)) == NULL)
gtp               663 libutil/gtagsop.c 			? NULL : &gtop->gtp;
gtp               860 libutil/gtagsop.c 	GTP *gtp;
gtp               882 libutil/gtagsop.c 		gtp = varray_append(gtop->vb);
gtp               883 libutil/gtagsop.c 		gtp->tagline = pool_strdup(gtop->segment_pool, tagline, 0);
gtp               884 libutil/gtagsop.c 		gtp->tag = (const char *)gtop->cur_tagname;
gtp               893 libutil/gtagsop.c 		gtp->path = sh->name;
gtp               894 libutil/gtagsop.c 		lineno = seekto(gtp->tagline, SEEKTO_LINENO);
gtp               897 libutil/gtagsop.c 		gtp->lineno = atoi(lineno);
gtp                95 libutil/gtagsop.h 	GTP gtp;