Home
last modified time | relevance | path

Searched refs:initscr (Results 1 - 10 of 10) sorted by relevance

/third_party/python/Lib/curses/
H A D__init__.py8 curses.initscr()
18 # _curses module's dictionary after initscr() is called. (Some
20 # until initscr() has been called.) This wrapper function calls the
21 # underlying C initscr(), and then copies the constants from the
25 def initscr(): function
31 stdscr = _curses.initscr()
73 stdscr = initscr()
H A Dhas_key.py183 _curses.initscr()
/third_party/alsa-utils/alsamixer/
H A Dmainloop.c47 curses_initialized = initscr(); in initialize_curses()
/third_party/alsa-lib/src/pcm/scopes/
H A Dlevel.c59 level->win = initscr(); in level_enable()
/third_party/gptfdisk/
H A Dgptcurses.cc48 initscr(); in GPTDataCurses()
/third_party/toybox/kconfig/lxdialog/
H A Dutil.c279 initscr(); /* Init curses */ in reset_dialog()
/third_party/mesa3d/src/freedreno/perfcntrs/
H A Dfdperf.c659 mainwin = initscr(); in main_ui()
/third_party/python/Lib/test/
H A Dtest_curses.py54 # If newterm was supported we could use it instead of initscr and not exit
56 "$TERM=%r, calling initscr() may cause exit" % term)
65 # testing setupterm() inside initscr/endwin
111 self.stdscr = curses.initscr()
120 # TODO: Should be called before initscr() or newterm() are called.
126 # TODO: Should be called before initscr() or newterm() are called.
/third_party/lame/
H A Dconfigure15237 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for initscr in -ltermcap" >&5
15238 $as_echo_n "checking for initscr in -ltermcap... " >&6; }
15253 char initscr ();
15257 return initscr ();
15277 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for initscr in -lcurses" >&5
15278 $as_echo_n "checking for initscr in -lcurses... " >&6; }
15293 char initscr ();
15297 return initscr ();
15317 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for initscr in -lncurses" >&5
15318 $as_echo_n "checking for initscr i
[all...]
/third_party/python/Modules/
H A D_cursesmodule.c178 /* Tells whether initscr() has been called to initialise curses. */
196 "must call initscr() first"); \
2670 be called before initscr() */ in _curses_filter_impl()
3247 _curses.initscr
3266 win = initscr(); in _curses_initscr_impl()
3276 where they're not defined until you've called initscr() */ in _curses_initscr_impl()
3601 only after the call to initscr().
4196 routine right after initscr().
4518 If used, this function should be called before initscr() or newterm() are

Completed in 23 milliseconds