Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ypcmd/
H A Dstdhosts.c81 int endoffile = 0; /* Set when end of file reached */ in main() local
112 while (!endoffile && in main()
133 endoffile = 1; in main()
157 endoffile = 1; in main()
/illumos-gate/usr/src/cmd/sh/
H A Dmsg.c144 const char endoffile[] = "end of file"; variable
H A Ddefs.h267 extern const char endoffile[];
H A Dcmd.c591 prs(_gettext(endoffile)); in prsym()