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

/xsrc/external/mit/xmh/dist/
H A Dtoc.c366 Toc toc2; local in function:TocDeleteFolder
373 toc2 = folderList[i];
374 if (toc2 == toc)
376 else if (toc2->validity == valid)
377 for (j=0 ; j<toc2->nummsgs ; j++)
378 if (toc2->msgs[j]->desttoc == toc)
379 MsgSetFate(toc2->msgs[j], Fignore, (Toc) NULL);

Completed in 4 milliseconds