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

  /external/e2fsprogs/lib/ss/
test_ss.c 41 int noecho; local
61 noecho = 0;
63 noecho = 1;
72 if (!noecho)
  /prebuilts/gdb/darwin-x86/lib/python2.7/curses/
wrapper.py 26 curses.noecho()
  /prebuilts/gdb/linux-x86/lib/python2.7/curses/
wrapper.py 26 curses.noecho()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/
wrapper.py 26 curses.noecho()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/
wrapper.py 26 curses.noecho()
  /external/curl/src/
tool_getpass.c 188 static struct_term noecho; local
195 noecho = withecho;
196 noecho.c_lflag &= ~ECHO;
197 tcsetattr(fd, TCSANOW, &noecho);
200 noecho = withecho;
201 noecho.c_lflag &= ~ECHO;
202 ioctl(fd, TCSETA, &noecho);
  /external/e2fsprogs/tests/progs/
test_icount.c 253 int noecho; local
273 noecho = 0;
275 noecho = 1;
284 if (!noecho)
test_rel.c 669 int noecho; local
689 noecho = 0;
691 noecho = 1;
700 if (!noecho)
  /external/gptfdisk/
gptcurses.cc 45 noecho();
365 noecho();
391 noecho();
406 noecho();
442 noecho();
453 noecho();
487 noecho();
507 noecho();
520 noecho();
  /external/e2fsprogs/lib/ext2fs/
tst_bitmaps.c 43 int noecho; local
63 noecho = 0;
65 noecho = 1;
74 if (!noecho)
  /external/libvncserver/libvncclient/
vncviewer.c 70 struct termios save,noecho;
73 noecho=save; noecho.c_lflag &= ~ECHO;
74 if(tcsetattr(fileno(stdin),TCSAFLUSH,&noecho)!=0) return p;
  /external/e2fsprogs/ext2ed/
main.c 202 noecho();
234 /* noecho (); */
302 noecho();
  /external/autotest/client/profilers/powertop/src/
display.c 122 noecho(); /* dont echo input */
  /toolchain/binutils/binutils-2.25/gas/testsuite/lib/
gas-defs.exp 166 spawn -noecho -nottycopy cat gas.out
820 spawn -noecho -nottycopy cat gas.out
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_curses.py 158 curses.nocbreak, curses.noecho, curses.nonl,
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_curses.py 158 curses.nocbreak, curses.noecho, curses.nonl,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_curses.py 158 curses.nocbreak, curses.noecho, curses.nonl,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_curses.py 158 curses.nocbreak, curses.noecho, curses.nonl,
  /system/extras/pagecache/
pagecache.py 301 curses.noecho()
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/arch/
arch.exp 228 spawn -noecho cat "$srcdir/../../opcodes/sh-opc.h" ;# -open doesn't seem to be reliable
  /external/toybox/kconfig/lxdialog/
util.c 282 noecho();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
curses.h 675 extern NCURSES_EXPORT(int) noecho (void); /* implemented */
    [all...]
ncurses.h 675 extern NCURSES_EXPORT(int) noecho (void); /* implemented */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
curses.h 694 extern NCURSES_EXPORT(int) noecho (void); /* implemented */
    [all...]
ncurses.h 694 extern NCURSES_EXPORT(int) noecho (void); /* implemented */
    [all...]

Completed in 1152 milliseconds