Home | History | Annotate | Download | only in src

Lines Matching defs:ep

884 	unsigned char *ep;
886 for (ep = base + *bytes; --ep > base; ) {
892 for (; ep > base && *ep != COMMAND; ep--)
894 if (ep == base)
897 *bytes = *bytes - ((char *)ep - (char *)base);
898 return (ep);