Searched defs:dtopen (Results 1 - 3 of 3) sorted by relevance

/ast/src/cmd/mailx/port/
H A Ddtopen.c77 Dt_t* dtopen(Dtdisc_t* disc, Dtmethod_t* meth) function
79 Dt_t* dtopen(disc, meth)
/ast/src/lib/libast/cdt/
H A Ddtopen.c109 #undef dtopen /* deal with binary upward compatibility for op bits */ macro
111 Dt_t* dtopen(Dtdisc_t* disc, Dtmethod_t* meth) function
113 Dt_t* dtopen(disc, meth)
/ast/src/lib/libast/include/
H A Dcdt.h271 extern Dt_t* dtopen _ARG_((Dtdisc_t*, Dtmethod_t*));
284 #define dtopen(dc,mt) _dtopen((dc), (mt), CDT_VERSION) macro

Completed in 13 milliseconds