Home
last modified time | relevance | path

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

/openbsd/usr.sbin/config/
H A Dscan.l196 * 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/regress/usr.bin/m4/
H A Dm4wrap.m43 define(`ateof', `TEXT AT EOF macro
5 m4wrap(`ateof()')dnl
/openbsd/usr.bin/hexdump/
H A Ddisplay.c225 static int ateof = 1; in get() local
247 if (!length || (ateof && !next(NULL))) { in get()
265 ateof = 1; in get()
268 ateof = 0; in get()
/openbsd/libexec/tradcpp/
H A Dfiles.c183 bool ateof = false; in file_read() local
224 if (ateof) { in file_read()
238 ateof = true; in file_read()
242 ateof = true; in file_read()