Home
last modified time | relevance | path

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

/titanic_41/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_41/usr/src/lib/libshell/common/include/
H A Dshell.h148 #define SH_NL 1 /* Treat new-lines as ; */ macro
/titanic_41/usr/src/lib/libshell/amd64/include/ast/
H A Dshell.h157 #define SH_NL 1 /* Treat new-lines as ; */ macro
/titanic_41/usr/src/lib/libshell/i386/include/ast/
H A Dshell.h157 #define SH_NL 1 /* Treat new-lines as ; */ macro
/titanic_41/usr/src/lib/libshell/sparc/include/ast/
H A Dshell.h157 #define SH_NL 1 /* Treat new-lines as ; */ macro
/titanic_41/usr/src/lib/libshell/sparcv9/include/ast/
H A Dshell.h157 #define SH_NL 1 /* Treat new-lines as ; */ macro