Home
last modified time | relevance | path

Searched refs:restore_terminal (Results 1 – 4 of 4) sorted by relevance

/third_party/curl/src/
Dtool_doswin.c717 static void restore_terminal(void) in restore_terminal() function
729 restore_terminal(); in signal_handler()
754 atexit(restore_terminal); in init_terminal()
/third_party/gstreamer/gstplugins_bad/tests/examples/nvcodec/
Dnvcodec.c48 restore_terminal (void) in restore_terminal() function
450 atexit (restore_terminal); in main()
/third_party/gstreamer/gstplugins_base/tools/
Dgst-play.c896 restore_terminal (void) in restore_terminal() function
1744 atexit (restore_terminal); in main()
/third_party/gstreamer/gstplugins_base/
DChangeLog20372 restore_terminal() it forgets to restore the STDIN blocking status.