Home | History | Annotate | Download | only in libiberty

Lines Matching defs:dend

5291 #define MATCHING_IN_FIRST_STRING  (dend == end_match_1)
5296 while (d == dend) \
5299 if (dend == end_match_2) \
5303 dend = end_match_2; \
5587 const CHAR_T *d, *dend;
5868 `dend' is the end of the input string that `d' points within. `d'
5878 dend = end_match_1;
5884 dend = end_match_2;
5896 dend = end_match_1;
5901 dend = end_match_2;
5975 /* Restore best match. It may happen that `dend ==
5983 dend = ((d >= string1 && d <= end1)
6274 const CHAR_T *backup_d = d, *backup_dend = dend;
6301 if (d == dend)
6303 if (dend == end_match_2)
6306 dend = end_match_2;
6333 dend = backup_dend;
6341 const CHAR_T *backup_d = d, *backup_dend = dend;
6371 if (d == dend)
6373 if (dend == end_match_2)
6376 dend = end_match_2;
6386 if (d >= dend)
6388 if (dend == end_match_2)
6389 d = dend;
6393 dend = end_match_2;
6418 dend = backup_dend;
6427 const CHAR_T *backup_d = d, *backup_dend = dend;
6454 if (d == dend)
6456 if (dend == end_match_2)
6459 dend = end_match_2;
6487 dend = backup_dend;
6823 mcnt = dend - d;
7491 dend = end_match_1;