Lines Matching refs:tmp
320 struct subtitle_list *pos, *tmp; in set_subtitle() local
322 for (pos = subtitles; pos != NULL; pos = tmp) { in set_subtitle()
323 tmp = pos->next; in set_subtitle()
345 struct subtitle_list *pos, *tmp; in reset_subtitle() local
347 for (pos = subtitles; pos != NULL; pos = tmp) { in reset_subtitle()
348 tmp = pos->next; in reset_subtitle()
439 struct jump_key *pos, *tmp; in search_conf() local
454 list_for_each_entry_safe(pos, tmp, &head, entries) in search_conf()
468 int type, tmp, doint = 2; in build_conf() local
612 tmp = 2 + strlen(sym_get_string_value(sym)); /* () = 2 */ in build_conf()
614 tmp = indent - tmp + 4; in build_conf()
615 if (tmp < 0) in build_conf()
616 tmp = 0; in build_conf()
617 item_add_str("%*c%s%s", tmp, ' ', menu_get_prompt(menu), in build_conf()