Home
last modified time | relevance | path

Searched refs:_dtmake (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/cdt/
H A Ddtopen.c122 Dtlink_t* _dtmake(Dt_t* dt, Void_t* obj, int type) in _dtmake() function
H A Dcdtlib.h170 extern Dtlink_t* _dtmake _ARG_((Dt_t*, Void_t*, int));
H A Ddtlist.c206 { if(!(r = _dtmake(dt, obj, type)) )
H A Ddthash.c368 { if(!(lnk = _dtmake(dt, obj, type)) )
H A Ddttree.c617 if(!(root = _dtmake(dt, obj, type)) )