Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libshell/common/include/
H A Dshlex.h117 #define OPROCSYM (SYMLPAR|'>') macro
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dparse.c1266 int mode = (tok==OPROCSYM); in process_sub()
1388 if((tok==IPROCSYM || tok==OPROCSYM)) in simple()
1614 …else if(((token==IPROCSYM && !(iof&IOPUT)) || (token==OPROCSYM && (iof&IOPUT))) && !(iof&(IOLSEEK|… in inout()
H A Dlex.c1549 case IPROCSYM: case OPROCSYM: in comsub()