Searched refs:eline (Results 1 - 2 of 2) sorted by relevance
/ast/src/lib/libcmd/ |
H A D | wclib.c | 170 register Sfoff_t eline = -1; local 230 if (x == -1 && eline != nlines && !(wp->mode & WC_QUIET)) 231 eline = invalid(file, nlines); 451 if(eline!=nlines && !(wp->mode & WC_QUIET)) 452 eline = invalid(file, nlines);
|
/ast/src/cmd/ksh93/sh/ |
H A D | parse.c | 104 register int n,eline; local 156 eline = lexp->sh->inlineno-(lexp->token==NL); 157 r=kiaentity(lexp,argp->argval,n,type,line,eline,parent,justify,width,atbuff); 158 sfprintf(lexp->kiatmp,"p;%..64d;v;%..64d;%d;%d;s;\n",lexp->current,r,line,eline);
|
Completed in 12 milliseconds