Lines Matching refs:tmp
322 struct subtitle_list *pos, *tmp; in set_subtitle() local
324 for (pos = subtitles; pos != NULL; pos = tmp) { in set_subtitle()
325 tmp = pos->next; in set_subtitle()
347 struct subtitle_list *pos, *tmp; in reset_subtitle() local
349 for (pos = subtitles; pos != NULL; pos = tmp) { in reset_subtitle()
350 tmp = pos->next; in reset_subtitle()
441 struct jump_key *pos, *tmp; in search_conf() local
456 list_for_each_entry_safe(pos, tmp, &head, entries) in search_conf()
470 int type, tmp, doint = 2; in build_conf() local
614 tmp = 2 + strlen(sym_get_string_value(sym)); /* () = 2 */ in build_conf()
616 tmp = indent - tmp + 4; in build_conf()
617 if (tmp < 0) in build_conf()
618 tmp = 0; in build_conf()
619 item_add_str("%*c%s%s", tmp, ' ', menu_get_prompt(menu), in build_conf()