Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/awk/
H A Dawk.h194 #define FFLUSH 14 macro
H A Drun.c1805 case FFLUSH: in bltin()
1809 } else if ((fp = openfile(FFLUSH, getsval(x))) == NULL) in bltin()
1921 if (a == FFLUSH) in openfile()
1925 if (a == FFLUSH) /* didn't find it, so don't create it! */ in openfile()
H A Dlex.c60 { "fflush", FFLUSH, BLTIN },