Searched refs:stesc (Results 1 – 1 of 1) sorted by relevance
1244 char *stesc; /* start of an escape sequence ('\\') */ in roff_parse_comment() local1248 for (start = stesc = buf->buf + pos;; stesc++) { in roff_parse_comment()1254 if (stesc[0] == '\n') { in roff_parse_comment()1255 assert(stesc[1] == '\0'); in roff_parse_comment()1256 stesc[0] = '\0'; in roff_parse_comment()1260 if (stesc[0] == '\0') in roff_parse_comment()1264 if (stesc[0] != ec) in roff_parse_comment()1272 if (stesc[1] == '\n') { in roff_parse_comment()1273 assert(stesc[2] == '\0'); in roff_parse_comment()1274 stesc[0] = '\0'; in roff_parse_comment()[all …]