Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshnodes.h158 int functline; member
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dtdump.c133 if(sfputu(outfile,t->funct.functline)<0) in p_tree()
H A Dparse.c768 t->funct.functline = shp->inlineno; in funct()
874 fp->functline = t->funct.functline; in funct()
929 fp->functline = (last-first); in funct()
940 …kiaentity(lexp,t->funct.functnam,-1,'p',t->funct.functline,shp->inlineno-1,lexp->current,'p',0,""); in funct()
H A Dtrestore.c140 t->funct.functline = sfgetu(infile); in r_tree()
H A Dxec.c2714 error_info.line = t->funct.functline-shp->st.firstline; in sh_exec()
2796 np->nvalue.rp->lineno = t->funct.functline; in sh_exec()
2805 nv_setsize(np,fp->functline); in sh_exec()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dmisc.c264 shp->st.lineno = np?((struct functnod*)nv_funtree(np))->functline:1; in b_dot_cmd()