part 979 global/global.c if (strcmp(curpath, ptable.part[PART_PATH].start)) { part 980 global/global.c strlimcpy(curpath, ptable.part[PART_PATH].start, sizeof(curpath)); part 350 gozilla/gozilla.c if (!strcmp(arg, ptable.part[0].start)) { part 364 gozilla/gozilla.c makefileurl(makepath(htmldir, ptable.part[1].start, NULL), 0, URL); part 137 htags/anchor.c if (!locatestring(ptable.part[PART_PATH].start, "./", MATCH_AT_FIRST)) { part 141 htags/anchor.c if (strcmp(ptable.part[PART_PATH].start, path) != 0) { part 147 htags/anchor.c char *p = ptable.part[PART_LINE].start; part 164 htags/anchor.c else if ((p = locatestring(p, ptable.part[PART_TAG].start, MATCH_FIRST)) != NULL) { part 166 htags/anchor.c p += strlen(ptable.part[PART_TAG].start); part 178 htags/anchor.c a->lineno = atoi(ptable.part[PART_LNO].start); part 181 htags/anchor.c settag(a, ptable.part[PART_TAG].start); part 569 htags/common.c if (split((char *)ctags_x, 4, &ptable) < 4) { part 574 htags/common.c fid = path2fid(filename); part 575 htags/common.c if (table_list) { part 578 htags/common.c strbuf_puts(sb, gen_href_begin(srcdir, fid, HTML, ptable.part[PART_LNO].start)); part 581 htags/common.c strbuf_sprintf(sb, "</td><td class='line'>%s</td><td class='file'>%s</td><td class='code'>", part 582 htags/common.c ptable.part[PART_LNO].start, filename); part 585 htags/common.c strbuf_puts(sb, gen_href_begin(srcdir, fid, HTML, ptable.part[PART_LNO].start)); part 588 htags/common.c strbuf_sprintf(sb, "</td><td nowrap align='right'>%s</td><td nowrap align='left'>%s</td><td nowrap>", part 610 htags/common.c recover(&ptable); part 611 htags/common.c } else { part 613 htags/common.c part 206 htags/defineindex.c fid = ptable.part[0].start; part 207 htags/defineindex.c enumber = ptable.part[1].start; part 233 htags/defineindex.c lno = ptable.part[0].start; part 234 htags/defineindex.c path = ptable.part[1].start; part 99 htags/dupindex.c strlimcpy(tag, ptable.part[PART_TAG].start, sizeof(tag)); part 127 htags/dupindex.c snprintf(buf, sizeof(buf), "%s %s", ptable.part[PART_LNO].start, ptable.part[PART_PATH].start); part 188 htags/dupindex.c snprintf(buf, sizeof(buf), "%s %s", ptable.part[PART_LNO].start, ptable.part[PART_PATH].start); part 772 htags/fileindex.c if ((suffix = locatestring(ptable.part[PART_PATH].start, ".", MATCH_LAST)) != NULL part 776 htags/fileindex.c last = extract_lastname(ptable.part[PART_LINE].start, is_php); part 847 htags/fileindex.c snprintf(buf, sizeof(buf), "%s %s", ptable.part[PART_LNO].start, ptable.part[PART_PATH].start); part 403 libutil/gtagsop.c if (gtop->cur_path[0] && strcmp(gtop->cur_path, ptable.part[PART_PATH].start)) { part 407 libutil/gtagsop.c strlimcpy(gtop->cur_path, ptable.part[PART_PATH].start, sizeof(gtop->cur_path)); part 423 libutil/gtagsop.c *lno = atoi(ptable.part[PART_LNO].start); part 425 libutil/gtagsop.c const char *s_fid = gpath_path2fid(ptable.part[PART_PATH].start, NULL); part 428 libutil/gtagsop.c die("GPATH is corrupted.('%s' not found)", ptable.part[PART_PATH].start); part 433 libutil/gtagsop.c strbuf_puts(gtop->sb, compress(ptable.part[PART_TAG].start, key)); part 435 libutil/gtagsop.c strbuf_puts(gtop->sb, ptable.part[PART_TAG].start); part 437 libutil/gtagsop.c strbuf_puts(gtop->sb, ptable.part[PART_LNO].start); part 440 libutil/gtagsop.c compress(ptable.part[PART_LINE].start, key) : part 441 libutil/gtagsop.c ptable.part[PART_LINE].start); part 94 libutil/split.c struct part *part = &list->part[0]; part 105 libutil/split.c part->start = s; part 108 libutil/split.c part->end = s; part 109 libutil/split.c part->savec = *s; part 110 libutil/split.c part++; part 115 libutil/split.c part->start = s; part 116 libutil/split.c part->end = (char *)0; part 117 libutil/split.c part->savec = 0; part 119 libutil/split.c part++; part 121 libutil/split.c while (part-- > &list->part[0]) { part 122 libutil/split.c if (part->savec != '\0') part 123 libutil/split.c *part->end = '\0'; part 137 libutil/split.c if ((c = list->part[i].savec) != '\0') part 138 libutil/split.c *(list->part[i].end) = c; part 148 libutil/split.c struct part *part; part 153 libutil/split.c part = &list->part[i]; part 154 libutil/split.c fprintf(stderr, "string[%d]: |%s|\n", i, part->start); part 155 libutil/split.c fprintf(stderr, "savec[%d] : |%c|\n", i, part->savec); part 27 libutil/split.h struct part { part 31 libutil/split.h } part[NPART];