Home
last modified time | relevance | path

Searched refs:e_endoffile (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/lib/libshell/common/data/
H A Dkeywords.c61 const char e_endoffile[] = "end of file"; variable
/titanic_50/usr/src/lib/libshell/common/include/
H A Dshlex.h147 extern const char e_endoffile[];
/titanic_50/usr/src/lib/libshell/common/sh/
H A Dlex.c1940 return((char*)sh_translate(e_endoffile)); in fmttoken()