ol 486 src/dps8/dps8_console.c size_t ol = strlen ((char *) csp->auto_input); ol 488 src/dps8/dps8_console.c unsigned char * old = realloc (csp->auto_input, nl + ol + 1); ol 501 src/dps8/dps8_console.c strcpy ((char *) old + ol, (char *) new); ol 535 src/dps8/dps8_console.c size_t ol = strlen ((char *) csp->auto_input); ol 537 src/dps8/dps8_console.c unsigned char * old = realloc (csp->auto_input, nl + ol + 1); ol 550 src/dps8/dps8_console.c strcpy ((char *) old + ol, (char *) new);