Home
last modified time | relevance | path

Searched refs:SH_NL (Results 1 – 12 of 12) sorted by relevance

/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dparse.c322 * Flag can be the union of SH_EOF|SH_NL
367 if(flag&SH_NL) in sh_parse()
381 if((flag&SH_NL) && (shp->inlineno=error_info.line+shp->st.firstline)==0) in sh_parse()
386 t = sh_cmd(lexp,(flag&SH_EOF)?EOFSYM:'\n',SH_SEMI|SH_EMPTY|(flag&SH_NL)); in sh_parse()
398 if(flag&SH_NL) in sh_parse()
426 t = sh_cmd(lp,RPAREN,SH_NL|SH_EMPTY); in sh_dolparen()
429 t = sh_cmd(lp,RBRACE,SH_NL|SH_EMPTY); in sh_dolparen()
500 if(flag&SH_NL) in sh_cmd()
551 t = makelist(lexp,(token==ANDFSYM?TAND:TORF), t, term(lexp,SH_NL|SH_SEMI)); in list()
564 if(flag&SH_NL) in term()
[all...]
H A Dmacro.c2109 t = (Shnode_t*)sh_parse(mp->shp, sp,SH_EOF|SH_NL); in comsubst()
H A Dxec.c603 t = (Shnode_t*)sh_parse(shp,iop,(mode&(SH_READEVAL|SH_FUNEVAL))?mode&SH_FUNEVAL:SH_NL); in sh_eval()
/titanic_51/usr/src/lib/libshell/common/sh/
H A Dparse.c365 if((flag&SH_NL) && (shp->inlineno=error_info.line+shp->st.firstline)==0) in sh_parse()
370 t = sh_cmd(lexp,(flag&SH_EOF)?EOFSYM:'\n',SH_SEMI|SH_EMPTY|(flag&SH_NL)); in sh_parse()
382 if(flag&SH_NL) in sh_parse()
410 t = sh_cmd(lp,RPAREN,SH_NL|SH_EMPTY); in sh_dolparen()
413 t = sh_cmd(lp,RBRACE,SH_NL|SH_EMPTY); in sh_dolparen()
484 if(flag&SH_NL) in sh_cmd()
534 t = makelist(lexp,(token==ANDFSYM?TAND:TORF), t, term(lexp,SH_NL|SH_SEMI)); in list()
547 if(flag&SH_NL) in term()
560 else if((t=item(lexp,SH_NL|SH_EMPTY|(flag&SH_SEMI))) && lexp->token=='|') in term()
565 if(tt=term(lexp,SH_NL)) in term()
[all …]
H A Dmacro.c1963 t = (Shnode_t*)sh_parse(mp->shp, sp,SH_EOF|SH_NL); in comsubst()
H A Dxec.c494 t = (Shnode_t*)sh_parse(shp,iop,(mode&(SH_READEVAL|SH_FUNEVAL))?mode&SH_FUNEVAL:SH_NL); in sh_eval()
/titanic_51/usr/src/lib/libshell/common/include/
H A Dshell.h148 #define SH_NL 1 /* Treat new-lines as ; */ macro
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshell.h154 #define SH_NL 1 /* Treat new-lines as ; */ macro
/titanic_51/usr/src/lib/libshell/amd64/include/ast/
H A Dshell.h157 #define SH_NL 1 /* Treat new-lines as ; */ macro
/titanic_51/usr/src/lib/libshell/i386/include/ast/
H A Dshell.h157 #define SH_NL 1 /* Treat new-lines as ; */ macro
/titanic_51/usr/src/lib/libshell/sparc/include/ast/
H A Dshell.h157 #define SH_NL 1 /* Treat new-lines as ; */ macro
/titanic_51/usr/src/lib/libshell/sparcv9/include/ast/
H A Dshell.h157 #define SH_NL 1 /* Treat new-lines as ; */ macro