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 		if (i == A_INDEX) {
tmp               237 htags/src2html.c 			if (ref[i] == -1)
tmp               241 htags/src2html.c 			else
tmp               242 htags/src2html.c 				snprintf(tmp, sizeof(tmp), "%d", ref[i]);
tmp               243 htags/src2html.c 			strbuf_puts(sb, gen_href_begin(NULL, NULL, NULL, key));
tmp               361 htags/src2html.c 	} else {
tmp               376 htags/src2html.c 					s = "definitions";
tmp               378 htags/src2html.c 					s = "reference";
tmp               812 htags/src2html.c 				if (filename[0] == '.' && filename[1] == '/')
tmp               813 htags/src2html.c 					filename += 2;
tmp               815 htags/src2html.c 				file = path2fid(filename);
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 == '\'')