Searched refs:localterm (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dbsd-nextstep.c55 struct termios localterm; local
58 localterm = *t;
59 localterm.c_cflag |= CIGNORE;
60 t = &localterm;
/freebsd-11-stable/lib/libc/gen/
H A Dtermios.c61 struct termios localterm; local
64 localterm = *t;
65 localterm.c_cflag |= CIGNORE;
66 t = &localterm;

Completed in 153 milliseconds