HomeSort by: relevance | last modified time | path
    Searched refs:termios (Results 1 - 25 of 651) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.multi/
multi-term-settings.c 24 #include <termios.h>
38 struct termios termios; local
44 tcgetattr (0, &termios);
45 tcsetattr (0, TCSANOW, &termios);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.multi/
multi-term-settings.c 24 #include <termios.h>
38 struct termios termios; local
44 tcgetattr (0, &termios);
45 tcsetattr (0, TCSANOW, &termios);
  /src/games/hack/
hack.ioctl.c 74 #include <termios.h>
77 static struct termios termios; variable in typeref:struct:termios
82 (void) tcgetattr(fileno(stdin), &termios); local
88 (void) tcsetattr(fileno(stdin), TCSADRAIN, &termios); local
  /src/usr.sbin/lpr/lpd/
extern.h 35 #include <termios.h>
49 struct termios t; /* terminal info */
57 void sttyclearflags(struct termios *tp, int flags);
58 void sttysetflags(struct termios *tp, int flags);
59 void sttyclearlflags(struct termios *tp, int flags);
60 void sttysetlflags(struct termios *tp, int flags);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.reverse/
test_ioctl_TCSETSW.c 19 #include <termios.h>
29 struct termios term;
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.reverse/
test_ioctl_TCSETSW.c 19 #include <termios.h>
29 struct termios term;
  /src/crypto/external/bsd/openssh/dist/
sshpty.h 18 #include <termios.h>
20 struct termios *get_saved_tio(void);
  /src/bin/stty/
extern.h 41 void gprint(struct termios *);
42 void gread(struct termios *, char *);
46 void print(struct termios *, struct winsize *, int, const char *, enum FMT);
stty.h 38 #include <termios.h>
48 struct termios t; /* terminal info */
  /src/sys/arch/arm/clps711x/
clpssocvar.h 35 #include <sys/termios.h>
  /src/external/bsd/nvi/dist/ex/
script.h 23 struct termios sh_term; /* Terminal information. */
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
execution-termios.c 19 #include <termios.h>
term.c 18 #include <termios.h>
21 static struct termios t;
term.exp 35 set termios(c_iflag) [get_hexadecimal_valueof "t.c_iflag" oops]
36 set termios(c_oflag) [get_hexadecimal_valueof "t.c_oflag" oops]
37 set termios(c_cflag) [get_hexadecimal_valueof "t.c_cflag" oops]
38 set termios(c_lflag) [get_hexadecimal_valueof "t.c_lflag" oops]
40 return [array get termios]
48 array set termios $t
54 "c_iflag = ${termios(c_iflag)}, c_oflag = ${termios(c_oflag)}," \
55 "c_cflag = ${termios(c_cflag)}, c_lflag = ${termios(c_lflag)}.*"
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
execution-termios.c 19 #include <termios.h>
term.c 18 #include <termios.h>
21 static struct termios t;
term.exp 35 set termios(c_iflag) [get_hexadecimal_valueof "t.c_iflag" oops]
36 set termios(c_oflag) [get_hexadecimal_valueof "t.c_oflag" oops]
37 set termios(c_cflag) [get_hexadecimal_valueof "t.c_cflag" oops]
38 set termios(c_lflag) [get_hexadecimal_valueof "t.c_lflag" oops]
40 return [array get termios]
48 array set termios $t
54 "c_iflag = ${termios(c_iflag)}, c_oflag = ${termios(c_oflag)}," \
55 "c_cflag = ${termios(c_cflag)}, c_lflag = ${termios(c_lflag)}.*"
    [all...]
  /src/games/atc/
extern.c 53 #include <termios.h>
76 struct termios tty_start, tty_new;
  /src/lib/libc/gen/
isatty.c 45 #include <termios.h>
55 struct termios t;
  /src/lib/libc/termios/
cfgetispeed.c 35 static char sccsid[] = "@(#)termios.c 8.2 (Berkeley) 2/21/94";
45 #include <termios.h>
52 cfgetispeed(const struct termios *t)
cfgetospeed.c 35 static char sccsid[] = "@(#)termios.c 8.2 (Berkeley) 2/21/94";
45 #include <termios.h>
52 cfgetospeed(const struct termios *t)
cfsetispeed.c 35 static char sccsid[] = "@(#)termios.c 8.2 (Berkeley) 2/21/94";
45 #include <termios.h>
52 cfsetispeed(struct termios *t, speed_t speed)
cfsetospeed.c 35 static char sccsid[] = "@(#)termios.c 8.2 (Berkeley) 2/21/94";
45 #include <termios.h>
52 cfsetospeed(struct termios *t, speed_t speed)
cfsetspeed.c 35 static char sccsid[] = "@(#)termios.c 8.2 (Berkeley) 2/21/94";
45 #include <termios.h>
52 cfsetspeed(struct termios *t, speed_t speed)
  /src/usr.bin/tset/
extern.h 34 extern struct termios mode, oldmode;

Completed in 86 milliseconds

1 2 3 4 5 6 7 8 91011>>