Home
last modified time | relevance | path

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

/third_party/curl/src/
H A Dtool_getpass.c140 static struct_term withecho; in ttyecho() local
144 /* disable echo by extracting the current 'withecho' mode and remove the in ttyecho()
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 1 milliseconds