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.c1243 char *stesc; /* start of an escape sequence ('\\') */ in roff_expand() local
1270 for (stesc = buf->buf + pos; *stesc != '\0'; stesc++) { in roff_expand()
1271 if (stesc[0] != newesc || stesc[1] == '\0') in roff_expand()
1273 stesc++; in roff_expand()
1274 if (*stesc != '"' && *stesc != '#') in roff_expand()
1280 if ((cp = strstr(stesc, "$" "OpenBSD")) != NULL) { in roff_expand()
1283 } else if ((cp = strstr(stesc, "$" "NetBSD")) != NULL) { in roff_expand()
1292 (int)(stesc - buf->buf) + 1, in roff_expand()
1293 "%s", stesc + 1); in roff_expand()
1299 ep = strchr(stesc--, '\0') - 1; in roff_expand()
[all …]