ol                484 src/dps8/dps8_console.c             size_t ol = strlen ((char *) csp->auto_input);
ol                486 src/dps8/dps8_console.c             unsigned char * old = realloc (csp->auto_input, nl + ol + 1);
ol                499 src/dps8/dps8_console.c             strcpy ((char *) old + ol, (char *) new);
ol                533 src/dps8/dps8_console.c         size_t ol = strlen ((char *) csp->auto_input);
ol                535 src/dps8/dps8_console.c         unsigned char * old = realloc (csp->auto_input, nl + ol + 1);
ol                548 src/dps8/dps8_console.c         strcpy ((char *) old + ol, (char *) new);