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

/xsrc/external/mit/xmh/dist/
H A Dtocutil.c363 Msg *origmsgs; local in function:TULoadTocFile
379 origmsgs = toc->msgs;
414 while (i < orignummsgs && origmsgs[i]->msgid < msg->msgid) i++;
416 origmsgs[i]->buf[MARKPOS] = ' ';
417 if (SeemsIdentical(origmsgs[i], msg))
418 MsgSetFate(msg, origmsgs[i]->fate, origmsgs[i]->desttoc);
455 MsgFree(origmsgs[i]);
456 XtFree((char *)origmsgs);

Completed in 2 milliseconds