Searched defs:lastch (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libcurses/screen/
H A Dmakenew.c115 short *lastch = win->_lastch, local
116 *elastch = lastch + nlines;
119 while (lastch < elastch)
121 *lastch++ = (short) ncols;
H A Dwtouchln.c60 short *firstch, *lastch, b, e; local
70 lastch = win->_lastch + y;
81 for (; n-- > 0; firstch++, lastch++) {
83 *firstch = b, *lastch = e;
H A Dwvline.c53 short *lastch = &(win->_lastch[cury]); local
65 lastch++) {
69 if (curx > *lastch)
70 *lastch = curx;
/osnet-11/usr/src/cmd/sendmail/db/db/
H A Ddb_pr.c686 u_int lastch; local
692 lastch = '.';
696 lastch = *p;
704 lastch = '.';
707 if (lastch != '\n')

Completed in 22 milliseconds