Searched refs:SH_NL (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | parse.c | 374 if(flag&SH_NL) in sh_parse() 388 if((flag&SH_NL) && (shp->inlineno=error_info.line+shp->st.firstline)==0) in sh_parse() 393 t = sh_cmd(lexp,(flag&SH_EOF)?EOFSYM:'\n',SH_SEMI|SH_EMPTY|(flag&SH_NL)); in sh_parse() 405 if(flag&SH_NL) in sh_parse() 433 t = sh_cmd(lp,RPAREN,SH_NL|SH_EMPTY); in sh_dolparen() 436 t = sh_cmd(lp,RBRACE,SH_NL|SH_EMPTY); in sh_dolparen() 507 if(flag&SH_NL) in sh_cmd() 558 t = makelist(lexp,(token==ANDFSYM?TAND:TORF), t, term(lexp,SH_NL|SH_SEMI)); in list() 571 if(flag&SH_NL) in term() 585 …else if((t=item(lexp,SH_NL|SH_EMPTY|(flag&SH_SEMI))) && (lexp->token=='|' || lexp->token==PIPESYM2… 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()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | shell.h | 154 #define SH_NL 1 /* Treat new-lines as ; */ macro
|