Searched refs:MsgGetFate (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xmh/dist/
H A Dmsg.h37 extern FateType MsgGetFate(Msg, Toc *);
H A Dtoc.c924 fate = MsgGetFate(msg, (Toc *)NULL);
941 fate = MsgGetFate(msg, &desttoc);
1090 fate = MsgGetFate(msg, &desttoc);
H A Dtocfuncs.c87 if (msg) fate = MsgGetFate(msg, (Toc *)NULL);
92 if (msg) fate = MsgGetFate(msg, (Toc *)NULL);
H A Dmsg.c478 FateType MsgGetFate(Msg msg, Toc *toc) function in typeref:typename:FateType

Completed in 6 milliseconds