Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/listen/
H A Dlisten.c546 cp->c_np = (struct callsave *) NULL;
550 cp->c_np = head->cl_tail->c_np;
551 head->cl_tail->c_np = cp;
569 cp->c_np = (struct callsave *) NULL;
573 cp->c_np = head->cl_head;
602 head->cl_head = ret->c_np;
1639 pending->cl_head = p->c_np; in pitchcall()
1645 oldp->c_np = p->c_np; in pitchcall()
1649 oldp->c_np = p->c_np; in pitchcall()
1657 p = p->c_np; in pitchcall()
/titanic_44/usr/src/head/
H A Dlisten.h95 struct callsave *c_np; member