Home
last modified time | relevance | path

Searched refs:FFLUSH (Results 1 – 3 of 3) sorted by relevance

/external/one-true-awk/
Dawk.h128 #define FFLUSH 14 macro
Drun.c1551 case FFLUSH: in bltin()
1555 } else if ((fp = openfile(FFLUSH, getsval(x))) == NULL) in bltin()
1661 if (a == FFLUSH) in openfile()
1664 if (a == FFLUSH) /* didn't find it, so don't create it! */ in openfile()
Dlex.c60 { "fflush", FFLUSH, BLTIN },