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:max_choice
(Results
1 - 2
of
2
) sorted by relevance
/third_party/toybox/kconfig/lxdialog/
H
A
D
menubox.c
188
int first_item = 0,
max_choice
;
in dialog_menu()
local
201
max_choice
= MIN(menu_height, item_count());
in dialog_menu()
251
if ((scroll <= choice) && (scroll +
max_choice
> choice) &&
in dialog_menu()
252
(scroll >= 0) && (scroll +
max_choice
<= item_count())) {
in dialog_menu()
258
if ((choice >=
max_choice
)) {
in dialog_menu()
259
if (choice >= item_count() -
max_choice
/ 2)
in dialog_menu()
260
scroll = first_item = item_count() -
max_choice
;
in dialog_menu()
262
scroll = first_item = choice -
max_choice
/ 2;
in dialog_menu()
267
for (i = 0; i <
max_choice
; i++) {
in dialog_menu()
287
i =
max_choice
;
in dialog_menu()
[all...]
H
A
D
checklist.c
115
int key = 0, button = 0, choice = 0, scroll = 0,
max_choice
;
in dialog_checklist()
local
134
max_choice
= MIN(list_height, item_count());
in dialog_checklist()
187
for (i = 0; i <
max_choice
; i++) {
in dialog_checklist()
204
for (i = 0; i <
max_choice
; i++) {
in dialog_checklist()
210
if (i <
max_choice
|| key == KEY_UP || key == KEY_DOWN ||
in dialog_checklist()
238
if (choice ==
max_choice
- 1) {
in dialog_checklist()
244
item_set(scroll +
max_choice
- 1);
in dialog_checklist()
246
max_choice
- 1,
in dialog_checklist()
253
item_set(scroll +
max_choice
- 1);
in dialog_checklist()
254
print_item(list,
max_choice
in dialog_checklist()
[all...]
Completed in 1 milliseconds