Searched defs:lch (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/refer/
H A Drefer4.c46 int lch; local
51 lch = *--p;
52 if (postpunct && punctuat(lch))
55 switch (lch) {
62 *p++ = lch;
67 switch (lch) {
78 *p++ = lch;
/illumos-gate/usr/src/ucblib/libcurses/
H A Drefresh.c157 short wx, lch, y; local
165 lch = win->_lastch[wy] - win->_ch_off;
166 if (lch < 0)
168 else if (lch >= win->_maxx)
169 lch = win->_maxx - 1;
190 while (wx <= lch) {
198 while (wx <= lch && *nsp != *csp) {
301 } else if (wx <= lch)
302 while (wx <= lch && *nsp == *csp) {

Completed in 461 milliseconds