Home | History | Annotate | Download | only in one-true-awk

Lines Matching refs:FFLUSH

410 	fflush(stdout);	/* in case someone is waiting for a prompt */
1030 fflush(fp);
1562 fflush(stdout); /* in case something is buffered already */
1609 case FFLUSH:
1611 flush_all(); /* fflush() or fflush("") -> all */
1613 } else if ((fp = openfile(FFLUSH, getsval(x))) == NULL)
1616 u = fflush(fp);
1653 fflush(fp);
1717 if (a == FFLUSH)
1720 if (a == FFLUSH) /* didn't find it, so don't create it! */
1736 fflush(stdout); /* force a semblance of order */
1823 fflush(files[i].fp);