ctags_x 894 global/global.c char *ctags_x; ctags_x 974 global/global.c while ((ctags_x = xargs_read(xp)) != NULL) { ctags_x 975 global/global.c if (split((char *)ctags_x, 4, &ptable) < 4) { ctags_x 977 global/global.c die("too small number of parts.\n'%s'", ctags_x); ctags_x 986 global/global.c while ((ctags_x = xargs_read(xp)) != NULL) { ctags_x 987 global/global.c convert_put(cv, ctags_x); ctags_x 270 gtags/gtags.c char *ctags_x; ctags_x 274 gtags/gtags.c while ((ctags_x = strbuf_fgets(ib, stdin, STRBUF_NOCRLF)) != NULL) ctags_x 275 gtags/gtags.c convert_put(cv, ctags_x); ctags_x 693 gtags/gtags.c char *ctags_x; ctags_x 700 gtags/gtags.c while ((ctags_x = xargs_read(xp)) != NULL) { ctags_x 701 gtags/gtags.c strlimcpy(tag, strmake(ctags_x, " \t"), sizeof(tag)); ctags_x 719 gtags/gtags.c gtags_put(gtop, p, ctags_x); ctags_x 750 gtags/gtags.c char *ctags_x; ctags_x 797 gtags/gtags.c while ((ctags_x = xargs_read(xp)) != NULL) { ctags_x 800 gtags/gtags.c strlimcpy(tag, strmake(ctags_x, " \t"), sizeof(tag)); ctags_x 818 gtags/gtags.c gtags_put(gtop, p, ctags_x); ctags_x 120 htags/anchor.c char *ctags_x; ctags_x 128 htags/anchor.c while ((ctags_x = xargs_read(xp)) != NULL) { ctags_x 133 htags/anchor.c if (split(ctags_x, 4, &ptable) < 4) { ctags_x 135 htags/anchor.c die("too small number of parts in anchor_load().\n'%s'", ctags_x); ctags_x 139 htags/anchor.c die("The output of parser is illegal.\n%s", ctags_x); ctags_x 153 htags/anchor.c die("The output of parser is illegal.\n%s", ctags_x); ctags_x 184 htags/anchor.c if (ctags_x == NULL) { ctags_x 558 htags/common.c * ctags_x 565 htags/common.c const char *p, *filename, *fid; ctags_x 567 htags/common.c ctags_x 613 htags/common.c ctags_x 70 htags/dupindex.c char *ctags_x, tag[IDENTLEN], prev[IDENTLEN], first_line[MAXBUFLEN]; ctags_x 92 htags/dupindex.c while ((ctags_x = strbuf_fgets(sb, ip, STRBUF_NOCRLF)) != NULL) { ctags_x 95 htags/dupindex.c if (split(ctags_x, 2, &ptable) < 2) { ctags_x 97 htags/dupindex.c die("too small number of parts.(1)\n'%s'", ctags_x); ctags_x 125 htags/dupindex.c die("too small number of parts.(2)\n'%s'", ctags_x); ctags_x 135 htags/dupindex.c strncpy(first_line, ctags_x, sizeof(first_line)); ctags_x 158 htags/dupindex.c fputs_nl(gen_list_body(srcdir, ctags_x), op); ctags_x 186 htags/dupindex.c die("too small number of parts.(3)\n'%s'", ctags_x); ctags_x 743 htags/fileindex.c char *ctags_x; ctags_x 762 htags/fileindex.c while ((ctags_x = strbuf_fgets(input, PIPE, STRBUF_NOCRLF)) != NULL) { ctags_x 768 htags/fileindex.c if (split(ctags_x, 4, &ptable) < 4) { ctags_x 789 htags/fileindex.c for (p = ctags_x; *p && *p != ' ' && *p != '\t'; p++) ctags_x 383 libutil/gtagsop.c gtags_put(GTOP *gtop, const char *key, const char *ctags_x) /* virtually const */ ctags_x 387 libutil/gtagsop.c if (split((char *)ctags_x, 4, &ptable) != 4) { ctags_x 389 libutil/gtagsop.c die("illegal tag format.\n'%s'", ctags_x);