Home | History | Annotate | Download | only in nawk-20071023

Lines Matching full:fflush

403 	fflush(stdout);	/* in case someone is waiting for a prompt */
988 fflush(fp);
1508 fflush(stdout); /* in case something is buffered already */
1539 case FFLUSH:
1541 flush_all(); /* fflush() or fflush("") -> all */
1543 } else if ((fp = openfile(FFLUSH, getsval(x))) == NULL)
1546 u = fflush(fp);
1583 fflush(fp);
1641 if (a == FFLUSH)
1644 if (a == FFLUSH) /* didn't find it, so don't create it! */
1652 fflush(stdout); /* force a semblance of order */
1740 fflush(files[i].fp);