Searched refs:IsProtected (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xterm/dist/
H A Dscreen.c2956 #define IsProtected(ld, col) \ macro
2979 if (left > 0 && !IsProtected(ld, left)) {
2986 if (right + 1 < (int) ld->lineSize && !IsProtected(ld, right)) {
2996 if (!IsProtected(ld, col)) {

Completed in 5 milliseconds