Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Disatty.c36 struct termios term; in isatty() local
38 return tcgetattr (fd, &term) == 0; in isatty()