Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Droff.c1270 for (stesc = buf->buf + pos; *stesc != '\0'; stesc++) { in roff_expand()
1271 if (stesc[0] != newesc || stesc[1] == '\0') in roff_expand()
1274 if (*stesc != '"' && *stesc != '#') in roff_expand()
1335 while (stesc > start && stesc[-1] == ' ' && in roff_expand()
1336 (stesc == start + 1 || stesc[-2] != '\\')) in roff_expand()
1368 stesc = nbuf + (stesc - buf->buf); in roff_expand()
1442 "%.*s", (int)(cp - stesc), stesc); in roff_expand()
1490 (int)(stesc - buf->buf), "%s", stesc); in roff_expand()
1573 memmove(stesc + asz, stesc + 3, rsz); in roff_expand()
1577 stesc = nbuf + (stesc - buf->buf); in roff_expand()
[all …]