Searched refs:iesc (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/mandoc/ |
H A D | roff_escape.c | 69 int iesc; /* index of leading escape char */ in roff_escape() local 90 iesc = inam = aesc; in roff_escape() 272 buf[iarg] == buf[iesc]) { in roff_escape() 348 if (buf[iendarg] == buf[iesc]) { in roff_escape() 500 iesc = sesc; in roff_escape() 509 *resc = iesc; in roff_escape() 544 mandoc_msg(err, ln, iesc, "%.*s", iend - iesc, buf + iesc); in roff_escape()
|
H A D | roff.c | 1367 int iesc; /* index of leading escape char */ in roff_expand() local 1408 if (roff_escape(buf->buf, ln, pos, &iesc, &inam, in roff_expand() 1466 mandoc_msg(MANDOCERR_STR_UNDEF, ln, iesc, in roff_expand() 1472 mandoc_msg(MANDOCERR_ARG_UNDEF, ln, iesc, in roff_expand() 1473 "%.*s", iend - iesc, buf->buf + iesc); in roff_expand() 1488 mandoc_msg(MANDOCERR_ARG_NONUM, ln, iesc, in roff_expand() 1489 "%.*s", iend - iesc, buf->buf + iesc); in roff_expand() 1500 if (asz != iend - iesc) { in roff_expand() 1502 if (asz < iend - iesc) in roff_expand() 1503 memmove(buf->buf + iesc + asz, in roff_expand() [all …]
|