Home
last modified time | relevance | path

Searched refs:getch (Results 1 – 25 of 40) sorted by relevance

12

/external/deqp-deps/glslang/glslang/MachineIndependent/preprocessor/
DPpScanner.cpp466 ch = getch(); in scan()
470 ch = getch(); in scan()
497 ch = getch(); in scan()
503 ch = getch(); in scan()
519 ch = getch(); in scan()
527 ch = getch(); in scan()
555 ch = getch(); in scan()
567 int nextCh = getch(); in scan()
576 nextCh = getch(); in scan()
649 ch = getch(); in scan()
[all …]
DPpContext.h213 virtual int getch() = 0;
320 int getChar() { return inputStack.back()->getch(); } in getChar()
344 virtual int getch() override { assert(0); return EndOfInput; } in getch() function
370 virtual int getch() override { assert(0); return EndOfInput; } in getch() function
379 virtual int getch() override { assert(0); return EndOfInput; } in getch() function
423 virtual int getch() override { assert(0); return EndOfInput; } in getch() function
435 virtual int getch() override { assert(0); return EndOfInput; } in getch() function
453 int getch() override in getch() function
559 int getch() override { return stringInput.getch(); } in getch() function
/external/curl/src/
Dtool_getpass.c104 # define getch() getchar() macro
115 buffer[i] = (char)getch(); in getpass_r()
153 buffer[i++] = getch(); in getpass_r()
/external/python/cpython3/Doc/library/
Dmsvcrt.rst98 .. function:: getch()
110 Wide char variant of :func:`getch`, returning a Unicode value.
115 Similar to :func:`getch`, but the keypress will be echoed if it represents a
137 it will be the next character read by :func:`getch` or :func:`getche`.
/external/python/cpython2/Doc/library/
Dmsvcrt.rst92 .. function:: getch()
104 Wide char variant of :func:`getch`, returning a Unicode value.
111 Similar to :func:`getch`, but the keypress will be echoed if it represents a
137 be the next character read by :func:`getch` or :func:`getche`.
/external/e2fsprogs/include/nonunix/
Dunistd.h32 #define getch _getch macro
/external/python/cpython2/Demo/curses/
Dlife.py166 c = stdscr.getch() # Get a keystroke
180 c = stdscr.getch()
Drain.py84 ch = stdscr.getch()
Dtclock.py139 ch = stdscr.getch()
Dncurses.py13 return win.getch()
/external/python/cpython2/Parser/
Dintrcheck.c83 if (getch() == '\003') in PyOS_InterruptOccurred()
/external/python/cpython3/Lib/test/
Dcurses_tests.py33 stdscr.getch()
/external/python/cpython2/Lib/test/
Dcurses_tests.py33 stdscr.getch()
/external/python/cpython3/Tools/demo/
Dlife.py197 c = stdscr.getch() # Get a keystroke
211 c = stdscr.getch()
/external/autotest/client/site_tests/firmware_TouchMTB/
Dcommon_util.py44 def getch(): function
/external/jline/src/src/main/native/
Djline_WindowsTerminal.c38 return getch (); in Java_jline_WindowsTerminal_readByte()
/external/icu/icu4c/source/test/perf/ustrperf/
Dstringperf.cpp230 return new StringPerfFunction(getch, filelines_, numLines, uselen); in TestGetch()
232 return new StringPerfFunction(getch, StrBuffer, StrBufferLen, uselen); in TestGetch()
/external/gptfdisk/
Dgptcurses.cc645 inputKey = getch(); in AcceptInput()
793 getch(); in PromptToContinue()
804 getch(); in Report()
/external/libpng/contrib/gregbook/
Dwpng.c113 # ifndef getch
114 # define getch() _read_kbd(0, 1, 0) /* need getche() */ macro
119 # define getch() getkey() /* GRR: need getche() */ macro
/external/python/cpython2/Lib/
Dgetpass.py98 c = msvcrt.getch()
/external/python/cpython2/Doc/howto/
Dcurses.rst364 The most common way to get input to a window is to use its :meth:`getch` method.
365 :meth:`getch` pauses and waits for the user to hit a key, displaying it if
370 ``nodelay(1)``, :meth:`getch` for the window becomes non-blocking and returns
373 :meth:`getch`; if no input becomes available within a specified
376 The :meth:`getch` method returns an integer; if it's between 0 and 255, it
384 c = stdscr.getch()
/external/bcc/tools/
Dcachetop.py178 s = stdscr.getch()
/external/wpa_supplicant_8/wpa_supplicant/examples/
Dp2p-nfc.py377 def getch(): function
496 res = getch()
/external/python/cpython3/Doc/howto/
Dcurses.rst440 * :meth:`~curses.window.getch` refreshes the screen and then waits for
452 :meth:`getch` and :meth:`getkey` for the window become
453 non-blocking. To signal that no input is ready, :meth:`getch` returns
456 effect) set a timer on each :meth:`getch`; if no input becomes
460 The :meth:`getch` method returns an integer; if it's between 0 and 255, it
468 c = stdscr.getch()
/external/e2fsprogs/ext2ed/
Dmain.c543 refresh_command_win ();getch ();werase (command_win); in internal_error()

12