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

/ast/src/cmd/mailx/
H A Dquit.c336 FILE* xbuf; local
442 xbuf = 0;
443 if (x && (!state.var.spamlog || !*state.var.spamlog || !(xbuf = fileopen(xbox = expand(state.var.spamlog, 1), "a"))))
449 if (xbuf && (mp->m_flag & (MSPAM|MDELETE)) == (MSPAM|MDELETE)) {
450 if (copy(mp, xbuf, &state.saveignore, NiL, 0) < 0) {
456 if (xbuf) {
457 fileclose(xbuf);
471 fileclose(xbuf);
489 fileclose(xbuf);
497 fileclose(xbuf);
[all...]

Completed in 8 milliseconds