/illumos-gate/usr/src/cmd/lp/lib/printers/ |
H A D | putprinter.c | 92 register char * stty; in putprinter() local 214 stty = (prbufp->stty? Strdup(prbufp->stty) : 0); in putprinter() 220 if (prbufp->dial_info && stty) { in putprinter() 227 if (!(q = newstty = Malloc(strlen(stty) + 1))) { in putprinter() 228 Free (stty); in putprinter() 235 p = strtok(stty, " "); in putprinter() 266 Free (stty); in putprinter() 267 stty = newstty; in putprinter() 272 newstty = Malloc(strlen(stty) + 1 + strlen(speed) + 1); in putprinter() 274 if (stty) in putprinter() [all …]
|
H A D | freeprinter.c | 72 if (pp->stty) 73 Free (pp->stty);
|
/illumos-gate/usr/src/cmd/ttymon/ |
H A D | Makefile | 28 PROG= stty ttymon ttyadm sttydefs 29 XPG4PROG= stty 33 STTYOBJ= sttyobjs/stty.o sttyobjs/sttytable.o sttyobjs/sttyparse.o 35 XPG4STTYOBJ= sttyobjs.xpg4/stty.o sttyobjs.xpg4/sttytable.o \ 49 STTYSRC= stty.c sttytable.c sttyparse.c 87 BINF= stty 98 ROOTXPG6SYMLINK= $(ROOTXPG6BIN)/stty 103 stty: sttyobjs $(STTYOBJ) $(MAPFILE.NGB) target 107 stty.xpg4: $(XPG4STTYOBJ) $(MAPFILE.NGB)
|
/illumos-gate/usr/src/ucbhead/ |
H A D | curses.h | 160 (void) stty(_tty_ch, &_tty)) 162 _pfast = !(_tty.sg_flags & CRMOD), (void) stty(_tty_ch, &_tty)) 164 (void) stty(_tty_ch, &_tty)) 166 (void) stty(_tty_ch, &_tty)) 170 (void) stty(_tty_ch, &_tty)) 172 (void) stty(_tty_ch, &_tty)) 174 (void) stty(_tty_ch, &_tty)) 176 (void) stty(_tty_ch, &_tty)) 178 #define resetty() (_tty.sg_flags = _res_flg, (void) stty(_tty_ch, &_tty))
|
H A D | sgtty.h | 44 extern int stty(int, struct sgttyb *);
|
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/ |
H A D | ports.c | 138 if (pp->stty == NULL) in open_dialup() 139 pp->stty = ""; in open_dialup() 143 strlen(pp->stty) + 1 + strlen(sspeed) + 1); in open_dialup() 145 sprintf(new_stty, "%s %s", pp->stty, sspeed); in open_dialup() 151 pp->stty = new_stty; in open_dialup()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/ |
H A D | pty.sh | 212 w stty intr ^C 221 r stty intr \^C 254 w stty intr ^C 262 r stty intr \^C 276 w stty kill ^X 298 w stty erase ^H intr ^C kill ^X
|
/illumos-gate/usr/src/lib/libc/common/sys/ |
H A D | stty.S | 37 SYSCALL_RVAL1(stty) 39 SET_SIZE(stty)
|
/illumos-gate/usr/src/ucbcmd/stty/ |
H A D | Makefile | 26 PROG= stty 28 PROGSRC= stty.c sttyparse.c sttytable.c
|
/illumos-gate/usr/src/grub/grub-0.97/util/ |
H A D | grub-md5-crypt.in | 65 stty -echo 78 stty echo
|
/illumos-gate/usr/src/cmd/mailx/ |
H A D | tty.c | 497 ttyset++, stty(fileno(stdin), &ttybuf); in grabh() 506 ttyset++, stty(fileno(stdin), &ttybuf); in grabh() 515 ttyset++, stty(fileno(stdin), &ttybuf); in grabh() 524 ttyset++, stty(fileno(stdin), &ttybuf); in grabh() 533 ttyset++, stty(fileno(stdin), &ttybuf); in grabh() 546 stty(fileno(stdin), &ttybuf); in grabh()
|
/illumos-gate/usr/src/cmd/lp/model/ |
H A D | standard | 203 [ -n "${stty1}" ] && stty ${stty1} 0<&1 205 [ -n "${stty2}" ] && stty ${stty2} 0<&1 358 stty= 418 # If you want to add options that, like "stty", 422 stty=* | flist=* | lpd=* ) 423 #LOPT stty=* | flist=* | lpd=* | lopt=* ) 454 stty= ) 455 stty="${stty} ${item}" 579 stty \ 582 stty \ [all …]
|
H A D | tsol_standard | 214 [ -n "${stty1}" ] && stty ${stty1} 0<&1 216 [ -n "${stty2}" ] && stty ${stty2} 0<&1 370 stty= 434 # If you want to add options that, like "stty", 438 stty=* | flist=* | lpd=* ) 439 #LOPT stty=* | flist=* | lpd=* | lopt=* ) 470 stty= ) 471 stty="${stty} ${item}" 595 stty \ 598 stty \ [all …]
|
H A D | tsol_standard_foomatic | 217 [ -n "${stty1}" ] && stty ${stty1} 0<&1 219 [ -n "${stty2}" ] && stty ${stty2} 0<&1 373 stty= 450 # If you want to add options that, like "stty", 454 stty=* | flist=* | lpd=* ) 455 #LOPT stty=* | flist=* | lpd=* | lopt=* ) 486 stty= ) 487 stty="${stty} ${item}" 622 stty \ 625 stty \ [all …]
|
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/ |
H A D | RELEASE | 35 10-04-01 stty.c: add --fd=fd option 83 08-11-10 stty.c: check for -t grouping so -tostop != -t -ostop 85 08-09-08 stty.c: #ifdef guard TAB[012] -- freebsd: damn the posix, full speed ahead 92 08-04-01 stty.c: fix off2 unitialized reference 101 07-11-27 stty.c: add -t,--terminal-group to list tty pgrp 150 06-09-28 stty.c: static setmode() => set() for darwin.i386 193 stty.c: context is ERROR_INTERCATIVE 218 03-06-04 stty.c: add undef to control assignment docs 234 02-01-24 stty.c: ifdef a few more macros for uts (yes, its still running) 243 01-07-16 stty: fix cntl() macro for CC_NATIVE!=CC_ASCII [all …]
|
H A D | Mamfile | 392 make stty.c 396 done stty.c 480 …/rm.c ${PACKAGEROOT}/src/lib/libcmd/rmdir.c ${PACKAGEROOT}/src/lib/libcmd/stty.c ${PACKAGEROOT}/sr… 700 make stty.o 701 prev stty.c 702 meta stty.o %.c>%.o stty.c stty 703 prev stty.c 704 …roperty][-license?http://www.eclipse.org/org/documents/epl-v10.html][--catalog?libcmd]"\" -c stty.c 705 done stty.o generated 789 exec - ${AR} rc libcmd.a pids.o rev.o rm.o rmdir.o stty.o sum.o sync.o tail.o tee.o tty.o uname.o u… [all …]
|
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | hurl.sh | 176 stty -echo 178 stty echo
|
/illumos-gate/usr/src/cmd/troff/ |
H A D | n5.c | 1301 stty(0, &ttys[0]); in restore_tty() 1305 stty(1, &ttys[1]); in restore_tty() 1322 stty(1, &ttys[1]); in set_tty() 1341 stty(0, &ttys[0]); in echo_off() 1360 stty(0, &ttys[0]); in echo_on()
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-xopen-xcu6.p5m | 45 link path=usr/xpg6/bin/stty target=../../bin/stty
|
/illumos-gate/usr/src/ucblib/libcurses/ |
H A D | cr_tty.c | 72 if (stty(_tty_ch, &_tty) < 0) in gettmode() 80 (void) stty(_tty_ch, &_tty); in gettmode()
|
H A D | tstp.c | 52 (void) stty(_tty_ch, &_tty); in tstp()
|
/illumos-gate/usr/src/man/man1b/ |
H A D | Makefile | 46 stty.1b \
|
/illumos-gate/usr/src/cmd/lp/include/ |
H A D | printers.h | 105 char *stty; /* space separated list of stty options */ member
|
/illumos-gate/usr/src/cmd/ast/libcmd/ |
H A D | Makefile.defs | 34 pathchk.o pids.o rev.o revlib.o rm.o rmdir.o stty.o sum.o \
|
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | ioctl.c | 157 stty(int fdes, intptr_t arg) in stty() function
|