Searched refs:VSTOP (Results 1 – 25 of 39) sorted by relevance
12
/external/openssh/ |
D | ttymodes.h | 84 TTYCHAR(VSTOP, 9)
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | termbits.h | 53 #define VSTOP 9 macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | termbits.h | 67 #define VSTOP 9 /* Stop (X-OFF) character [IXON, IXOFF]. */ macro
|
/external/toybox/toys/pending/ |
D | stty.c | 80 { "start", VSTART }, { "stop", VSTOP }, { "susp", VSUSP }, 302 t->c_cc[VSTOP] = 0x13; in make_sane()
|
D | init.c | 80 terminal.c_cc[VSTOP] = 19; //ctrl-s in reset_term()
|
/external/python/cpython2/Lib/plat-irix6/ |
D | IOCTL.py | 57 VSTOP = (NCC+NCC_PAD+4) variable
|
/external/python/cpython2/Lib/plat-irix5/ |
D | IOCTL.py | 57 VSTOP = (NCC+NCC_PAD+4) variable
|
/external/python/cpython2/Modules/ |
D | termios.c | 558 {"VSTOP", VSTOP},
|
/external/python/cpython3/Modules/ |
D | termios.c | 586 {"VSTOP", VSTOP},
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_solaris_amd64.go | 1122 VSTOP = 0x9 const
|
D | zerrors_openbsd_386.go | 1317 VSTOP = 0xd const
|
D | zerrors_openbsd_amd64.go | 1415 VSTOP = 0xd const
|
D | zerrors_dragonfly_amd64.go | 1282 VSTOP = 0xd const
|
D | zerrors_openbsd_arm.go | 1320 VSTOP = 0xd const
|
D | zerrors_darwin_arm64.go | 1461 VSTOP = 0xd const
|
D | zerrors_darwin_386.go | 1461 VSTOP = 0xd const
|
D | zerrors_darwin_arm.go | 1461 VSTOP = 0xd const
|
D | zerrors_darwin_amd64.go | 1461 VSTOP = 0xd const
|
D | zerrors_netbsd_amd64.go | 1420 VSTOP = 0xd const
|
D | zerrors_netbsd_386.go | 1430 VSTOP = 0xd const
|
D | zerrors_freebsd_arm.go | 1473 VSTOP = 0xd const
|
D | zerrors_freebsd_amd64.go | 1465 VSTOP = 0xd const
|
D | zerrors_freebsd_386.go | 1464 VSTOP = 0xd const
|
D | zerrors_netbsd_arm.go | 1409 VSTOP = 0xd const
|
D | zerrors_linux_sparc64.go | 1768 VSTOP = 0x9 const
|
12