Home
last modified time | relevance | path

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

/original-bsd/old/refer/refer/
H A Drefer4.c31 int lch; local
36 lch = *--p;
37 if (postpunct && punctuat(lch))
40 switch (lch) {
47 *p++ = lch;
52 switch(lch) {
63 *p++ = lch;
/original-bsd/lib/libcurses/
H A Drefresh.c198 int lch, wx, y; local
212 lch = *win->lines[wy]->lastchp - win->ch_off;
213 if (lch < 0)
215 else if (lch >= (int) win->maxx)
216 lch = win->maxx - 1;
248 while (wx <= lch) {
250 if (wx <= lch) {
251 while (wx <= lch &&
271 && wx <= lch) {