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

/freebsd-9.3-release/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-9.3-release/lib/libc/gen/
H A Dtermios.c59 struct termios localterm; local
62 localterm = *t;
63 localterm.c_cflag |= CIGNORE;
64 t = &localterm;

Completed in 45 milliseconds