Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/bart/
H A Drules.c951 static struct rule *curr_root = NULL; in get_last_entry() local
955 curr_root = first_rule; in get_last_entry()
958 while (curr_root != NULL) in get_last_entry()
959 if (curr_root->next == NULL) in get_last_entry()
962 curr_root = curr_root->next; in get_last_entry()
964 curr_root = (curr_root->prev); in get_last_entry()
966 return (curr_root); in get_last_entry()