Home
last modified time | relevance | path

Searched refs:ELIFSYM (Results 1 – 12 of 12) sorted by relevance

/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/data/
H A Dkeywords.c36 {"elif", ELIFSYM},
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/data/
H A Dkeywords.c37 "elif", ELIFSYM,
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/data/
H A Dkeywords.c37 "elif", ELIFSYM,
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/data/
H A Dkeywords.c37 "elif", ELIFSYM,
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/include/
H A Dshlex.h79 #define ELIFSYM (SYMRES|03) macro
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/include/
H A Dshlex.h76 #define ELIFSYM (SYMRES|03) macro
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/include/
H A Dshlex.h76 #define ELIFSYM (SYMRES|03) macro
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/include/
H A Dshlex.h112 #define ELIFSYM (SYMRES | 03) macro
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/sh/
H A Dparse.c531 if(sym!=ELSESYM || (lexp->token!=ELIFSYM && lexp->token!=FISYM)) in sh_cmd()
1180 (tok==ELIFSYM?(lexp->token=IFSYM, tt=item(lexp,SH_NOIO)):0)); in item()
1181 if(tok==ELIFSYM) in item()
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/sh/
H A Dparse.c531 if(sym!=ELSESYM || (lexp->token!=ELIFSYM && lexp->token!=FISYM)) in sh_cmd()
1180 (tok==ELIFSYM?(lexp->token=IFSYM, tt=item(lexp,SH_NOIO)):0)); in item()
1181 if(tok==ELIFSYM) in item()
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/sh/
H A Dparse.c492 if (sym != ELSESYM || (lexp->token != ELIFSYM && lexp->token != FISYM)) { in sh_cmd()
1115 : (tok == ELIFSYM ? (lexp->token = IFSYM, tt = item(lexp, SH_NOIO)) : 0)); in item()
1116 if (tok == ELIFSYM) { in item()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/sh/
H A Dparse.c548 if(sym!=ELSESYM || (lexp->token!=ELIFSYM && lexp->token!=FISYM)) in sh_cmd()
1229 (tok==ELIFSYM?(lexp->token=IFSYM, tt=item(lexp,SH_NOIO)):0)); in item()
1230 if(tok==ELIFSYM) in item()