HomeSort by relevance Sort by last modified time
    Searched refs:noecho (Results 1 - 21 of 21) sorted by null

  /external/e2fsprogs/lib/ss/
test_ss.c 42 int noecho; local
62 noecho = 0;
64 noecho = 1;
73 if (!noecho)
  /external/python/cpython2/Lib/curses/
wrapper.py 26 curses.noecho()
  /external/curl/src/
tool_getpass.c 192 static struct_term noecho; local
199 noecho = withecho;
200 noecho.c_lflag &= ~ECHO;
201 tcsetattr(fd, TCSANOW, &noecho);
204 noecho = withecho;
205 noecho.c_lflag &= ~ECHO;
206 ioctl(fd, TCSETA, &noecho);
  /external/libcups/cups/
usersys.c 708 noecho; /* No echo input mode */
730 noecho = original;
731 noecho.c_lflag &= (tcflag_t)~(ICANON | ECHO | ECHOE | ISIG);
732 noecho.c_cc[VMIN] = 1;
733 noecho.c_cc[VTIME] = 0;
735 if (tcsetattr(tty, TCSAFLUSH, &noecho))
758 if (passch == noecho.c_cc[VEOL] ||
760 passch == noecho.c_cc[VEOL2] ||
770 else if (passch == noecho.c_cc[VERASE] ||
785 else if (passch == noecho.c_cc[VKILL]
    [all...]
  /external/e2fsprogs/tests/progs/
test_icount.c 279 int noecho; local
299 noecho = 0;
301 noecho = 1;
310 if (!noecho)
test_rel.c 670 int noecho; local
690 noecho = 0;
692 noecho = 1;
701 if (!noecho)
  /external/python/cpython3/Lib/curses/
__init__.py 77 noecho()
  /external/gptfdisk/
gptcurses.cc 45 noecho();
365 noecho();
391 noecho();
406 noecho();
442 noecho();
453 noecho();
487 noecho();
507 noecho();
520 noecho();
  /external/python/cpython2/Demo/curses/
rain.py 37 curses.noecho()
  /external/e2fsprogs/ext2ed/
main.c 203 noecho();
235 /* noecho (); */
303 noecho();
  /external/e2fsprogs/lib/ext2fs/
tst_bitmaps.c 44 int noecho; local
64 noecho = 0;
66 noecho = 1;
75 if (!noecho)
  /external/autotest/client/profilers/powertop/src/
display.c 122 noecho(); /* dont echo input */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_curses.py 158 curses.nocbreak, curses.noecho, curses.nonl,
  /external/python/cpython2/Lib/test/
test_curses.py 221 curses.nocbreak, curses.noecho, curses.nonl,
  /external/toybox/kconfig/lxdialog/
util.c 282 noecho();
  /external/python/cpython3/Lib/test/
test_curses.py 231 curses.nocbreak, curses.noecho, curses.nonl,
  /external/u-boot/scripts/kconfig/lxdialog/
util.c 322 noecho();
  /external/u-boot/scripts/kconfig/
nconf.c     [all...]
  /external/tensorflow/tensorflow/python/debug/cli/
curses_ui.py 448 curses.noecho()
    [all...]
  /external/python/cpython2/Modules/
_cursesmodule.c     [all...]
  /external/python/cpython3/Modules/
_cursesmodule.c     [all...]

Completed in 1448 milliseconds