Lines Matching refs:ep
615 Byte **sp, **ep;
628 ep = &data[size - 1];
632 sortstrs_block_oo(sp, ep, 0, 0x80, origorder, &origorder[size - 1],
637 sortstrs_block(sp, ep, 0, 0x80, othersp, otherep);
650 reg Byte **sp, **ep;
671 ep = end;
679 while (((sp != ep) && ((curstrlen < off) || ((t[off] & m) == 0)))) {
684 if (sp == ep)
687 newstring(ep);
688 while (((sp != ep) && (curstrlen >= off) && ((t[off] & m) != 0))) {
689 --ep;
691 newstring(ep)
693 if (sp == ep)
697 *sp = *ep;
698 *ep = t;
707 if (ep != end) {
708 ++ep;
728 if (ep != end)
729 sortstrs_block(ep, end, off, m, otherep, otherend);
742 reg Byte **sp, **ep;
765 ep = end;
775 while (((sp != ep) && ((curstrlen < off) || ((t[off] & m) == 0)))) {
781 if (sp == ep)
784 newstring(ep);
785 while (((sp != ep) && (curstrlen >= off) && ((t[off] & m) != 0))) {
786 --ep;
789 newstring(ep)
791 if (sp == ep)
795 *sp = *ep;
796 *ep = t;
809 if (ep != end) {
810 ++ep;
861 if (ep != end) {
862 cp = ep;
879 if (cp != ep) {
897 if (ep != end)
898 sortstrs_block_oo(ep, end, off, m, oep, oend, otherep, otherend);