HomeSort by: relevance | last modified time | path
    Searched defs:ateof (Results 1 - 4 of 4) 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;
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;
fpr.c 95 char ateof; local
101 ateof = FALSE;
129 while (!ateof) {
134 ateof = TRUE;

Completed in 25 milliseconds