Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshnodes.h156 char *functnam; member
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dtrestore.c141 t->funct.functnam = r_string(shp->stk); in r_tree()
152 fp->functnam = stkcopy(shp->stk,shp->st.filename); in r_tree()
H A Dparse.c800 t->funct.functnam= (char*)lexp->arg->argval; in funct()
803 lexp->current = kiaentity(lexp,t->funct.functnam,-1,'p',-1,-1,lexp->script,'p',0,""); in funct()
841 if(shp->shcomp && memcmp(".sh.math.",t->funct.functnam,9)==0) in funct()
843 Namval_t *np= nv_open(t->funct.functnam,shp->fun_tree,NV_ADD|NV_VARNAME); in funct()
872 fp->functnam = 0; in funct()
876 fp->functnam = stakcopy(shp->st.filename); in funct()
940 …kiaentity(lexp,t->funct.functnam,-1,'p',t->funct.functline,shp->inlineno-1,lexp->current,'p',0,""); in funct()
1272 t->funct.functnam=(char*) lexp->arg->argval; in item()
H A Ddeparse.c297 sfprintf(outfile,"%s",t->funct.functnam); in p_tree()
304 sfputr(outfile,t->funct.functnam,tflags); in p_tree()
H A Dtdump.c135 if(p_string(t->funct.functnam)<0) in p_tree()
H A Dxec.c2675 register char *fname = ((struct functnod*)t)->functnam; in sh_exec()
2804 np->nvalue.rp->fname = fp->functnam; in sh_exec()