ptable 358 gozilla/gozilla.c SPLIT ptable; ptable 369 gozilla/gozilla.c if (split(p, 2, &ptable) != 2) ptable 371 gozilla/gozilla.c if (!strcmp(arg, ptable.part[0].start)) { ptable 383 gozilla/gozilla.c makefileurl(makepath(htmldir, ptable.part[1].start, NULL), 0, URL); ptable 384 gozilla/gozilla.c recover(&ptable); ptable 139 htags/anchor.c SPLIT ptable; ptable 151 htags/anchor.c if (split(ctags_x, 4, &ptable) < 4) { ptable 152 htags/anchor.c recover(&ptable); ptable 156 htags/anchor.c char *p = ptable.part[PART_LINE].start; ptable 161 htags/anchor.c recover(&ptable); ptable 173 htags/anchor.c else if ((p = locatestring(p, ptable.part[PART_TAG].start, MATCH_FIRST)) != NULL) { ptable 175 htags/anchor.c p += strlen(ptable.part[PART_TAG].start); ptable 187 htags/anchor.c a->lineno = atoi(ptable.part[PART_LNO].start); ptable 190 htags/anchor.c settag(a, ptable.part[PART_TAG].start); ptable 191 htags/anchor.c recover(&ptable); ptable 620 htags/common.c SPLIT ptable; ptable 623 htags/common.c if (split((char *)ctags_x, 4, &ptable) < 4) { ptable 624 htags/common.c recover(&ptable); ptable 627 htags/common.c strlimcpy(path, decode_path(ptable.part[PART_PATH].start + 2), sizeof(path)); ptable 634 htags/common.c strbuf_puts(sb, gen_href_begin(srcdir, fid, HTML, ptable.part[PART_LNO].start)); ptable 635 htags/common.c strbuf_puts(sb, ptable.part[PART_TAG].start); ptable 638 htags/common.c ptable.part[PART_LNO].start, path); ptable 641 htags/common.c strbuf_puts(sb, gen_href_begin(srcdir, fid, HTML, ptable.part[PART_LNO].start)); ptable 642 htags/common.c strbuf_puts(sb, ptable.part[PART_TAG].start); ptable 646 htags/common.c ptable.part[PART_LNO].start, path); ptable 648 htags/common.c for (p = ptable.part[PART_LINE].start; *p; p++) { ptable 667 htags/common.c recover(&ptable); ptable 671 htags/common.c strbuf_puts(sb, gen_href_begin(srcdir, fid, HTML, ptable.part[PART_LNO].start)); ptable 672 htags/common.c strbuf_puts(sb, ptable.part[PART_TAG].start); ptable 674 htags/common.c recover(&ptable); ptable 677 htags/common.c for (p = ptable.part[PART_TAG].end; p < ptable.part[PART_PATH].start; p++) ptable 682 htags/common.c for (p = ptable.part[PART_PATH].end; *p; p++) { ptable 824 htags/fileindex.c SPLIT ptable; ptable 829 htags/fileindex.c if (split(ctags_x, 4, &ptable) < 4) { ptable 830 htags/fileindex.c recover(&ptable); ptable 833 htags/fileindex.c if ((suffix = locatestring(ptable.part[PART_PATH].start, ".", MATCH_LAST)) != NULL ptable 837 htags/fileindex.c last = extract_lastname(ptable.part[PART_LINE].start, is_php); ptable 840 htags/fileindex.c recover(&ptable); ptable 901 htags/fileindex.c SPLIT ptable; ptable 904 htags/fileindex.c if (split(strbuf_value(inc->ref_contents), 4, &ptable) < 4) { ptable 905 htags/fileindex.c recover(&ptable); ptable 908 htags/fileindex.c snprintf(buf, sizeof(buf), "%s %s", ptable.part[PART_LNO].start, decode_path(ptable.part[PART_PATH].start)); ptable 909 htags/fileindex.c recover(&ptable);