Home
last modified time | relevance | path

Searched refs:end1 (Results 1 – 5 of 5) sorted by relevance

/original-bsd/local/ditroff/ditroff.old.okeeffe/gremlin.aed/gremlin/
H A Dgraphics3.c158 POINT end1, end2; local
162 end1.y = (float) y1;
171 end1.x = end2.x = (float) i;
172 GRVector(&end1, &end2, gridstyle);
174 end1.x = (float) x1;
179 end1.y = end2.y = (float) i;
180 GRVector(&end1, &end2, gridstyle);
/original-bsd/contrib/libg++-2.3/libg++/src/
H A Dregex.cc1817 (SYNTAX ((d) == end1 ? *string2 : (d) == string2 - 1 ? *(end1 - 1) : *(d))\
1855 unsigned char *end1; /* Just past end of first string. */ in re_match_2() local
1937 end1 = string1 + size1; in re_match_2()
1948 end_match_1 = end1; in re_match_2()
2212 || (d == end1 ? (size2 == 0 || *string2 == '\n') : *d == '\n')) in re_match_2()
2504 if (d >= string1 && d <= end1) in re_match_2()
/original-bsd/lib/libc/regex/
H A Dregcomp.c59 static void p_bre __P((struct parse *p, int end1, int end2));
473 p_bre(p, end1, end2) in p_bre() argument
475 register int end1; /* first terminating character */
487 while (MORE() && !SEETWO(end1, end2)) {
/original-bsd/contrib/gcc-2.3.3/
H A Dcccp.c4938 register U_CHAR *end1 = beg1 + len1; local
4941 while (beg1 != end1 && is_space[*beg1]) beg1++;
4945 while (beg1 != end1 && is_space[end1[-1]]) end1--;
4948 while (beg1 != end1 && beg2 != end2) {
4950 while (beg1 != end1 && is_space[*beg1]) beg1++;
4956 return (beg1 != end1) || (beg2 != end2);
/original-bsd/contrib/emacs-18.57/src/
H A Dfileio.c1775 register int end1 = XINT (end);
1778 min (GPT, end1) - tem);