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

/macosx-10.9.5/bash-92/bash-3.2/builtins/
H A Dbashgetopt.c43 static WORD_LIST *lhead = (WORD_LIST *)NULL; variable
67 if (list != lhead || lhead == 0) {
70 lcurrent = lhead = list;
76 lhead = (WORD_LIST *)NULL;
82 lhead = (WORD_LIST *)NULL;
173 lhead = lcurrent = loptend = (WORD_LIST *)NULL;
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet/
H A Dtcp_timer.h197 struct timerlisthead lhead; /* head of the list of timer entries */ member in struct:tcptimerlist
H A Dtcp_timer.c1298 LIST_FOREACH_SAFE(te, &listp->lhead, le, next_te) {
1364 if (!LIST_EMPTY(&listp->lhead)) {
1450 LIST_INSERT_HEAD(&listp->lhead, te, le);
H A Dtcp_subr.c444 LIST_INIT(&tcp_timer_list.lhead);

Completed in 150 milliseconds