Home
last modified time | relevance | path

Searched refs:forkline (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshnodes.h87 int forkline; member
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dtdump.c82 if(sfputu(outfile,t->fork.forkline)<0) in p_tree()
H A Dtrestore.c80 t->fork.forkline = sfgetu(infile); in r_tree()
H A Dxec.c833 lineno = ((struct forknod*)t->lst.lstlef)->forkline; in sh_coexec()
835 lineno = t->fork.forkline; in sh_coexec()
1842 error_info.line = t->fork.forkline-shp->st.firstline; in sh_exec()
1935 error_info.line = t->fork.forkline-shp->st.firstline; in sh_exec()
3725 sfprintf(sfstdout,"LINENO=%d\n",t->fork.forkline); in run_subshell()
H A Dparse.c250 par->fork.forkline = sh_getlineno(lp)-1; in makeparent()