Lines Matching defs:nsp
156 char *nsp, *csp, *ce;
177 nsp = &win->_y[wy][wx];
191 if (*nsp != *csp) {
198 while (wx <= lch && *nsp != *csp) {
199 if (ce != NULL && wx >= nlsp && *nsp == ' ') {
229 if (SO && (*nsp&_STANDOUT) !=
231 if (*nsp & _STANDOUT) {
250 (void) _putchar((*csp = *nsp) &
253 (void) _putchar(*nsp & 0177);
270 (void) _putchar((*csp++ = *nsp) & 0177);
272 (void) _putchar(*nsp & 0177);
275 "MAKECH:putchar(%c)\n", *nsp & 0177);
277 if (UC && (*nsp & _STANDOUT)) {
281 nsp++;
302 while (wx <= lch && *nsp == *csp) {
303 nsp++;