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

/freebsd-current/usr.sbin/config/
H A Dlang.l259 * (fopen failed, complaint made). The `ateof' parameter controls the
260 * token to be inserted at the end of the include file. If ateof == 0,
264 include(const char *fname, int ateof)
305 in->in_ateof = ateof;
320 int ateof;
331 ateof = in->in_ateof;
334 return (ateof);
/freebsd-current/usr.bin/hexdump/
H A Ddisplay.c232 static int ateof = 1; local
257 if (!length || (ateof && !next((char **)NULL))) {
284 ateof = 1;
287 ateof = 0;

Completed in 120 milliseconds