gtp 799 global/global.c GTP *gtp; gtp 837 global/global.c for (gtp = gtags_first(gtop, strbuf_value(sb), flags); gtp; gtp = gtags_next(gtop)) { gtp 838 global/global.c if (regexec(&preg, gtp->tag, 0, 0, 0) == 0) { gtp 839 global/global.c fputs(gtp->tag, stdout); gtp 850 global/global.c for (gtp = gtags_first(gtop, prefix, flags); gtp; gtp = gtags_next(gtop)) { gtp 851 global/global.c fputs(gtp->tag, stdout); gtp 1575 global/global.c GTP *gtp; gtp 1611 global/global.c for (gtp = gtags_first(gtop, pattern, flags); gtp; gtp = gtags_next(gtop)) { gtp 1612 global/global.c if (lflag && !locatestring(gtp->path, localprefix, MATCH_AT_FIRST)) gtp 1615 global/global.c convert_put_path(cv, gtp->path); gtp 1623 global/global.c char *p = (char *)gtp->tagline; gtp 1639 global/global.c if (strcmp(gtp->path, curpath) != 0) { gtp 1643 global/global.c strlimcpy(curpath, gtp->path, sizeof(curpath)); gtp 1652 global/global.c } else if (strcmp(gtp->tag, curtag) != 0) { gtp 1653 global/global.c strlimcpy(curtag, gtp->tag, sizeof(curtag)); gtp 1704 global/global.c tagname = (char *)uncompress(tagname, gtp->tag); gtp 1705 global/global.c convert_put_using(cv, tagname, gtp->path, n, src, fid); gtp 1734 global/global.c tagname = (char *)uncompress(tagname, gtp->tag); gtp 1735 global/global.c convert_put_using(cv, tagname, gtp->path, n, src, fid); gtp 1746 global/global.c char *p = (char *)gtp->tagline; gtp 1759 global/global.c strlimcpy(namebuf, (char *)uncompress(tagname, gtp->tag), sizeof(namebuf)); gtp 1769 global/global.c image = (char *)uncompress(image, gtp->tag); gtp 1771 global/global.c convert_put_using(cv, tagname, gtp->path, gtp->lineno, image, fid); gtp 699 libutil/gtagsop.c gtop->gtp.path = gtop->path_array[gtop->path_index++]; gtp 700 libutil/gtagsop.c return >op->gtp; gtp 702 libutil/gtagsop.c for (gtop->gtp.tag = dbop_first(gtop->dbop, key, preg, dbflags); gtp 703 libutil/gtagsop.c gtop->gtp.tag != NULL; gtp 704 libutil/gtagsop.c gtop->gtp.tag = dbop_next(gtop->dbop)) gtp 709 libutil/gtagsop.c return gtop->gtp.tag ? >op->gtp : NULL; gtp 750 libutil/gtagsop.c gtop->gtp.path = gtop->path_array[gtop->path_index++]; gtp 751 libutil/gtagsop.c return >op->gtp; gtp 753 libutil/gtagsop.c for (gtop->gtp.tag = dbop_next(gtop->dbop); gtp 754 libutil/gtagsop.c gtop->gtp.tag != NULL; gtp 755 libutil/gtagsop.c gtop->gtp.tag = dbop_next(gtop->dbop)) gtp 760 libutil/gtagsop.c return gtop->gtp.tag ? >op->gtp : NULL; gtp 959 libutil/gtagsop.c GTP *gtp; gtp 982 libutil/gtagsop.c gtp = varray_append(gtop->vb); gtp 983 libutil/gtagsop.c gtp->tagline = pool_strdup(gtop->segment_pool, tagline, 0); gtp 984 libutil/gtagsop.c gtp->tag = (const char *)gtop->cur_tagname; gtp 993 libutil/gtagsop.c gtp->path = sh->name; gtp 994 libutil/gtagsop.c lineno = seekto(gtp->tagline, SEEKTO_LINENO); gtp 997 libutil/gtagsop.c gtp->lineno = atoi(lineno); gtp 126 libutil/gtagsop.h GTP gtp; /**< */