Lines Matching refs:previous_head

134 	char	*current_head, *previous_head;  in append_to_file()  local
155 previous_head = entry_list; in append_to_file()
176 current_head = get_entry(previous_head, one_entry, in append_to_file()
178 previous_head = current_head; in append_to_file()
222 char *current_head, *previous_head; in append_to_minor_perm() local
243 previous_head = entry_list; in append_to_minor_perm()
260 current_head = get_perm_entry(previous_head, one_entry); in append_to_minor_perm()
261 previous_head = current_head; in append_to_minor_perm()
1667 char *previous_head; in check_perm_opts() local
1686 previous_head = perm_list; in check_perm_opts()
1691 current_head = get_perm_entry(previous_head, one_entry); in check_perm_opts()
1693 previous_head = current_head; in check_perm_opts()
1735 char *previous_head; in aliases_unique() local
1749 previous_head = aliases; in aliases_unique()
1753 current_head = get_entry(previous_head, one_entry, ' ', 1); in aliases_unique()
1754 previous_head = current_head; in aliases_unique()
1799 char *previous_head; in aliases_exist() local
1811 previous_head = aliases; in aliases_exist()
1815 current_head = get_entry(previous_head, one_entry, ' ', 1); in aliases_exist()
1816 previous_head = current_head; in aliases_exist()
1846 char *previous_head; in aliases_paths_exist() local
1860 previous_head = aliases; in aliases_paths_exist()
1866 current_head = get_entry(previous_head, one_entry, ' ', 1); in aliases_paths_exist()
1867 previous_head = current_head; in aliases_paths_exist()
2066 char *previous_head; in trim_duplicate_aliases() local
2082 previous_head = aliases; in trim_duplicate_aliases()
2086 current_head = get_entry(previous_head, one_entry, ' ', 1); in trim_duplicate_aliases()
2087 previous_head = current_head; in trim_duplicate_aliases()