REPLACE
if (putbuf(ibuf, inslen, insert==REPLACE) != 0)
if (insert == REPLACE) {
if (insert == REPLACE && es->cursor < undo->linelen)
if (insert == REPLACE && es->cursor > es->linelen)
insert = REPLACE;
REPLACE *rep;
if ((rep = malloc(sizeof(REPLACE))) == NULL) {
static REPLACE *rephead = NULL; /* replacement string list head */
static REPLACE *reptail = NULL; /* replacement string list tail */
REPLACE *pt;
data = REG_SET_FIELD(data, SPI_GDBG_TRAP_MASK, REPLACE, trap_override);
data = REG_SET_FIELD(data, SPI_GDBG_TRAP_MASK, REPLACE, trap_override);
(void) lookup(name, REPLACE, value);
cspace(&PS, hs, hsl, REPLACE);
cspace(&HS, ps, psl, REPLACE);
if (!mf_getline(&PS, REPLACE))
cspace(&HS, "", 0, REPLACE);
if (spflag == REPLACE)
for (linenum = 0; mf_getline(&PS, REPLACE);) {