Home
last modified time | relevance | path

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

/dports/shells/ksh93/ast-93u/src/cmd/ksh93/sh/
H A Dparse.c367 if(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()
563 if(flag&SH_NL) in term()
589 if(tt=term(lexp,SH_NL)) in term()
1278 t->wh.whtre = sh_cmd(lexp,DOSYM,SH_NL); in item()
1299 if(!(t = item(lexp,SH_NL))) in item()
1311 t = sh_cmd(lexp,RBRACE,SH_NL|SH_SEMI); in item()
[all …]
H A Dmacro.c2098 t = (Shnode_t*)sh_parse(mp->shp, sp,SH_EOF|SH_NL); in comsubst()
H A Dxec.c600 t = (Shnode_t*)sh_parse(shp,iop,(mode&(SH_READEVAL|SH_FUNEVAL))?mode&SH_FUNEVAL:SH_NL); in sh_eval()
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/sh/
H A Dparse.c367 if(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()
563 if(flag&SH_NL) in term()
589 if(tt=term(lexp,SH_NL)) in term()
1278 t->wh.whtre = sh_cmd(lexp,DOSYM,SH_NL); in item()
1299 if(!(t = item(lexp,SH_NL))) in item()
1311 t = sh_cmd(lexp,RBRACE,SH_NL|SH_SEMI); in item()
[all …]
H A Dmacro.c2098 t = (Shnode_t*)sh_parse(mp->shp, sp,SH_EOF|SH_NL); in comsubst()
H A Dxec.c600 t = (Shnode_t*)sh_parse(shp,iop,(mode&(SH_READEVAL|SH_FUNEVAL))?mode&SH_FUNEVAL:SH_NL); in sh_eval()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/sh/
H A Dparse.c384 if(flag&SH_NL) in sh_parse()
415 if(flag&SH_NL) in sh_parse()
443 t = sh_cmd(lp,RPAREN,SH_NL|SH_EMPTY); in sh_dolparen()
446 t = sh_cmd(lp,RBRACE,SH_NL|SH_EMPTY); in sh_dolparen()
517 if(flag&SH_NL) in sh_cmd()
580 if(flag&SH_NL) in term()
606 if(tt=term(lexp,SH_NL)) in term()
1329 t->wh.whtre = sh_cmd(lexp,DOSYM,SH_NL); in item()
1350 if(!(t = item(lexp,SH_NL))) in item()
1362 t = sh_cmd(lexp,RBRACE,SH_NL|SH_SEMI); in item()
[all …]
H A Dmacro.c2200 t = (Shnode_t*)sh_parse(mp->shp, sp,SH_EOF|SH_NL); in comsubst()
H A Dxec.c4198 t = (Shnode_t*)sh_parse(shp,iop,(mode&(SH_READEVAL|SH_FUNEVAL))?mode&SH_FUNEVAL:SH_NL); in sh_eval_20120720()
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/sh/
H A Dparse.c344 if (flag & SH_NL) { in sh_parse()
369 if (flag & SH_NL) { in sh_parse()
395 t = sh_cmd(lp, RPAREN, SH_NL | SH_EMPTY); in sh_dolparen()
399 t = sh_cmd(lp, RBRACE, SH_NL | SH_EMPTY); in sh_dolparen()
461 if (flag & SH_NL) lexp->token = ';'; in sh_cmd()
527 if (flag & SH_NL) { in term()
542 tt = term(lexp, SH_NL); in term()
1109 t->if_.iftre = sh_cmd(lexp, THENSYM, SH_NL); in item()
1198 t->wh.whtre = sh_cmd(lexp, DOSYM, SH_NL); in item()
1231 t = sh_cmd(lexp, RBRACE, SH_NL | SH_SEMI); in item()
[all …]
H A Dmacro.c1961 t = sh_parse(mp->shp, sp, SH_EOF | SH_NL); in comsubst()
H A Dxec.c3169 t = sh_parse(shp, iop, (mode & (SH_READEVAL | SH_FUNEVAL)) ? mode & SH_FUNEVAL : SH_NL); in sh_eval()
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/include/
H A Dshell.h154 #define SH_NL 1 /* Treat new-lines as ; */ macro
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/include/
H A Dshell.h154 #define SH_NL 1 /* Treat new-lines as ; */ macro
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/include/
H A Dshell.h268 #define SH_NL 1 // treat new-lines as ; macro
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/include/
H A Dshell.h165 #define SH_NL 1 /* Treat new-lines as ; */ macro