Searched refs:stesc (Results 1 – 1 of 1) sorted by relevance
1239 char *stesc; /* start of an escape sequence ('\\') */ in roff_parse_comment() local1243 for (start = stesc = buf->buf + pos;; stesc++) { in roff_parse_comment()1249 if (stesc[0] == '\n') { in roff_parse_comment()1250 assert(stesc[1] == '\0'); in roff_parse_comment()1251 stesc[0] = '\0'; in roff_parse_comment()1255 if (stesc[0] == '\0') in roff_parse_comment()1259 if (stesc[0] != ec) in roff_parse_comment()1267 if (stesc[1] == '\n') { in roff_parse_comment()1268 assert(stesc[2] == '\0'); in roff_parse_comment()1269 stesc[0] = '\0'; in roff_parse_comment()[all …]