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

  /xsrc/external/mit/xterm/dist/
linedata.c 263 Bool blank = (((item->charData == HIDDEN_CHAR)
266 || (item->charData != HIDDEN_CHAR
screen.c 712 if (dst->charData[col] == HIDDEN_CHAR) {
717 if (src->charData[col] != HIDDEN_CHAR) {
724 } else if (src->charData[col] == HIDDEN_CHAR) {
731 if (dst->charData[last] == HIDDEN_CHAR) {
736 if (src->charData[last] != HIDDEN_CHAR) {
742 } else if (src->charData[last] == HIDDEN_CHAR) {
808 ld->charData[col + (int) len] == HIDDEN_CHAR) {
812 ld->charData[col] == HIDDEN_CHAR) {
965 && starcol1 == HIDDEN_CHAR
978 *char1++ = (CharData) HIDDEN_CHAR;
    [all...]
html.c 246 if (chr != HIDDEN_CHAR) {
svg.c 226 if (chr != HIDDEN_CHAR) {
util.c 139 if (ld->charData[kl] == HIDDEN_CHAR) {
141 if (ld->charData[--kl] != HIDDEN_CHAR) {
150 if (ld->charData[kr] == HIDDEN_CHAR) {
153 if (ld->charData[++kr] != HIDDEN_CHAR) {
522 if (ld->charData[left] == HIDDEN_CHAR) {
528 if (ld->charData[right + 1] == HIDDEN_CHAR) {
3302 } else if (ch == HIDDEN_CHAR) {
3898 assert(ch != HIDDEN_CHAR);
4288 } else if (ch != HIDDEN_CHAR) {
4435 if (*text == HIDDEN_CHAR) {
    [all...]
button.c 3471 && (XTERM_CELL(cell->row, cell->col) == HIDDEN_CHAR)) {
3619 || XTERM_CELL(screen->name.row, screen->name.col) == HIDDEN_CHAR)
4132 && XTERM_CELL(first.row, first.col - 0) == HIDDEN_CHAR) {
4141 && XTERM_CELL(last.row, last.col) == HIDDEN_CHAR) {
4191 if (mark.col && XTERM_CELL(mark.row, mark.col) == HIDDEN_CHAR) \
5238 /* We want to strip out every occurrence of HIDDEN_CHAR AFTER a
5241 if (c == HIDDEN_CHAR) {
5245 are in memory attached to the HIDDEN_CHAR */
xterm.h 301 #define HIDDEN_CHAR 0xffff
1082 #define isWideFrg(n) (((n) == HIDDEN_CHAR) || (WideCells((n)) == 2))
ptydata.c 163 (utf_char == HIDDEN_CHAR)) {
charproc.c 13201 if (base == HIDDEN_CHAR && cursor_col > 0) {
13584 if (base == HIDDEN_CHAR && cursor_col > 0) {

Completed in 19 milliseconds