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

  /src/usr.bin/config/
scan.l 505 * (fopen failed, complaint made). The `ateof' parameter controls the
507 * If ateof == 0 then nothing is inserted.
510 include(const char *fname, int ateof, int conditional, int direct)
551 in->in_ateof = ateof;
611 int ateof;
623 ateof = in->in_ateof;
631 return (ateof);
  /src/usr.bin/fpr/
fpr.c 95 char ateof; local
101 ateof = FALSE;
129 while (!ateof) {
134 ateof = TRUE;
  /src/usr.bin/hexdump/
display.c 236 static int ateof = 1; local
257 if (!length || (ateof && !next())) {
275 ateof = 1;
278 ateof = 0;
  /src/external/bsd/tradcpp/dist/
files.c 183 bool ateof = false; local
224 if (ateof) {
238 ateof = true;
242 ateof = true;

Completed in 23 milliseconds