Lines Matching defs:stop
74 int rc, size, start, stop, ix;92 stop = current - 6;93 if (stop < -1) stop = -1;98 stop = -1;101 stop = current + 6;102 if (stop > nlet) stop = nlet;107 stop = nlet;110 for (ln = start; ln != stop; ln = flgr ? ln + 1 : ln - 1) {