label 645 htags/htags.c const char **label = Iflag ? anchor_comment : anchor_label; label 664 htags/htags.c fputs(gen_image(CURRENT, icons[n], label[n]), op); label 668 htags/htags.c fprintf(op, "[%s]", label[n]); label 682 htags/htags.c fputs(gen_image(CURRENT, icons[n], label[n]), op); label 684 htags/htags.c fprintf(op, "[%s]", label[n]); label 1222 htags/htags.c char *label = NULL; label 1240 htags/htags.c label = argv[i]; label 1243 htags/htags.c label = p; label 1256 htags/htags.c if (label) label 1257 htags/htags.c set_env("GTAGSLABEL", label); label 242 htags/src2html.c const char **label = Iflag ? anchor_comment : anchor_label; label 266 htags/src2html.c strbuf_puts(sb, gen_image(PARENT, tmp, label[i])); label 268 htags/src2html.c strbuf_sprintf(sb, "[%s]", label[i]); label 118 libutil/conf.c readrecord(const char *label) label 145 libutil/conf.c if (!strcmp(label, candidate)) { label 175 libutil/conf.c includelabel(STRBUF *sb, const char *label, int level) label 181 libutil/conf.c if (!(savep = p = readrecord(label))) label 182 libutil/conf.c die("label '%s' not found.", label); label 271 libutil/conf.c const char *label; label 279 libutil/conf.c if ((label = getenv("GTAGSLABEL")) == NULL) label 280 libutil/conf.c label = "default"; label 288 libutil/conf.c includelabel(sb, label, 0);