Lines Matching defs:scp
320 chtype *scp;
327 scp = curscr->_y[Newy];
339 if (iscont == 0 && !ISCBIT(scp[x]))
342 _ATTR(scp[x]) == curscr->_attrs) ||
344 if (!ISMBIT(scp[x]))
347 curscr->_maxx && ISCBIT(scp[nx])))
371 if (iscont == 0 && !ISCBIT(scp[x]))
374 _ATTR(scp[x]) == curscr->_attrs) ||
376 if (!ISMBIT(scp[x]))
377 (void) _outwch(_CHAR(scp[x]));
379 nx < curscr->_maxx && ISCBIT(scp[nx])))
380 (void) _outwch(_CHAR(scp[x]));