Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshlex.h119 #define OPROCSYM (SYMLPAR|'>') macro
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dparse.c1389 int mode = (tok==OPROCSYM); in process_sub()
1508 if((tok==IPROCSYM || tok==OPROCSYM)) in simple()
1746 …else if(((token==IPROCSYM && !(iof&IOPUT)) || (token==OPROCSYM && (iof&IOPUT))) && !(iof&(IOLSEEK|… in inout()
H A Dlex.c1675 case IPROCSYM: case OPROCSYM: in comsub()