Lines Matching refs:tmp
317 struct subtitle_list *pos, *tmp; in set_subtitle() local
319 for (pos = subtitles; pos != NULL; pos = tmp) { in set_subtitle()
320 tmp = pos->next; in set_subtitle()
342 struct subtitle_list *pos, *tmp; in reset_subtitle() local
344 for (pos = subtitles; pos != NULL; pos = tmp) { in reset_subtitle()
345 tmp = pos->next; in reset_subtitle()
430 struct jump_key *pos, *tmp; in search_conf() local
445 list_for_each_entry_safe(pos, tmp, &head, entries) in search_conf()
459 int type, tmp, doint = 2; in build_conf() local
570 tmp = 2 + strlen(sym_get_string_value(sym)); /* () = 2 */ in build_conf()
572 tmp = indent - tmp + 4; in build_conf()
573 if (tmp < 0) in build_conf()
574 tmp = 0; in build_conf()
575 item_add_str("%*c%s%s", tmp, ' ', menu_get_prompt(menu), in build_conf()