Searched refs:old_temp (Results 1 – 1 of 1) sorted by relevance
589 HIST_ENTRY *old_temp, *temp; in rl_get_previous_history() local609 temp = old_temp = (HIST_ENTRY *)NULL; in rl_get_previous_history()616 old_temp = temp; in rl_get_previous_history()622 if (!temp && old_temp) in rl_get_previous_history()623 temp = old_temp; in rl_get_previous_history()