Searched refs:newstty (Results 1 – 1 of 1) sorted by relevance
223 register char *newstty, in putprinter() local229 if (!(q = newstty = Malloc(strlen(stty) + 1))) { in putprinter()234 newstty[0] = 0; /* start with empty copy */ in putprinter()261 if (q != newstty) in putprinter()269 stty = newstty; in putprinter()272 register char *newstty; in putprinter() local274 newstty = Malloc(strlen(stty) + 1 + strlen(speed) + 1); in putprinter()275 if (!newstty) { in putprinter()283 strcpy (newstty, stty); in putprinter()284 strcat (newstty, " "); in putprinter()[all …]