Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libast/common/misc/
H A Doptlib.h97 Dtdisc_t msgdisc; /* msgdict discipline */ member
H A Doptget.c734 opt_info.state->msgdisc.key = offsetof(Msg_t, text); in init()
735 opt_info.state->msgdisc.size = -1; in init()
736 opt_info.state->msgdisc.link = offsetof(Msg_t, link); in init()
737 if (opt_info.state->msgdict = dtopen(&opt_info.state->msgdisc, Dthash)) in init()