Searched refs:prev (Results 1 – 4 of 4) sorted by relevance
190 struct thread_list *prev = thread_list; in main() local192 free (prev); in main()
73 char **prev = envp; in get_next_env() local87 *prev_envp = prev; in get_next_env()
834 struct cache_entry *prev = entries; in add_to_cache() local839 prev = ptr; in add_to_cache()850 new_entry->next = prev->next; in add_to_cache()851 prev->next = new_entry; in add_to_cache()
359 struct dir_entry *ptr, *prev; in add_single_dir() local363 prev = ptr; in add_single_dir()383 prev = ptr; in add_single_dir()390 prev->next = entry; in add_single_dir()
Completed in 10 milliseconds