Home
last modified time | relevance | path

Searched refs:SH_EOF (Results 1 – 10 of 10) sorted by relevance

/titanic_51/usr/src/lib/libshell/common/include/
H A Dshell.h149 #define SH_EOF 2 /* EOF causes syntax error */ macro
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshell.h155 #define SH_EOF 2 /* EOF causes syntax error */ macro
/titanic_51/usr/src/lib/libshell/amd64/include/ast/
H A Dshell.h158 #define SH_EOF 2 /* EOF causes syntax error */ macro
/titanic_51/usr/src/lib/libshell/i386/include/ast/
H A Dshell.h158 #define SH_EOF 2 /* EOF causes syntax error */ macro
/titanic_51/usr/src/lib/libshell/sparc/include/ast/
H A Dshell.h158 #define SH_EOF 2 /* EOF causes syntax error */ macro
/titanic_51/usr/src/lib/libshell/sparcv9/include/ast/
H A Dshell.h158 #define SH_EOF 2 /* EOF causes syntax error */ macro
/titanic_51/usr/src/lib/libshell/common/sh/
H A Dmacro.c1963 t = (Shnode_t*)sh_parse(mp->shp, sp,SH_EOF|SH_NL); in comsubst()
H A Dparse.c370 t = sh_cmd(lexp,(flag&SH_EOF)?EOFSYM:'\n',SH_SEMI|SH_EMPTY|(flag&SH_NL)); in sh_parse()
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dparse.c322 * Flag can be the union of SH_EOF|SH_NL
386 t = sh_cmd(lexp,(flag&SH_EOF)?EOFSYM:'\n',SH_SEMI|SH_EMPTY|(flag&SH_NL)); in sh_parse()
H A Dmacro.c2109 t = (Shnode_t*)sh_parse(mp->shp, sp,SH_EOF|SH_NL); in comsubst()