Searched defs:eline (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/lib/libcmd/common/ |
H A D | wclib.c | 173 register Sfoff_t eline = -1; local 233 if (x == -1 && eline != nlines && !(wp->mode & WC_QUIET)) 234 eline = invalid(file, nlines); 469 if(eline!=nlines && !(wp->mode & WC_QUIET)) 470 eline = invalid(file, nlines);
|
/osnet-11/usr/src/lib/libshell/common/sh/ |
H A D | parse.c | 100 register int n,eline; local 152 eline = lexp->sh->inlineno-(lexp->token==NL); 153 r=kiaentity(lexp,argp->argval,n,type,line,eline,parent,justify,width,atbuff); 154 sfprintf(lexp->kiatmp,"p;%..64d;v;%..64d;%d;%d;s;\n",lexp->current,r,line,eline);
|
Completed in 26 milliseconds