Searched refs:upto (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/diff/src/
H A Difdef.c30 lin from, upto; /* start and limit lines for this group of lines */ member in struct:group
105 groups[0].upto = end0;
108 groups[1].upto = end1;
227 case 'l': return translate_line_number (g->file, g->upto) - 1;
228 case 'm': return translate_line_number (g->file, g->upto);
229 case 'n': return g->upto - g->from;
242 lin from = group->from, upto = group->upto; local
250 if (format[1] == 'l' && format[2] == '\n' && !format[3] && from < upto)
253 linbuf[upto]
[all...]
/freebsd-9.3-release/contrib/cvs/diff/
H A Difdef.c27 int from, upto; /* start and limit lines for this group of lines */ member in struct:group
102 groups[0].upto = end0;
105 groups[1].upto = end1;
257 case 'l': return translate_line_number (g->file, g->upto) - 1;
258 case 'm': return translate_line_number (g->file, g->upto);
259 case 'n': return g->upto - g->from;
274 int from = group->from, upto = group->upto; local
285 (linbuf[upto] + (linbuf[upto][
[all...]
/freebsd-9.3-release/gnu/usr.bin/rcs/lib/
H A Drcsedit.c551 # define copylines(upto,delta) (editline = (upto))
555 copylines(upto, delta)
556 register long upto;
559 * Copy input lines editline+1..upto from fedit to fcopy.
569 if (upto < editline) {
576 if (editline < upto)
581 } while (++editline < upto);
589 } while (++editline < upto);
/freebsd-9.3-release/crypto/openssl/crypto/cms/
H A Dcms_smime.c125 static void do_free_upto(BIO *f, BIO *upto) argument
127 if (upto) {
134 while (f && f != upto);
/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-loop-ivopts.c243 unsigned upto; member in struct:iv_ca
4645 gcc_assert (ivs->upto >= use->id);
4647 if (ivs->upto == use->id)
4649 ivs->upto++;
4824 nw->upto = 0;
4886 for (i = 0; i < ivs->upto; i++)

Completed in 250 milliseconds