Home
last modified time | relevance | path

Searched refs:IOARITH (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshnodes.h187 #define IOARITH 0x40000 /* arithmetic seek <# ((expr)) */ macro
190 #define IOPROCSUB IOARITH /* process substitution redirection */
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Ddeparse.c467 if(iof&IOARITH) in p_redirect()
497 if((iof&IOLSEEK) && (iof&IOARITH)) in p_redirect()
509 if((iof&IOLSEEK) && (iof&IOARITH)) in p_redirect()
H A Dio.c1205 fname=sh_macpat(shp,ap,(iof&IOARITH)?ARG_ARITH:ARG_EXP); in sh_redirect()
1246 if(iof&IOARITH) in sh_redirect()
1421 if(iof&IOARITH) in sh_redirect()
1450 if(iof&IOARITH) in sh_redirect()
H A Dparse.c1741 iof |= IOARITH; in inout()
1745 iof |= IOARITH; in inout()