HomeSort by: relevance | last modified time | path
    Searched refs:INVISIBLE (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/xterm/dist/
screen.c 934 * writing blanks if we're writing invisible text.
2884 flags ^= INVISIBLE;
2905 flags |= INVISIBLE;
2920 UIntClr(flags, INVISIBLE);
3103 if (ld->attribs[col] & INVISIBLE)
ptyx.h 3564 #define INVISIBLE AttrBIT(8) /* true if writing invisible text */
3619 #define ATTRIBUTES (SGR_MASK | SGR_MASK2 | BG_COLOR | FG_COLOR | INVISIBLE | PROTECTED)
misc.c 3260 if (attr & INVISIBLE)
4655 * documented, but do use the bit for setting invisible mode.
4664 xw->flags |= (value & 16) ? INVISIBLE : 0;
7975 DATA(INVISIBLE);
8001 DATA(INVISIBLE);
8147 POP_FLAG(INVISIBLE);
charproc.c 1384 (SGR_MASK | SGR_MASK2 | INVISIBLE));
1573 DATA(DGRP(2), INVISIBLE),
4183 UIntSet(xw->flags, INVISIBLE);
4234 UIntClr(xw->flags, INVISIBLE);
14085 bitclr(&xw->flags, INSERT | INVERSE | BOLD | BLINK | UNDERLINE | INVISIBLE);
button.c 5235 if (ld->attribs[i] & INVISIBLE)

Completed in 23 milliseconds