Home
last modified time | relevance | path

Searched refs:fortyp (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/sh/
H A Dmode.h199 int fortyp; member
H A Dcmd.c313 t->fortyp = TFOR;
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshnodes.h109 int fortyp; member
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dtdump.c181 sfputu(outfile,fp->fortyp); in p_arg()
H A Dtrestore.c220 fp->fortyp = sfgetu(infile); in r_arg()
H A Dparse.c976 t->for_.fortyp = sh_getlineno(lexp); in assign()
1206 t->for_.fortyp=(lexp->token==FORSYM?TFOR:TSELECT); in item()
1211 if(lexp->token!=EXPRSYM || t->for_.fortyp!=TFOR) in item()
1218 t->for_.fortyp |= FLINENO; in item()
H A Dname.c359 error_info.line = fp->fortyp-shp->st.firstline; in nv_setlist()