Home
last modified time | relevance | path

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

/freebsd/usr.sbin/config/
H A Dlang.l261 * token to be inserted at the end of the include file. If ateof == 0,
265 include(const char *fname, int ateof)
306 in->in_ateof = ateof;
321 int ateof;
332 ateof = in->in_ateof;
335 return (ateof);
/freebsd/contrib/netbsd-tests/usr.bin/m4/
H A Dd_m4wrap.m42 define(`ateof', `TEXT AT EOF macro
4 m4wrap(`ateof()')dnl
H A Dd_m4wrap-P.m42 m4_define(`ateof', `TEXT AT EOF
4 m4_m4wrap(`ateof()')m4_dnl
/freebsd/usr.bin/hexdump/
H A Ddisplay.c232 static int ateof = 1; in get() local
257 if (!length || (ateof && !next((char **)NULL))) { in get()
284 ateof = 1; in get()
287 ateof = 0; in get()