Home
last modified time | relevance | path

Searched refs:ll_str_ptr (Results 1 – 2 of 2) sorted by relevance

/dports/biology/plink/plink-ng-79b2df8c/1.9/
H A Dplink_common.c4554 Ll_str* ll_str_ptr = chrom_info_ptr->incl_excl_name_stack; in cleanup_chrom_info() local
4555 while (ll_str_ptr) { in cleanup_chrom_info()
4556 Ll_str* next_ptr = ll_str_ptr->next; in cleanup_chrom_info()
4557 free(ll_str_ptr); in cleanup_chrom_info()
4558 ll_str_ptr = next_ptr; in cleanup_chrom_info()
H A Dplink.c3403 Ll_str* ll_str_ptr; in main() local
13697 ll_str_ptr = file_delete_list->next; in main()
13700 file_delete_list = ll_str_ptr; in main()