tmp               306 gtags-parser/gctags.c 	struct words tmp;
tmp               311 gtags-parser/gctags.c 	tmp.name = name;
tmp               312 gtags-parser/gctags.c 	result = (struct words *)bsearch(&tmp, words, tablesize, sizeof(struct words), cmp);
tmp               258 htags-refkit/htags_path2url.c 	struct map tmp;
tmp               263 htags-refkit/htags_path2url.c 	tmp.name = path;
tmp               264 htags-refkit/htags_path2url.c 	result = (struct map *)bsearch(&tmp, global_map, global_maplines, sizeof(struct map), cmp);
tmp               115 htags/defineindex.c 				char tmp[128];
tmp               116 htags/defineindex.c 				snprintf(tmp, sizeof(tmp), "%d %s", alpha_count, msg);
tmp               117 htags/defineindex.c 				strbuf_puts(defines, gen_href_begin_with_title("defines", alpha_f, HTML, NULL, tmp));
tmp               262 htags/defineindex.c 		char tmp[128];
tmp               265 htags/defineindex.c 		snprintf(tmp, sizeof(tmp), "%d %s", alpha_count, msg);
tmp               266 htags/defineindex.c 		strbuf_puts(defines, gen_href_begin_with_title("defines", alpha_f, HTML, NULL, tmp));
tmp               230 htags/src2html.c 			char tmp[32], *key = tmp;
tmp               237 htags/src2html.c 				snprintf(tmp, sizeof(tmp), "%d", ref[i]);
tmp               241 htags/src2html.c 			char tmp[MAXPATHLEN];
tmp               242 htags/src2html.c 			snprintf(tmp, sizeof(tmp), "%s%s", (i != A_INDEX && i != A_HELP && ref[i] == 0) ? "n_" : "", icons[i]);
tmp               243 htags/src2html.c 			strbuf_puts(sb, gen_image(PARENT, tmp, label[i]));
tmp               361 htags/src2html.c 			char tmp[MAXPATHLEN];
tmp               376 htags/src2html.c 				snprintf(tmp, sizeof(tmp), "%s?pattern=%s%stype=%s",
tmp               378 htags/src2html.c 				file = tmp;
tmp               812 htags/src2html.c 				char tmp[32];
tmp               813 htags/src2html.c 				snprintf(tmp, sizeof(tmp), "%d", ancref->lineno);
tmp               815 htags/src2html.c 				strbuf_puts(define_index, gen_href_begin_with_title(NULL, NULL, NULL, tmp, tooltip('R', ancref->lineno, NULL)));
tmp                83 libdb/bt_open.c static int tmp(void);
tmp               222 libdb/bt_open.c 		if ((t->bt_fd = tmp()) == -1)
tmp               296 libutil/conf.c 		STRBUF *tmp = strbuf_open(0);
tmp               303 libutil/conf.c 		if (getconfs("langmap", tmp))
tmp               304 libutil/conf.c 			langmap = strbuf_value(tmp);
tmp               309 libutil/conf.c 		strbuf_close(tmp);
tmp               213 libutil/token.c 				int tmp = peekc(1);
tmp               215 libutil/token.c 				if (tmp == '\"' || tmp == '\'')