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:begin_reached
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/scripts/kconfig/lxdialog/
H
A
D
textbox.c
19
static int
begin_reached
, end_reached, page_length;
variable
52
begin_reached
= 1;
in dialog_textbox()
60
begin_reached
= 0;
in dialog_textbox()
141
if (!
begin_reached
) {
in dialog_textbox()
142
begin_reached
= 1;
in dialog_textbox()
162
if (
begin_reached
)
in dialog_textbox()
173
if (
begin_reached
)
in dialog_textbox()
195
begin_reached
= 0;
in dialog_textbox()
271
begin_reached
= 0;
in back_lines()
281
begin_reached
in back_lines()
[all...]
/kernel/linux/linux-6.6/scripts/kconfig/lxdialog/
H
A
D
textbox.c
12
static int
begin_reached
, end_reached, page_length;
variable
24
begin_reached
= 0;
in back_lines()
34
begin_reached
= 1;
in back_lines()
40
begin_reached
= 1;
in back_lines()
160
begin_reached
= 1;
in dialog_textbox()
168
begin_reached
= 0;
in dialog_textbox()
248
if (!
begin_reached
) {
in dialog_textbox()
249
begin_reached
= 1;
in dialog_textbox()
267
if (
begin_reached
)
in dialog_textbox()
277
if (
begin_reached
)
in dialog_textbox()
[all...]
Completed in 1 milliseconds