Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:initscr
(Results
1 - 10
of
10
) sorted by relevance
/third_party/python/Lib/curses/
H
A
D
__init__.py
8
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
D
has_key.py
183
_curses.
initscr
()
/third_party/alsa-utils/alsamixer/
H
A
D
mainloop.c
47
curses_initialized =
initscr
();
in initialize_curses()
/third_party/alsa-lib/src/pcm/scopes/
H
A
D
level.c
59
level->win =
initscr
();
in level_enable()
/third_party/gptfdisk/
H
A
D
gptcurses.cc
48
initscr
();
in GPTDataCurses()
/third_party/toybox/kconfig/lxdialog/
H
A
D
util.c
279
initscr
(); /* Init curses */
in reset_dialog()
/third_party/mesa3d/src/freedreno/perfcntrs/
H
A
D
fdperf.c
659
mainwin =
initscr
();
in main_ui()
/third_party/python/Lib/test/
H
A
D
test_curses.py
54
# 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
D
configure
15237
{ $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.c
178
/* 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