Home
last modified time | relevance | path

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

/dragonfly/contrib/awk/
H A Dawk.h156 #define FFLUSH 14 macro
H A Dlex.c60 { "fflush", FFLUSH, BLTIN },
H A Drun.c2157 case FFLUSH: in bltin()
2161 } else if ((fp = openfile(FFLUSH, getsval(x), NULL)) == NULL) in bltin()
2267 a == FFLUSH)) { in openfile()
2272 if (a == FFLUSH) /* didn't find it, so don't create it! */ in openfile()