Home
last modified time | relevance | path

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

/external/e2fsprogs/intl/
Dlocalealias.c97 # define FEOF(fp) feof_unlocked (fp) macro
100 # define FEOF(fp) feof (fp) macro
244 while (!FEOF (fp)) in read_alias_file()
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
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]];