Home
last modified time | relevance | path

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

/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/include/
H A Dshlex.h118 #define IORDWRSYMT (SYMSEMI|'<') macro
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/include/
H A Dshlex.h115 #define IORDWRSYMT (SYMSEMI|'<') macro
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/include/
H A Dshlex.h115 #define IORDWRSYMT (SYMSEMI|'<') macro
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/include/
H A Dshlex.h151 #define IORDWRSYMT (SYMSEMI | '<') macro
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/sh/
H A Dlex.c607 lp->token = c = IORDWRSYMT; in sh_lex()
H A Dparse.c1685 else if(token==IORDWRSYMT) in inout()
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/sh/
H A Dlex.c607 lp->token = c = IORDWRSYMT; in sh_lex()
H A Dparse.c1685 else if(token==IORDWRSYMT) in inout()
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/sh/
H A Dlex.c511 lp->token = c = IORDWRSYMT; in sh_lex()
H A Dparse.c1584 } else if (token == IORDWRSYMT) { in inout()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/sh/
H A Dlex.c615 lp->token = c = IORDWRSYMT; in sh_lex()
H A Dparse.c1770 else if(token==IORDWRSYMT) in inout()