lptr 687 src/simh/sim_tmxr.c char *lptr; lptr 690 src/simh/sim_tmxr.c lptr = tmxr_line_attach_string(lp); lptr 691 src/simh/sim_tmxr.c if (lptr) { lptr 692 src/simh/sim_tmxr.c char *tempstr = growstring(&tptr, 10 + strlen(lptr)); lptr 693 src/simh/sim_tmxr.c (void)sprintf(tempstr, "%s%s", *tptr ? "," : "", lptr); lptr 694 src/simh/sim_tmxr.c FREE (lptr);