Home
last modified time | relevance | path

Searched refs:arcomp (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/lib/libshell/common/include/
H A Dshnodes.h168 void *arcomp; member
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dtrestore.c108 t->ar.arcomp = 0; in r_tree()
110 t->ar.arcomp = sh_arithcomp((t->ar.arexpr)->argval); in r_tree()
H A Dparse.c285 t->ar.arcomp = sh_arithcomp(ap->argval); in getanode()
290 t->ar.arcomp = 0; in getanode()
H A Dxec.c1816 if(t->ar.arcomp) in sh_exec()
1817 shp->exitval = !arith_exec((Arith_t*)t->ar.arcomp); in sh_exec()
H A Dmacro.c1921 num = arith_exec(t->ar.arcomp); in comsubst()
/titanic_41/usr/src/lib/libshell/misc/
H A DERRATA.txt877 t->ar.arcomp = sh_arithcomp(ap->argval);
882 t->ar.arcomp = 0;