Searched refs:SH_NL (Results 1 – 12 of 12) sorted by relevance
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | parse.c | 322 * 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 D | macro.c | 2109 t = (Shnode_t*)sh_parse(mp->shp, sp,SH_EOF|SH_NL); in comsubst()
|
H A D | xec.c | 603 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 D | parse.c | 365 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 D | macro.c | 1963 t = (Shnode_t*)sh_parse(mp->shp, sp,SH_EOF|SH_NL); in comsubst()
|
H A D | xec.c | 494 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 D | shell.h | 148 #define SH_NL 1 /* Treat new-lines as ; */ macro
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | shell.h | 154 #define SH_NL 1 /* Treat new-lines as ; */ macro
|
/titanic_51/usr/src/lib/libshell/amd64/include/ast/ |
H A D | shell.h | 157 #define SH_NL 1 /* Treat new-lines as ; */ macro
|
/titanic_51/usr/src/lib/libshell/i386/include/ast/ |
H A D | shell.h | 157 #define SH_NL 1 /* Treat new-lines as ; */ macro
|
/titanic_51/usr/src/lib/libshell/sparc/include/ast/ |
H A D | shell.h | 157 #define SH_NL 1 /* Treat new-lines as ; */ macro
|
/titanic_51/usr/src/lib/libshell/sparcv9/include/ast/ |
H A D | shell.h | 157 #define SH_NL 1 /* Treat new-lines as ; */ macro
|