Searched refs:noecho (Results 1 – 15 of 15) sorted by relevance
186 static struct_term noecho; in ttyecho() local193 noecho = withecho; in ttyecho()194 noecho.c_lflag &= ~ECHO; in ttyecho()195 tcsetattr(fd, TCSANOW, &noecho); in ttyecho()198 noecho = withecho; in ttyecho()199 noecho.c_lflag &= ~ECHO; in ttyecho()200 ioctl(fd, TCSETA, &noecho); in ttyecho()
42 int noecho; in source_file() local62 noecho = 0; in source_file()64 noecho = 1; in source_file()73 if (!noecho) in source_file()
50 noecho(); in GPTDataCurses()370 noecho(); in ChangeName()396 noecho(); in ChangeType()412 noecho(); in SetAlignment()453 noecho(); in MakeNewPart()467 noecho(); in MakeNewPart()501 noecho(); in SaveData()521 noecho(); in Backup()534 noecho(); in LoadBackup()
275 int noecho; in source_file() local295 noecho = 0; in source_file()297 noecho = 1; in source_file()306 if (!noecho) in source_file()
670 int noecho; in source_file() local690 noecho = 0; in source_file()692 noecho = 1; in source_file()701 if (!noecho) in source_file()
44 int noecho; in source_file() local64 noecho = 0; in source_file()66 noecho = 1; in source_file()75 if (!noecho) in source_file()
77 noecho()
203 noecho(); in parser()303 noecho(); in parser()
47 noecho(); in initialize_curses()
282 noecho(); in reset_dialog()
646 noecho(); in main_ui()
353 self.addCleanup(curses.noecho)766 curses.noecho()
99 :func:`~curses.noecho` function. ::101 curses.noecho()
3806 NoArgNoReturnFunctionBody(noecho) in _curses_nl_impl()
428 .. function:: noecho()