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

/freebsd-13-stable/contrib/less/
H A Dline.c57 static LWCHAR pendc; variable
224 pendc = '\0';
844 if (pendc)
846 if (c == '\r' && pendc == '\r')
848 if (do_append(pendc, NULL, pendpos))
851 * was in pendc, since caller won't back up.
854 pendc = '\0';
874 pendc = c;
1149 if (pendc && (pendc !
[all...]

Completed in 57 milliseconds