Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 67 for PARMRK (0.09 sec)

  1. src/cmd/vendor/golang.org/x/term/term_unix.go

    	}
    
    	oldState := State{state{termios: *termios}}
    
    	// This attempts to replicate the behaviour documented for cfmakeraw in
    	// the termios(3) manpage.
    	termios.Iflag &^= unix.IGNBRK | unix.BRKINT | unix.PARMRK | unix.ISTRIP | unix.INLCR | unix.IGNCR | unix.ICRNL | unix.IXON
    	termios.Oflag &^= unix.OPOST
    	termios.Lflag &^= unix.ECHO | unix.ECHONL | unix.ICANON | unix.ISIG | unix.IEXTEN
    	termios.Cflag &^= unix.CSIZE | unix.PARENB
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 2.3K bytes
    - Viewed (0)
  2. src/syscall/ztypes_linux_amd64.go

    	VSTOP    = 0x9
    	VSUSP    = 0xa
    	VEOL     = 0xb
    	VREPRINT = 0xc
    	VDISCARD = 0xd
    	VWERASE  = 0xe
    	VLNEXT   = 0xf
    	VEOL2    = 0x10
    	IGNBRK   = 0x1
    	BRKINT   = 0x2
    	IGNPAR   = 0x4
    	PARMRK   = 0x8
    	INPCK    = 0x10
    	ISTRIP   = 0x20
    	INLCR    = 0x40
    	IGNCR    = 0x80
    	ICRNL    = 0x100
    	IUCLC    = 0x200
    	IXON     = 0x400
    	IXANY    = 0x800
    	IXOFF    = 0x1000
    	IMAXBEL  = 0x2000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 12K bytes
    - Viewed (0)
  3. src/syscall/ztypes_linux_386.go

    	VSTOP    = 0x9
    	VSUSP    = 0xa
    	VEOL     = 0xb
    	VREPRINT = 0xc
    	VDISCARD = 0xd
    	VWERASE  = 0xe
    	VLNEXT   = 0xf
    	VEOL2    = 0x10
    	IGNBRK   = 0x1
    	BRKINT   = 0x2
    	IGNPAR   = 0x4
    	PARMRK   = 0x8
    	INPCK    = 0x10
    	ISTRIP   = 0x20
    	INLCR    = 0x40
    	IGNCR    = 0x80
    	ICRNL    = 0x100
    	IUCLC    = 0x200
    	IXON     = 0x400
    	IXANY    = 0x800
    	IXOFF    = 0x1000
    	IMAXBEL  = 0x2000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 11.6K bytes
    - Viewed (0)
  4. src/syscall/ztypes_linux_arm.go

    	VSTOP    = 0x9
    	VSUSP    = 0xa
    	VEOL     = 0xb
    	VREPRINT = 0xc
    	VDISCARD = 0xd
    	VWERASE  = 0xe
    	VLNEXT   = 0xf
    	VEOL2    = 0x10
    	IGNBRK   = 0x1
    	BRKINT   = 0x2
    	IGNPAR   = 0x4
    	PARMRK   = 0x8
    	INPCK    = 0x10
    	ISTRIP   = 0x20
    	INLCR    = 0x40
    	IGNCR    = 0x80
    	ICRNL    = 0x100
    	IUCLC    = 0x200
    	IXON     = 0x400
    	IXANY    = 0x800
    	IXOFF    = 0x1000
    	IMAXBEL  = 0x2000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 11.5K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zerrors_zos_s390x.go

    	O_WRONLY                        = 0x01
    	O_NOCTTY                        = 0x20
    	OPOST                           = 0x0001
    	ONLCR                           = 0x0004
    	PARENB                          = 0x0200
    	PARMRK                          = 0x0400
    	QUERYCVT                        = 3
    	RUSAGE_CHILDREN                 = -0x1
    	RUSAGE_SELF                     = 0x0 // RUSAGE_THREAD unsupported on z/OS
    	SEEK_CUR                        = 1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 39.4K bytes
    - Viewed (0)
  6. src/syscall/zerrors_darwin_arm64.go

    	O_SYMLINK                         = 0x200000
    	O_SYNC                            = 0x80
    	O_TRUNC                           = 0x400
    	O_WRONLY                          = 0x1
    	PARENB                            = 0x1000
    	PARMRK                            = 0x8
    	PARODD                            = 0x2000
    	PENDIN                            = 0x20000000
    	PRIO_PGRP                         = 0x1
    	PRIO_PROCESS                      = 0x0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 55.8K bytes
    - Viewed (0)
  7. src/syscall/zerrors_aix_ppc64.go

    	O_TRUNC                       = 0x200
    	O_TTY_INIT                    = 0x0
    	O_WRONLY                      = 0x1
    	PARENB                        = 0x100
    	PAREXT                        = 0x100000
    	PARMRK                        = 0x8
    	PARODD                        = 0x200
    	PENDIN                        = 0x20000000
    	PRIO_PGRP                     = 0x1
    	PRIO_PROCESS                  = 0x0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 12 16:18:12 UTC 2019
    - 47.2K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zerrors_aix_ppc64.go

    	O_TRUNC                       = 0x200
    	O_TTY_INIT                    = 0x0
    	O_WRONLY                      = 0x1
    	PARENB                        = 0x100
    	PAREXT                        = 0x100000
    	PARMRK                        = 0x8
    	PARODD                        = 0x200
    	PENDIN                        = 0x20000000
    	PRIO_PGRP                     = 0x1
    	PRIO_PROCESS                  = 0x0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 52.7K bytes
    - Viewed (0)
  9. src/syscall/zerrors_solaris_amd64.go

    	O_TRUNC                       = 0x200
    	O_WRONLY                      = 0x1
    	O_XATTR                       = 0x4000
    	PARENB                        = 0x100
    	PAREXT                        = 0x100000
    	PARMRK                        = 0x8
    	PARODD                        = 0x200
    	PENDIN                        = 0x4000
    	PRIO_PGRP                     = 0x1
    	PRIO_PROCESS                  = 0x0
    	PRIO_USER                     = 0x2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 13:52:34 UTC 2024
    - 50.8K bytes
    - Viewed (0)
  10. src/syscall/zerrors_darwin_amd64.go

    	O_SYMLINK                         = 0x200000
    	O_SYNC                            = 0x80
    	O_TRUNC                           = 0x400
    	O_WRONLY                          = 0x1
    	PARENB                            = 0x1000
    	PARMRK                            = 0x8
    	PARODD                            = 0x2000
    	PENDIN                            = 0x20000000
    	PRIO_PGRP                         = 0x1
    	PRIO_PROCESS                      = 0x0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 55.3K bytes
    - Viewed (0)
Back to top