Searched refs:ateof (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/usr.bin/config/
H A Dscan.l505 * (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);
/netbsd-current/usr.bin/fpr/
H A Dfpr.c95 char ateof; local
101 ateof = FALSE;
129 while (!ateof) {
134 ateof = TRUE;
/netbsd-current/usr.bin/hexdump/
H A Ddisplay.c236 static int ateof = 1; local
257 if (!length || (ateof && !next())) {
275 ateof = 1;
278 ateof = 0;
/netbsd-current/external/bsd/tradcpp/dist/
H A Dfiles.c183 bool ateof = false; local
224 if (ateof) {
238 ateof = true;
242 ateof = true;

Completed in 111 milliseconds