ol                483 src/dps8/dps8_console.c             size_t ol = strlen ((char *) csp->auto_input);
ol                485 src/dps8/dps8_console.c             unsigned char * old = realloc (csp->auto_input, nl + ol + 1);
ol                498 src/dps8/dps8_console.c             strcpy ((char *) old + ol, (char *) new);
ol                532 src/dps8/dps8_console.c         size_t ol = strlen ((char *) csp->auto_input);
ol                534 src/dps8/dps8_console.c         unsigned char * old = realloc (csp->auto_input, nl + ol + 1);
ol                547 src/dps8/dps8_console.c         strcpy ((char *) old + ol, (char *) new);