Home
last modified time | relevance | path

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

/dports/shells/ksh93/ast-93u/src/cmd/ksh93/sh/
H A Dparse.c386 t = sh_cmd(lexp,(flag&SH_EOF)?EOFSYM:'\n',SH_SEMI|SH_EMPTY|(flag&SH_NL)); in sh_parse()
638 r->regcom=sh_cmd(lexp,0,SH_NL|SH_EMPTY|SH_SEMI); in syncase()
733 tw->wh.dotre = sh_cmd(lexp,n==DOSYM?DONESYM:RBRACE,SH_NL|SH_SEMI); in arithfor()
1177 t->if_.thtre=sh_cmd(lexp,ELSESYM,SH_NL|SH_SEMI); in item()
1179 t->if_.eltre=(tok==ELSESYM?sh_cmd(lexp,FISYM,SH_NL|SH_SEMI): in item()
1246 t->for_.fortre=sh_cmd(lexp,tok==DOSYM?DONESYM:RBRACE,SH_NL|SH_SEMI); in item()
1279 t->wh.dotre = sh_cmd(lexp,DONESYM,SH_NL|SH_SEMI); in item()
1311 t = sh_cmd(lexp,RBRACE,SH_NL|SH_SEMI); in item()
1317 t->par.partre=sh_cmd(lexp,RPAREN,SH_NL|SH_SEMI); in item()
1346 if(!(flag&SH_SEMI)) in item()
[all …]
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/sh/
H A Dparse.c386 t = sh_cmd(lexp,(flag&SH_EOF)?EOFSYM:'\n',SH_SEMI|SH_EMPTY|(flag&SH_NL)); in sh_parse()
638 r->regcom=sh_cmd(lexp,0,SH_NL|SH_EMPTY|SH_SEMI); in syncase()
733 tw->wh.dotre = sh_cmd(lexp,n==DOSYM?DONESYM:RBRACE,SH_NL|SH_SEMI); in arithfor()
1177 t->if_.thtre=sh_cmd(lexp,ELSESYM,SH_NL|SH_SEMI); in item()
1179 t->if_.eltre=(tok==ELSESYM?sh_cmd(lexp,FISYM,SH_NL|SH_SEMI): in item()
1246 t->for_.fortre=sh_cmd(lexp,tok==DOSYM?DONESYM:RBRACE,SH_NL|SH_SEMI); in item()
1279 t->wh.dotre = sh_cmd(lexp,DONESYM,SH_NL|SH_SEMI); in item()
1311 t = sh_cmd(lexp,RBRACE,SH_NL|SH_SEMI); in item()
1317 t->par.partre=sh_cmd(lexp,RPAREN,SH_NL|SH_SEMI); in item()
1346 if(!(flag&SH_SEMI)) in item()
[all …]
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/sh/
H A Dparse.c403 t = sh_cmd(lexp,(flag&SH_EOF)?EOFSYM:'\n',SH_SEMI|SH_EMPTY|(flag&SH_NL)); in sh_parse()
655 r->regcom=sh_cmd(lexp,0,SH_NL|SH_EMPTY|SH_SEMI); in syncase()
750 tw->wh.dotre = sh_cmd(lexp,n==DOSYM?DONESYM:RBRACE,SH_NL|SH_SEMI); in arithfor()
1226 t->if_.thtre=sh_cmd(lexp,ELSESYM,SH_NL|SH_SEMI); in item()
1228 t->if_.eltre=(tok==ELSESYM?sh_cmd(lexp,FISYM,SH_NL|SH_SEMI): in item()
1295 t->for_.fortre=sh_cmd(lexp,tok==DOSYM?DONESYM:RBRACE,SH_NL|SH_SEMI); in item()
1330 t->wh.dotre = sh_cmd(lexp,DONESYM,SH_NL|SH_SEMI); in item()
1362 t = sh_cmd(lexp,RBRACE,SH_NL|SH_SEMI); in item()
1368 t->par.partre=sh_cmd(lexp,RPAREN,SH_NL|SH_SEMI); in item()
1397 if(!(flag&SH_SEMI)) in item()
[all …]
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/sh/
H A Dparse.c359 t = sh_cmd(lexp, (flag & SH_EOF) ? EOFSYM : '\n', SH_SEMI | SH_EMPTY | (flag & SH_NL)); in sh_parse()
513 t = makelist(lexp, (token == ANDFSYM ? TAND : TORF), t, term(lexp, SH_NL | SH_SEMI)); in list()
588 r->regcom = sh_cmd(lexp, 0, SH_NL | SH_EMPTY | SH_SEMI); in syncase()
669 tw->wh.dotre = sh_cmd(lexp, n == DOSYM ? DONESYM : RBRACE, SH_NL | SH_SEMI); in arithfor()
1110 t->if_.thtre = sh_cmd(lexp, ELSESYM, SH_NL | SH_SEMI); in item()
1114 ? sh_cmd(lexp, FISYM, SH_NL | SH_SEMI) in item()
1199 t->wh.dotre = sh_cmd(lexp, DONESYM, SH_NL | SH_SEMI); in item()
1231 t = sh_cmd(lexp, RBRACE, SH_NL | SH_SEMI); in item()
1237 t->par.partre = sh_cmd(lexp, RPAREN, SH_NL | SH_SEMI); in item()
1247 if (!(flag & SH_SEMI)) return NULL; in item()
[all …]
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/include/
H A Dshlex.h135 #define SH_SEMI 0200 /* semi-colon after NL ok */ macro
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/include/
H A Dshlex.h132 #define SH_SEMI 0200 /* semi-colon after NL ok */ macro
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/include/
H A Dshlex.h132 #define SH_SEMI 0200 /* semi-colon after NL ok */ macro
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/include/
H A Dshlex.h167 #define SH_SEMI 0200 // semicolon after newline ok macro