Lines Matching refs:tmp
323 struct subtitle_list *pos, *tmp; in set_subtitle() local
325 for (pos = subtitles; pos != NULL; pos = tmp) { in set_subtitle()
326 tmp = pos->next; in set_subtitle()
348 struct subtitle_list *pos, *tmp; in reset_subtitle() local
350 for (pos = subtitles; pos != NULL; pos = tmp) { in reset_subtitle()
351 tmp = pos->next; in reset_subtitle()
442 struct jump_key *pos, *tmp; in search_conf() local
457 list_for_each_entry_safe(pos, tmp, &head, entries) in search_conf()
471 int type, tmp, doint = 2; in build_conf() local
616 tmp = 2 + strlen(sym_get_string_value(sym)); /* () = 2 */ in build_conf()
618 tmp = indent - tmp + 4; in build_conf()
619 if (tmp < 0) in build_conf()
620 tmp = 0; in build_conf()
621 item_add_str("%*c%s%s", tmp, ' ', _(menu_get_prompt(menu)), in build_conf()