*/
#include "h/mh.h"
+#include "sbr/fmt_new.h"
+#include "scansbr.h"
+#include "sbr/m_name.h"
+#include "sbr/m_getfld.h"
+#include "sbr/getarguments.h"
+#include "sbr/seq_setprev.h"
+#include "sbr/seq_save.h"
+#include "sbr/smatch.h"
+#include "sbr/snprintb.h"
+#include "sbr/getcpy.h"
+#include "sbr/m_convert.h"
+#include "sbr/getfolder.h"
+#include "sbr/folder_read.h"
+#include "sbr/folder_free.h"
+#include "sbr/context_save.h"
+#include "sbr/context_replace.h"
+#include "sbr/context_find.h"
#include "sbr/brkstring.h"
#include "sbr/ambigsw.h"
#include "sbr/path.h"
#include "h/fmt_scan.h"
#include "h/fmt_compile.h"
#include "h/utils.h"
-#include "h/scansbr.h"
#include "h/addrsbr.h"
#include "h/done.h"
#include "sbr/m_maildir.h"
fmt_scan(fmt, buffer, outwidth, dat, cb);
fputs(charstring_buffer(buffer), stdout);
+ charstring_clear(buffer);
mlistfree();
free(p->pq_text);
}
fmt_scan(fmt, buffer, outwidth, dat, cb);
fputs(charstring_buffer (buffer), stdout);
+ charstring_clear(buffer);
mlistfree();
}
fmt_scan(fmt, buffer, outwidth, dat, cb);
fputs(charstring_buffer (buffer), stdout);
+ charstring_clear(buffer);
mlistfree();
}
}