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

/ast/src/cmd/cs/
H A Dpid.c44 typedef struct notify Notify_t; typedef in typeref:struct:notify
48 Notify_t* next; /* next in list */
55 Notify_t* notify; /* notification address list */
99 register Notify_t* np;
100 register Notify_t* pn;
183 else if (np = newof(0, Notify_t, 1, 0))
195 if (np = newof(0, Notify_t, 1, 0))
222 register Notify_t* np;
223 register Notify_t* pn;
/ast/src/lib/libast/misc/
H A Dfts.c168 } Notify_t; typedef in typeref:struct:Notify_s
170 static Notify_t* notify;
833 Notify_t* p;
1578 register Notify_t* np;
1579 register Notify_t* pp;
1583 if (!(np = newof(0, Notify_t, 1, 0)))

Completed in 57 milliseconds