Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Ddefs.h414 extern void *sh_arithcomp(Shell_t *,char*);
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dtrestore.c110 t->ar.arcomp = sh_arithcomp(shp,(t->ar.arexpr)->argval); in r_tree()
H A Darith.c550 void *sh_arithcomp(Shell_t *shp,register char *str) in sh_arithcomp() function
H A Dparse.c289 t->ar.arcomp = sh_arithcomp(lp->sh,ap->argval); in getanode()