HomeSort by: relevance | last modified time | path
    Searched defs:ateof (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/hexdump/
display.c 236 static int ateof = 1; local
257 if (!length || (ateof && !next())) {
275 ateof = 1;
278 ateof = 0;
  /src/usr.bin/fpr/
fpr.c 95 char ateof; local
101 ateof = FALSE;
129 while (!ateof) {
134 ateof = TRUE;
  /src/external/bsd/tradcpp/dist/
files.c 183 bool ateof = false; local
224 if (ateof) {
238 ateof = true;
242 ateof = true;

Completed in 25 milliseconds