Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dparse.c374 if(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()
571 if(flag&SH_NL) in term()
597 if(tt=term(lexp,SH_NL)) in term()
1286 t->wh.whtre = sh_cmd(lexp,DOSYM,SH_NL); in item()
1307 if(!(t = item(lexp,SH_NL))) in item()
1319 t = sh_cmd(lexp,RBRACE,SH_NL|SH_SEMI); in item()
[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()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshell.h154 #define SH_NL 1 /* Treat new-lines as ; */ macro