HomeSort by: relevance | last modified time | path
    Searched defs:ateof (Results 1 - 8 of 8) sorted by relevancy

  /src/tests/usr.bin/m4/
d_m4wrap.m4 2 define(`ateof', `TEXT AT EOF macro
4 m4wrap(`ateof()')dnl
d_m4wrap.m4 2 define(`ateof', `TEXT AT EOF macro
4 m4wrap(`ateof()')dnl
d_m4wrap-P.m4 2 m4_define(`ateof', `TEXT AT EOF
4 m4_m4wrap(`ateof()')m4_dnl
d_m4wrap-P.m4 2 m4_define(`ateof', `TEXT AT EOF
4 m4_m4wrap(`ateof()')m4_dnl
  /src/usr.bin/hexdump/
display.c 236 static int ateof = 1; local in function:get
257 if (!length || (ateof && !next())) {
275 ateof = 1;
278 ateof = 0;
display.c 236 static int ateof = 1; local in function:get
257 if (!length || (ateof && !next())) {
275 ateof = 1;
278 ateof = 0;
  /src/usr.bin/fpr/
fpr.c 95 char ateof; local in function:main
101 ateof = FALSE;
129 while (!ateof) {
134 ateof = TRUE;
fpr.c 95 char ateof; local in function:main
101 ateof = FALSE;
129 while (!ateof) {
134 ateof = TRUE;

Completed in 38 milliseconds