Lines Matching defs:current_head
134 char *current_head, *previous_head;
176 current_head = get_entry(previous_head, one_entry,
178 previous_head = current_head;
190 } while (*current_head != '\0');
222 char *current_head, *previous_head;
260 current_head = get_perm_entry(previous_head, one_entry);
261 previous_head = current_head;
272 } while (*current_head != '\0');
1666 char *current_head;
1687 current_head = perm_list;
1689 while (*current_head != '\0') {
1691 current_head = get_perm_entry(previous_head, one_entry);
1693 previous_head = current_head;
1734 char *current_head;
1753 current_head = get_entry(previous_head, one_entry, ' ', 1);
1754 previous_head = current_head;
1780 } while (*current_head != '\0');
1798 char *current_head;
1815 current_head = get_entry(previous_head, one_entry, ' ', 1);
1816 previous_head = current_head;
1827 } while (*current_head != '\0');
1845 char *current_head;
1866 current_head = get_entry(previous_head, one_entry, ' ', 1);
1867 previous_head = current_head;
1882 } while (*current_head != '\0');
2065 char *current_head;
2086 current_head = get_entry(previous_head, one_entry, ' ', 1);
2087 previous_head = current_head;
2116 } while (*current_head != '\0');