Searched refs:t_head (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/bash-92/bash-3.2/
H A Dlist.c95 register GENERIC_LIST *t_head; local
100 for (t_head = head; t_head->next; t_head = t_head->next)
102 t_head->next = tail;

Completed in 73 milliseconds