ptable            970 global/global.c 			SPLIT ptable;
ptable            975 global/global.c 				if (split((char *)ctags_x, 4, &ptable) < 4) {
ptable            976 global/global.c 					recover(&ptable);
ptable            979 global/global.c 				if (strcmp(curpath, ptable.part[PART_PATH].start)) {
ptable            980 global/global.c 					strlimcpy(curpath, ptable.part[PART_PATH].start, sizeof(curpath));
ptable            321 gozilla/gozilla.c 	SPLIT ptable;
ptable            336 gozilla/gozilla.c 			if (split(p, 2, &ptable) != 2)
ptable            348 gozilla/gozilla.c 				if (split(p, 2, &ptable) != 2)
ptable            350 gozilla/gozilla.c 				if (!strcmp(arg, ptable.part[0].start)) {
ptable            364 gozilla/gozilla.c 	makefileurl(makepath(htmldir, ptable.part[1].start, NULL), 0, URL);
ptable            365 gozilla/gozilla.c 	recover(&ptable);
ptable            129 htags/anchor.c 			SPLIT ptable;
ptable            133 htags/anchor.c 			if (split(ctags_x, 4, &ptable) < 4) {
ptable            134 htags/anchor.c 				recover(&ptable);
ptable            137 htags/anchor.c 			if (!locatestring(ptable.part[PART_PATH].start, "./", MATCH_AT_FIRST)) {
ptable            138 htags/anchor.c 				recover(&ptable);
ptable            141 htags/anchor.c 			if (strcmp(ptable.part[PART_PATH].start, path) != 0) {
ptable            142 htags/anchor.c 				recover(&ptable);
ptable            147 htags/anchor.c 				char *p = ptable.part[PART_LINE].start;
ptable            152 htags/anchor.c 					recover(&ptable);
ptable            164 htags/anchor.c 				else if ((p = locatestring(p, ptable.part[PART_TAG].start, MATCH_FIRST)) != NULL) {
ptable            166 htags/anchor.c 					p += strlen(ptable.part[PART_TAG].start);
ptable            178 htags/anchor.c 			a->lineno = atoi(ptable.part[PART_LNO].start);
ptable            181 htags/anchor.c 			settag(a, ptable.part[PART_TAG].start);
ptable            182 htags/anchor.c 			recover(&ptable);
ptable            562 htags/common.c gen_list_body(const char *srcdir, const char *ctags_x)		/* virtually const */
ptable            565 htags/common.c 	const char *p, *filename, *fid;
ptable            566 htags/common.c 	SPLIT ptable;
ptable            569 htags/common.c 	if (split((char *)ctags_x, 4, &ptable) < 4) {
ptable            574 htags/common.c 	fid = path2fid(filename);
ptable            575 htags/common.c 	if (table_list) {
ptable            578 htags/common.c 			strbuf_puts(sb, gen_href_begin(srcdir, fid, HTML, ptable.part[PART_LNO].start));
ptable            581 htags/common.c 			strbuf_sprintf(sb, "</td><td class='line'>%s</td><td class='file'>%s</td><td class='code'>",
ptable            582 htags/common.c 				ptable.part[PART_LNO].start, filename);
ptable            585 htags/common.c 			strbuf_puts(sb, gen_href_begin(srcdir, fid, HTML, ptable.part[PART_LNO].start));
ptable            588 htags/common.c 			strbuf_sprintf(sb, "</td><td nowrap align='right'>%s</td><td nowrap align='left'>%s</td><td nowrap>",
ptable            606 htags/common.c 			} else
ptable            610 htags/common.c 		recover(&ptable);
ptable            611 htags/common.c 	} else {
ptable            613 htags/common.c 
ptable            614 htags/common.c 		strbuf_puts(sb, gen_href_begin(srcdir, fid, HTML, ptable.part[PART_LNO].start));
ptable            199 htags/defineindex.c 			SPLIT ptable;
ptable            202 htags/defineindex.c 			if (split((char *)line + 1, 2, &ptable) < 2) {
ptable            203 htags/defineindex.c 				recover(&ptable);
ptable            206 htags/defineindex.c 			fid     = ptable.part[0].start;
ptable            207 htags/defineindex.c 			enumber = ptable.part[1].start;
ptable            224 htags/defineindex.c 			recover(&ptable);
ptable            226 htags/defineindex.c 			SPLIT ptable;
ptable            229 htags/defineindex.c 			if (split((char *)line, 2, &ptable) < 2) {
ptable            230 htags/defineindex.c 				recover(&ptable);
ptable            233 htags/defineindex.c 			lno = ptable.part[0].start;
ptable            234 htags/defineindex.c 			path = ptable.part[1].start;
ptable            244 htags/defineindex.c 			recover(&ptable);
ptable             93 htags/dupindex.c 			SPLIT ptable;
ptable             95 htags/dupindex.c 			if (split(ctags_x, 2, &ptable) < 2) {
ptable             96 htags/dupindex.c 				recover(&ptable);
ptable             99 htags/dupindex.c 			strlimcpy(tag, ptable.part[PART_TAG].start, sizeof(tag));
ptable            100 htags/dupindex.c 			recover(&ptable);
ptable            123 htags/dupindex.c 					if (split(first_line, 4, &ptable) < 4) {
ptable            124 htags/dupindex.c 						recover(&ptable);
ptable            127 htags/dupindex.c 					snprintf(buf, sizeof(buf), "%s %s", ptable.part[PART_LNO].start, ptable.part[PART_PATH].start);
ptable            129 htags/dupindex.c 					recover(&ptable);
ptable            182 htags/dupindex.c 			SPLIT ptable;
ptable            184 htags/dupindex.c 			if (split(first_line, 4, &ptable) < 4) {
ptable            185 htags/dupindex.c 				recover(&ptable);
ptable            188 htags/dupindex.c 			snprintf(buf, sizeof(buf), "%s %s", ptable.part[PART_LNO].start, ptable.part[PART_PATH].start);
ptable            190 htags/dupindex.c 			recover(&ptable);
ptable            763 htags/fileindex.c 		SPLIT ptable;
ptable            768 htags/fileindex.c 		if (split(ctags_x, 4, &ptable) < 4) {
ptable            769 htags/fileindex.c 			recover(&ptable);
ptable            772 htags/fileindex.c 		if ((suffix = locatestring(ptable.part[PART_PATH].start, ".", MATCH_LAST)) != NULL
ptable            776 htags/fileindex.c 		last = extract_lastname(ptable.part[PART_LINE].start, is_php);
ptable            779 htags/fileindex.c 		recover(&ptable);
ptable            840 htags/fileindex.c 			SPLIT ptable;
ptable            843 htags/fileindex.c 			if (split(strbuf_value(inc->ref_contents), 4, &ptable) < 4) {
ptable            844 htags/fileindex.c 				recover(&ptable);
ptable            847 htags/fileindex.c 			snprintf(buf, sizeof(buf), "%s %s", ptable.part[PART_LNO].start, ptable.part[PART_PATH].start);
ptable            848 htags/fileindex.c 			recover(&ptable);
ptable            385 libutil/gtagsop.c 	SPLIT ptable;
ptable            387 libutil/gtagsop.c 	if (split((char *)ctags_x, 4, &ptable) != 4) {
ptable            388 libutil/gtagsop.c 		recover(&ptable);
ptable            403 libutil/gtagsop.c 		if (gtop->cur_path[0] && strcmp(gtop->cur_path, ptable.part[PART_PATH].start)) {
ptable            407 libutil/gtagsop.c 		strlimcpy(gtop->cur_path, ptable.part[PART_PATH].start, sizeof(gtop->cur_path));
ptable            423 libutil/gtagsop.c 		*lno = atoi(ptable.part[PART_LNO].start);
ptable            425 libutil/gtagsop.c 		const char *s_fid = gpath_path2fid(ptable.part[PART_PATH].start, NULL);
ptable            428 libutil/gtagsop.c 			die("GPATH is corrupted.('%s' not found)", ptable.part[PART_PATH].start);
ptable            433 libutil/gtagsop.c 			strbuf_puts(gtop->sb, compress(ptable.part[PART_TAG].start, key));
ptable            435 libutil/gtagsop.c 			strbuf_puts(gtop->sb, ptable.part[PART_TAG].start);
ptable            437 libutil/gtagsop.c 		strbuf_puts(gtop->sb, ptable.part[PART_LNO].start);
ptable            440 libutil/gtagsop.c 			compress(ptable.part[PART_LINE].start, key) :
ptable            441 libutil/gtagsop.c 			ptable.part[PART_LINE].start);
ptable            444 libutil/gtagsop.c 	recover(&ptable);