outsw
int outsw = 0; /* putting stuff to data file? */
if (outsw) { /* putting data in tmp file */
outsw = 1; /* these msgs go into tmp file */
outsw = 0; /* turn off output */
outsw(h + o, ptr, cnt);
outsw(h + o, a, cnt);