Searched refs:inend (Results 1 - 3 of 3) sorted by relevance

/ast/src/cmd/builtin/
H A Dstrings.c133 register unsigned char* inend; local
155 inend = inp+c;
159 if (inp >= inend || !(c = *inp++) || !isprint(c) && (!(flags & MULTILINE) || !special(c)))
167 if (sfprintf(out, fmt, sizeof(offset), offset - (inend - inp) - n) < 0)
172 n = sfprintf(out, fmt, sizeof(offset), offset - (inend - inp) - n, n, inp - n - 1);
185 if (inp >= inend)
H A Dtr.c432 register unsigned char* inend; local
450 inend = (inp = inbuff) + c;
456 while (inp < inend)
/ast/src/cmd/pack/
H A Dhuffdecode.c34 if(inp>=inend && !(inp=getbuff())) \
52 static unsigned char *inbuff,*inend; variable
97 inend = inp + sfvalue(infile);
223 inend = inbuff + n;

Completed in 12 milliseconds