Searched refs:inlineno (Results 1 - 11 of 11) sorted by relevance

/osnet-11/usr/src/lib/libshell/common/sh/
H A Dlex.c177 sfprintf(lp->kiatmp,"p;%..64d;v;%..64d;%d;%d;r;\n",lp->current,r,shp->inlineno,shp->inlineno);
311 sfprintf(sfstderr,"%d: line %d: %o:%s%s%s%s %s\n",getpid(),shp->inlineno,tok,quoted,
375 lp->lastline = lp->sh->inlineno;
460 shp->inlineno++;
463 while(shp->inlineno++,fcpeek(0)=='\n')
473 shp->inlineno--;
481 c = shp->inlineno;
499 while(shp->inlineno++,fcget()=='\n');
556 lp->lastline = shp->inlineno;
[all...]
H A Dparse.c152 eline = lexp->sh->inlineno-(lexp->token==NL);
289 errormsg(SH_DICT,ERROR_warn(0),e_lexwarnvar,lp->sh->inlineno);
334 lexp->inlineno = shp->inlineno;
377 if((flag&SH_NL) && (shp->inlineno=error_info.line+shp->st.firstline)==0)
378 shp->inlineno=1;
397 shp->inlineno = lexp->inlineno;
411 int line = lp->sh->inlineno;
412 lp->sh->inlineno
[all...]
H A Dshcomp.c131 shp->inlineno = 1;
H A Dmain.c486 shp->inlineno = 1;
543 shp->inlineno = 1;
H A Dxec.c561 lineno = shp->inlineno;
590 shp->inlineno = lineno;
/osnet-11/usr/src/lib/libshell/common/include/
H A Dshlex.h52 int inlineno; /* saved value of sh.inlineno */ member in struct:_shlex_
H A Dshell.h140 int inlineno; /* line number of current input file */ member in struct:Shell_s
/osnet-11/usr/src/lib/libshell/amd64/include/ast/
H A Dshell.h149 int inlineno; /* line number of current input file */ member in struct:Shell_s
/osnet-11/usr/src/lib/libshell/i386/include/ast/
H A Dshell.h149 int inlineno; /* line number of current input file */ member in struct:Shell_s
/osnet-11/usr/src/lib/libshell/sparc/include/ast/
H A Dshell.h149 int inlineno; /* line number of current input file */ member in struct:Shell_s
/osnet-11/usr/src/lib/libshell/sparcv9/include/ast/
H A Dshell.h149 int inlineno; /* line number of current input file */ member in struct:Shell_s

Completed in 44 milliseconds