Home
last modified time | relevance | path

Searched refs:TARITH (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshnodes.h68 #define TARITH 12 macro
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Ddeparse.c176 if(tr->tre.tretyp==TWH && tr->wh.whinc && t->lst.lstlef->tre.tretyp==TARITH) in p_tree()
246 case TARITH: in p_tree()
H A Dtdump.c114 case TARITH: in p_tree()
H A Dtrestore.c104 case TARITH: in r_tree()
H A Dxec.c339 case TARITH: in sh_tclear()
2489 case TARITH: /* (( expression )) */ in sh_exec()
H A Dparse.c285 t->ar.artyp = TARITH; in getanode()
H A Dmacro.c2059 if(t && t->tre.tretyp==TARITH) in comsubst()