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

/openbsd-current/usr.sbin/config/
H A Dscan.l194 * (fopen failed, complaint made). The `ateof' parameter controls the
196 * If ateof == 0 then nothing is inserted.
199 include(const char *fname, int ateof)
226 in->in_ateof = ateof;
242 int ateof;
253 ateof = in->in_ateof;
256 return (ateof);
/openbsd-current/usr.bin/hexdump/
H A Ddisplay.c225 static int ateof = 1; local
247 if (!length || (ateof && !next(NULL))) {
265 ateof = 1;
268 ateof = 0;
/openbsd-current/libexec/tradcpp/
H A Dfiles.c183 bool ateof = false; local
224 if (ateof) {
238 ateof = true;
242 ateof = true;

Completed in 191 milliseconds