Searched refs:stty (Results 1 - 25 of 51) sorted by relevance

123

/illumos-gate/usr/src/lib/libc/common/sys/
H A Dstty.s30 .file "stty.s"
32 /* C library -- stty */
33 /* int stty (char *path, struct ?? buf, int len); */
37 SYSCALL_RVAL1(stty)
39 SET_SIZE(stty)
/illumos-gate/usr/src/lib/libbc/libc/compat/common/
H A Dstty.c30 * Writearound to old stty system call.
36 stty(int fd, struct sgttyb *ap) function
/illumos-gate/usr/src/ucbhead/
H A Dsgtty.h46 extern int stty(int, struct sgttyb *);
H A Dcurses.h162 (void) stty(_tty_ch, &_tty))
164 _pfast = !(_tty.sg_flags & CRMOD), (void) stty(_tty_ch, &_tty))
166 (void) stty(_tty_ch, &_tty))
168 (void) stty(_tty_ch, &_tty))
172 (void) stty(_tty_ch, &_tty))
174 (void) stty(_tty_ch, &_tty))
176 (void) stty(_tty_ch, &_tty))
178 (void) stty(_tty_ch, &_tty))
180 #define resetty() (_tty.sg_flags = _res_flg, (void) stty(_tty_ch, &_tty))
/illumos-gate/usr/src/ucbcmd/stty/
H A DMakefile26 PROG= stty
28 PROGSRC= stty.c sttyparse.c sttytable.c
/illumos-gate/usr/src/cmd/lp/lib/printers/
H A Dputprinter.c94 register char * stty; local
210 * from the stty option list and move the last one to
213 * move any value from the ".speed" member to the stty list.
216 stty = (prbufp->stty? Strdup(prbufp->stty) : 0);
222 if (prbufp->dial_info && stty) {
229 if (!(q = newstty = Malloc(strlen(stty) + 1))) {
230 Free (stty);
237 p = strtok(stty, " ");
[all...]
H A Dfreeprinter.c74 if (pp->stty)
75 Free (pp->stty);
H A Dllib-llpprt53 char *stty; /* space separated list of stty options */
/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/ttymon/
H A DMakefile27 PROG= stty ttymon ttyadm sttydefs
28 XPG4PROG= stty
30 # the 'stty' objects have to be made in a separate directory
32 STTYOBJ= sttyobjs/stty.o sttyobjs/sttytable.o sttyobjs/sttyparse.o
34 XPG4STTYOBJ= sttyobjs.xpg4/stty.o sttyobjs.xpg4/sttytable.o \
48 STTYSRC= stty.c sttytable.c sttyparse.c
67 # Only stty can be built with -DEUC. ttymon will dump core unless further
92 BINF= stty
102 # /usr/xpg6/bin/stty is a symlink to /usr/bin/stty
[all...]
/illumos-gate/usr/src/ucblib/libcurses/
H A Dtstp.c54 (void) stty(_tty_ch, &_tty);
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dports.c110 * The "printermgmt()" routines move out of ".stty"
114 * baud rates from ".stty".
117 * concatenate it onto ".stty" so that that we can
119 * Putting the override in ".stty" allows the user
129 if (pp->stty == NULL)
130 pp->stty = "";
134 strlen(pp->stty) + 1 + strlen(sspeed) + 1);
136 sprintf(new_stty, "%s %s", pp->stty, sspeed);
139 * We can trash "pp->stty" because
142 pp->stty
[all...]
/illumos-gate/usr/src/tools/gk/
H A Dlogin.sh32 stty erase  werase  kill  intr 
/illumos-gate/usr/src/man/man1b/
H A DMakefile47 stty.1b \
/illumos-gate/usr/src/cmd/mailx/
H A Dtty.c499 ttyset++, stty(fileno(stdin), &ttybuf);
508 ttyset++, stty(fileno(stdin), &ttybuf);
517 ttyset++, stty(fileno(stdin), &ttybuf);
526 ttyset++, stty(fileno(stdin), &ttybuf);
535 ttyset++, stty(fileno(stdin), &ttybuf);
548 stty(fileno(stdin), &ttybuf);
/illumos-gate/usr/src/cmd/lp/include/
H A Dprinters.h106 char *stty; /* space separated list of stty options */ member in struct:PRINTER
/illumos-gate/usr/src/cmd/fm/scripts/
H A Dfmsim.ksh113 mode=$(stty -g)
114 stty -echo -isig min 1 time 0
116 stty $mode
/illumos-gate/usr/src/lib/libshell/common/include/
H A Dterminal.h129 # define tcsetattr(fd,action,tty) stty(fd, tty)
/illumos-gate/usr/src/ucbcmd/
H A DMakefile55 stty \
/illumos-gate/usr/src/uts/common/syscall/
H A Dioctl.c156 * Old stty and gtty. (Still.)
159 stty(int fdes, intptr_t arg) function
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dast_tty.h114 # define tcsetattr(fd,action,tty) stty(fd, tty)
/illumos-gate/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_tty.h93 # define tcsetattr(fd,action,tty) stty(fd, tty)
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dast_tty.h114 # define tcsetattr(fd,action,tty) stty(fd, tty)
/illumos-gate/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_tty.h93 # define tcsetattr(fd,action,tty) stty(fd, tty)
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dast_tty.h114 # define tcsetattr(fd,action,tty) stty(fd, tty)

Completed in 678 milliseconds

123