Searched refs:FEOF (Results 1 - 2 of 2) sorted by relevance

/external/e2fsprogs/intl/
H A Dlocalealias.c97 # define FEOF(fp) feof_unlocked (fp) macro
100 # define FEOF(fp) feof (fp) macro
244 while (!FEOF (fp))
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas2393 FEOF: TSmallintArray;
2409 property EOF: TSmallintArray read FEOF write FEOF;
5202 if (C = Char(TToken.EOF)) and (FEOF[S] >= 0) then
5205 Result := FAccept[FEOF[S]];

Completed in 262 milliseconds