Lines Matching refs:NIL
52 return NIL(Dt_t*);
54 dt = NIL(Dt_t*);
55 data = NIL(Dtdata_t*);
65 return NIL(Dt_t*); /* something bad happened */
70 return NIL(Dt_t*);
82 if((*meth->eventf)(&pdt, DT_OPEN, NIL(Void_t*)) < 0 || !pdt.data )
83 return NIL(Dt_t*);
90 { (void)(*meth->eventf)(&pdt, DT_CLOSE, NIL(Void_t*));
92 return NIL(Dt_t*);
129 return NIL(Dtlink_t*);
135 if((h = (Dthold_t*)(dt->memoryf)(dt, NIL(Void_t*), sizeof(Dthold_t), disc)) )
171 return NIL(Void_t*);