Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/less/
H A Dline.c54 static LWCHAR pendc; variable
222 pendc = '\0'; in prewind()
846 if (pendc)
848 if (c == '\r' && pendc == '\r')
850 if (do_append(pendc, NULL, pendpos))
856 pendc = '\0';
876 pendc = c;
1160 if (pendc && (pendc != '\r' || !endline))
1166 (void) do_append(pendc, NULL, pendpos);