Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/
H A Dkeywords.c61 const char e_newline[] = "newline"; variable
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshlex.h150 extern const char e_newline[];
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dlex.c2106 return((char*)sh_translate(e_newline)); in fmttoken()