Searched refs:functline (Results 1 - 5 of 5) sorted by relevance

/ast/src/cmd/ksh93/include/
H A Dshnodes.h158 int functline; member in struct:functnod
/ast/src/cmd/ksh93/sh/
H A Dtdump.c133 if(sfputu(outfile,t->funct.functline)<0)
H A Dtrestore.c140 t->funct.functline = sfgetu(infile);
H A Dxec.c2702 error_info.line = t->funct.functline-shp->st.firstline;
2784 np->nvalue.rp->lineno = t->funct.functline;
2793 nv_setsize(np,fp->functline);
/ast/src/cmd/ksh93/bltins/
H A Dmisc.c264 shp->st.lineno = np?((struct functnod*)nv_funtree(np))->functline:1;

Completed in 17 milliseconds