Searched refs:dw_last_file_next (Results 1 – 3 of 3) sorted by relevance
331 static struct file_list *dw_head_file = 0, *dw_cur_file = 0, **dw_last_file_next = NULL; variable2092 *dw_last_file_next = dw_cur_file; in new_file_list()2094 dw_last_file_next = &(dw_cur_file->next); in new_file_list()
328 static struct file_list *dw_head_file = 0, *dw_cur_file = 0, **dw_last_file_next = NULL; variable2084 *dw_last_file_next = dw_cur_file; in new_file_list()2086 dw_last_file_next = &(dw_cur_file->next); in new_file_list()