Home
last modified time | relevance | path

Searched refs:PIPESYM2 (Results 1 – 6 of 6) sorted by relevance

/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/include/
H A Dshlex.h120 #define PIPESYM2 (SYMPIPE|'&') macro
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/include/
H A Dshlex.h117 #define PIPESYM2 (SYMPIPE|'&') macro
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/include/
H A Dshlex.h117 #define PIPESYM2 (SYMPIPE|'&') macro
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/sh/
H A Dparse.c577 …else if((t=item(lexp,SH_NL|SH_EMPTY|(flag&SH_SEMI))) && (lexp->token=='|' || lexp->token==PIPESYM2 in term()
586 if(lexp->token==PIPESYM2) in term()
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/sh/
H A Dparse.c577 …else if((t=item(lexp,SH_NL|SH_EMPTY|(flag&SH_SEMI))) && (lexp->token=='|' || lexp->token==PIPESYM2 in term()
586 if(lexp->token==PIPESYM2) in term()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/sh/
H A Dparse.c594 …else if((t=item(lexp,SH_NL|SH_EMPTY|(flag&SH_SEMI))) && (lexp->token=='|' || lexp->token==PIPESYM2 in term()
603 if(lexp->token==PIPESYM2) in term()