Lines Matching +defs:replace +defs:text
594 * cursor position (i.e. cursor moves down amount relative to text).
864 * cursor position (i.e. cursor moves up amount relative to text).
1462 * of it with blanks. Do similar repair for the text which will
1692 /* If we've marked protected text on the screen, we'll have to
1720 /* setup for another segment, past the protected text */
1896 * If we've written protected text DEC-style, and are issuing a non-DEC
3127 const IChar *text,
3156 FcChar32 wc = *text++;
3206 buffer[dst] = CharOf(text[dst]);
3480 const IChar *text,
3486 text,
3597 text,
3709 const IChar *text,
3722 temp[n++] = *text++;
3970 * Draws text with the specified combination of bold/underline. The return
3978 const IChar *text,
4004 if (text == NULL)
4010 visibleIChars(text, len)));
4031 text,
4037 text, len);
4054 int ch_width = CharWidth(screen, text[nlen]);
4113 text++,
4124 text,
4132 text, len);
4204 text,
4221 Boolean replace = False;
4223 unsigned ch = (unsigned) text[last];
4249 replace = True;
4282 replace = True;
4287 replace = True;
4316 if (missing || replace) {
4325 text + first,
4384 text + first,
4397 text,
4432 int cells = WideCells(*text);
4435 if (*text == HIDDEN_CHAR) {
4436 ++text;
4440 if (IsXtermMissingChar(screen, *text, curFont)) {
4447 temp[0].byte2 = LO_BYTE(*text);
4448 temp[0].byte1 = HI_BYTE(*text);
4453 temp[0] = (char) LO_BYTE(*text);
4464 text++, 1) - adj;
4498 unsigned ch = (unsigned) text[last];
4511 text + first,
4556 text + first,
4586 text + first,
4597 text += first;
4605 text,
4630 visibleIChars(text, len)));
4642 IChar ch = text[src];
4664 IChar ch = text[src];
4850 mapped[dst] = text[dst];