Home
last modified time | relevance | path

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

/original-bsd/lib/libc/gen/
H A Dtermios.c39 struct termios localterm; local
42 localterm = *t;
43 localterm.c_cflag |= CIGNORE;
44 t = &localterm;