Home
last modified time | relevance | path

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

/curl/src/
H A Dtool_getpass.c140 static struct_term withecho; in ttyecho() local
147 tcgetattr(fd, &withecho); in ttyecho()
148 noecho = withecho; in ttyecho()
152 ioctl(fd, TCGETA, &withecho); in ttyecho()
153 noecho = withecho; in ttyecho()
166 tcsetattr(fd, TCSAFLUSH, &withecho); in ttyecho()
168 ioctl(fd, TCSETA, &withecho); in ttyecho()

Completed in 5 milliseconds