Home
last modified time | relevance | path

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

/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/include/
H A Dshlex.h122 #define OPROCSYM (SYMLPAR|'>') macro
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/include/
H A Dshlex.h119 #define OPROCSYM (SYMLPAR|'>') macro
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/include/
H A Dshlex.h119 #define OPROCSYM (SYMLPAR|'>') macro
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/include/
H A Dshlex.h154 #define OPROCSYM (SYMLPAR | '>') macro
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/sh/
H A Dparse.c1380 int mode = (tok==OPROCSYM); in process_sub()
1499 if((tok==IPROCSYM || tok==OPROCSYM)) in simple()
1737 …else if(((token==IPROCSYM && !(iof&IOPUT)) || (token==OPROCSYM && (iof&IOPUT))) && !(iof&(IOLSEEK|… in inout()
H A Dlex.c1638 case IPROCSYM: case OPROCSYM: in comsub()
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/sh/
H A Dparse.c1380 int mode = (tok==OPROCSYM); in process_sub()
1499 if((tok==IPROCSYM || tok==OPROCSYM)) in simple()
1737 …else if(((token==IPROCSYM && !(iof&IOPUT)) || (token==OPROCSYM && (iof&IOPUT))) && !(iof&(IOLSEEK|… in inout()
H A Dlex.c1638 case IPROCSYM: case OPROCSYM: in comsub()
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/sh/
H A Dparse.c1278 int mode = (tok == OPROCSYM); in process_sub()
1417 if ((tok == IPROCSYM || tok == OPROCSYM)) { in simple()
1636 (token == OPROCSYM && (iof & IOPUT))) && in inout()
H A Dlex.c1480 case OPROCSYM: in comsub()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/sh/
H A Dparse.c1431 int mode = (tok==OPROCSYM); in process_sub()
1579 if((tok==IPROCSYM || tok==OPROCSYM)) in simple()
1823 …else if(((token==IPROCSYM && !(iof&IOPUT)) || (token==OPROCSYM && (iof&IOPUT))) && !(iof&(IOLSEEK|… in inout()
H A Dlex.c1674 case IPROCSYM: case OPROCSYM: in comsub()