Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/ss/
Dtest_ss.c41 int noecho; in source_file() local
61 noecho = 0; in source_file()
63 noecho = 1; in source_file()
72 if (!noecho) in source_file()
/external/gptfdisk/
Dgptcurses.cc45 noecho(); in GPTDataCurses()
365 noecho(); in ChangeName()
391 noecho(); in ChangeType()
406 noecho(); in SetAlignment()
442 noecho(); in MakeNewPart()
453 noecho(); in MakeNewPart()
487 noecho(); in SaveData()
507 noecho(); in Backup()
520 noecho(); in LoadBackup()
/external/e2fsprogs/tests/progs/
Dtest_icount.c253 int noecho; in source_file() local
273 noecho = 0; in source_file()
275 noecho = 1; in source_file()
284 if (!noecho) in source_file()
Dtest_rel.c669 int noecho; in source_file() local
689 noecho = 0; in source_file()
691 noecho = 1; in source_file()
700 if (!noecho) in source_file()
/external/libvncserver/libvncclient/
Dvncviewer.c63 struct termios save,noecho; in ReadPassword()
66 noecho=save; noecho.c_lflag &= ~ECHO; in ReadPassword()
67 if(tcsetattr(fileno(stdin),TCSAFLUSH,&noecho)!=0) return p; in ReadPassword()
/external/e2fsprogs/lib/ext2fs/
Dtst_bitmaps.c43 int noecho; in source_file() local
63 noecho = 0; in source_file()
65 noecho = 1; in source_file()
74 if (!noecho) in source_file()
/external/e2fsprogs/ext2ed/
Dmain.c202 noecho(); in parser()
302 noecho(); in parser()
/external/toybox/kconfig/lxdialog/
Dutil.c282 noecho(); in reset_dialog()