Searched refs:eoln (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/mandoc/
H A Dpreconv.c114 const char *ln, *eoln, *eoph; local
122 if (NULL == (eoln = memchr(ln, '\n', sz)))
123 eoln = ln + sz;
127 if ((sz = (size_t)(eoln - ln)) < 10 ||
128 memcmp(ln, ".\\\" -*-", 7) || memcmp(eoln - 3, "-*-", 3))
144 /* Find the end-of-phrase marker (or eoln). */
147 eoph = eoln - 3;

Completed in 99 milliseconds