Searched refs:endep (Results 1 – 2 of 2) sorted by relevance
106 char *sp, *ssp, *endsp, *ep, *endep; local230 endep = ep = NIL(char*);1060 for(ep = buf+SLACK, endep = ep + n; ; )1061 { while(ep < endep)1067 endep = ep+3;1207 endep = ep+precis;1208 while((*endsp++ = *ep++) && ep <= endep)1213 ep = endep = buf+(sizeof(buf)-1);1224 if(endep-ep <= 1) /* at least 2 digits */1240 ep = endep;[all …]
612 char *endep; in cclass() local624 endep = *(ep + 32) + ep + 32; in cclass()627 if (ep >= endep) in cclass()