Lines Matching defs:iend
1364 int iend; /* index right after the sequence */
1402 &iarg, &iendarg, &iend) != ESCAPE_EXPAND) {
1403 while (pos < iend) {
1406 if (pos + 1 < iend)
1412 iend++;
1455 pos = iend;
1466 "%.*s", iend - iesc, buf->buf + iesc);
1482 "%.*s", iend - iesc, buf->buf + iesc);
1493 if (asz != iend - iesc) {
1494 rsz = buf->sz - iend;
1495 if (asz < iend - iesc)
1497 buf->buf + iend, rsz);
1500 if (asz > iend - iesc)
1502 buf->buf + iend, rsz);
1524 ubuf[0] = iendarg > iarg && iend > iendarg &&
1533 "%.*s", iend - iesc, buf->buf + iesc);
1534 roff_expand_patch(buf, iendarg, "}", iend);
1589 roff_expand_patch(buf, iesc, res, iend);
4031 int namesz, inam, iend;
4060 NULL, NULL, &iend) != ESCAPE_UNDEF) {
4062 "%.*s%.*s", namesz, name, iend, cp);
4063 cp += iend;
4074 while (iend--) {