MCPcopy
hub / github.com/containers/toolbox / WithoutECHO

Function WithoutECHO

src/pkg/term/term.go:70–74  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

68}
69
70func WithoutECHO() Option {
71 return func(state *unix.Termios) {
72 state.Lflag &^= unix.ECHO
73 }
74}
75
76func WithoutICANON() Option {
77 return func(state *unix.Termios) {

Callers 2

TestSetStateDifferentFunction · 0.85

Calls

no outgoing calls

Tested by 2

TestSetStateDifferentFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…