Home
last modified time | relevance | path

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

/ndk/sources/host-tools/nawk-20071023/
Dawk.h128 #define FFLUSH 14 macro
Dlex.c60 { "fflush", FFLUSH, BLTIN },
Drun.c1539 case FFLUSH: in bltin()
1543 } else if ((fp = openfile(FFLUSH, getsval(x))) == NULL) in bltin()
1641 if (a == FFLUSH) in openfile()
1644 if (a == FFLUSH) /* didn't find it, so don't create it! */ in openfile()