label             550 htags/htags.c  	const char **label = Iflag ? anchor_comment : anchor_label;
label             569 htags/htags.c  			fputs(gen_image(CURRENT, icons[n], label[n]), op);
label             573 htags/htags.c  			fprintf(op, "[%s]", label[n]);
label             587 htags/htags.c  			fputs(gen_image(CURRENT, icons[n], label[n]), op);
label             589 htags/htags.c  			fprintf(op, "[%s]", label[n]);
label            1055 htags/htags.c  		char *label = NULL;
label            1073 htags/htags.c  					label = argv[i];
label            1076 htags/htags.c  						label = p;
label            1089 htags/htags.c  		if (label)
label            1090 htags/htags.c  			set_env("GTAGSLABEL", label);
label             219 htags/src2html.c  */
label             243 htags/src2html.c 			strbuf_puts(sb, gen_href_begin(NULL, NULL, NULL, key));
label             245 htags/src2html.c 		if (Iflag) {
label             115 libutil/conf.c readrecord(const char *label)
label             142 libutil/conf.c 			if (!strcmp(label, candidate)) {
label             172 libutil/conf.c includelabel(STRBUF *sb, const char *label, int	level)
label             178 libutil/conf.c 	if (!(savep = p = readrecord(label)))
label             179 libutil/conf.c 		die("label '%s' not found.", label);
label             265 libutil/conf.c 		const char *label;
label             273 libutil/conf.c 		if ((label = getenv("GTAGSLABEL")) == NULL)
label             274 libutil/conf.c 			label = "default";
label             282 libutil/conf.c 		includelabel(sb, label, 0);