Home
last modified time | relevance | path

Searched refs:stty (Results 1 – 25 of 66) sorted by relevance

123

/illumos-gate/usr/src/cmd/lp/lib/printers/
H A Dputprinter.c92 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 Dfreeprinter.c72 if (pp->stty)
73 Free (pp->stty);
/illumos-gate/usr/src/cmd/ttymon/
H A DMakefile28 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 Dcurses.h160 (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 Dsgtty.h44 extern int stty(int, struct sgttyb *);
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dports.c138 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/lib/libc/common/sys/
H A Dstty.S37 SYSCALL_RVAL1(stty)
39 SET_SIZE(stty)
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dpty.sh212 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/ucbcmd/stty/
H A DMakefile26 PROG= stty
28 PROGSRC= stty.c sttyparse.c sttytable.c
/illumos-gate/usr/src/grub/grub-0.97/util/
H A Dgrub-md5-crypt.in65 stty -echo
78 stty echo
/illumos-gate/usr/src/cmd/mailx/
H A Dtty.c497 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 Dstandard203 [ -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 Dtsol_standard214 [ -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 Dtsol_standard_foomatic217 [ -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 DRELEASE35 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 …]
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dhurl.sh176 stty -echo
178 stty echo
/illumos-gate/usr/src/cmd/troff/
H A Dn5.c1301 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 Dsystem-xopen-xcu6.p5m45 link path=usr/xpg6/bin/stty target=../../bin/stty
/illumos-gate/usr/src/ucblib/libcurses/
H A Dcr_tty.c72 if (stty(_tty_ch, &_tty) < 0) in gettmode()
80 (void) stty(_tty_ch, &_tty); in gettmode()
H A Dtstp.c52 (void) stty(_tty_ch, &_tty); in tstp()
/illumos-gate/usr/src/man/man1b/
H A DMakefile47 stty.1b \
/illumos-gate/usr/src/cmd/lp/include/
H A Dprinters.h105 char *stty; /* space separated list of stty options */ member
/illumos-gate/usr/src/cmd/ast/libcmd/
H A DMakefile.defs34 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 Dioctl.c157 stty(int fdes, intptr_t arg) in stty() function
/illumos-gate/usr/src/ucbcmd/
H A DMakefile55 stty \

123