ol                487 src/dps8/dps8_console.c             size_t ol = strlen ((char *) csp->auto_input);
ol                489 src/dps8/dps8_console.c             unsigned char * old = realloc (csp->auto_input, nl + ol + 1);
ol                502 src/dps8/dps8_console.c             strcpy ((char *) old + ol, (char *) new);
ol                536 src/dps8/dps8_console.c         size_t ol = strlen ((char *) csp->auto_input);
ol                538 src/dps8/dps8_console.c         unsigned char * old = realloc (csp->auto_input, nl + ol + 1);
ol                551 src/dps8/dps8_console.c         strcpy ((char *) old + ol, (char *) new);