Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/lp/lib/printers/
H A Dputprinter.c221 register char *newstty, in putprinter() local
232 newstty[0] = 0; /* start with empty copy */ in putprinter()
259 if (q != newstty) in putprinter()
267 stty = newstty; in putprinter()
270 register char *newstty; in putprinter() local
273 if (!newstty) { in putprinter()
281 strcpy (newstty, stty); in putprinter()
282 strcat (newstty, " "); in putprinter()
283 strcat (newstty, speed); in putprinter()
286 strcpy (newstty, speed); in putprinter()
[all …]