Home
last modified time | relevance | path

Searched refs:newstty (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/lp/lib/printers/
H A Dputprinter.c223 register char *newstty, in putprinter() local
229 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() local
274 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 …]