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:current_menu
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/scripts/kconfig/
H
A
D
mconf.c
283
static struct menu *
current_menu
;
variable
527
if (prop && menu !=
current_menu
) {
in build_conf()
614
if (menu ==
current_menu
) {
in build_conf()
694
current_menu
= menu;
in conf_choice()
854
current_menu
= menu;
in conf()
H
A
D
internal.h
7
extern struct menu *
current_menu
, *current_entry;
H
A
D
menu.c
44
current_entry =
current_menu
= &rootmenu;
in _menu_init()
55
menu->parent =
current_menu
;
in menu_add_entry()
69
current_menu
= current_entry;
in menu_add_menu()
70
return
current_menu
;
in menu_add_menu()
75
last_entry_ptr = &
current_menu
->next;
in menu_end_menu()
76
current_menu
=
current_menu
->parent;
in menu_end_menu()
H
A
D
parser.y
32
struct menu *
current_menu
, *current_entry;
104
if (
current_menu
== $$)
523
if (
current_menu
->file != current_file) {
527
current_menu
->file->name,
current_menu
->lineno,
H
A
D
nconf.c
263
static struct menu *
current_menu
;
variable
823
if (prop && menu !=
current_menu
) {
in build_conf()
919
if (menu ==
current_menu
) {
in build_conf()
1159
current_menu
= menu;
in selected_conf()
/kernel/linux/linux-5.10/scripts/kconfig/
H
A
D
menu.c
43
current_entry =
current_menu
= &rootmenu;
in _menu_init()
54
menu->parent =
current_menu
;
in menu_add_entry()
68
current_menu
= current_entry;
in menu_add_menu()
69
return
current_menu
;
in menu_add_menu()
74
last_entry_ptr = &
current_menu
->next;
in menu_end_menu()
75
current_menu
=
current_menu
->parent;
in menu_end_menu()
H
A
D
parser.y
31
static struct menu *
current_menu
, *current_entry;
106
if (
current_menu
== $$)
532
if (
current_menu
->file != current_file) {
536
current_menu
->file->name,
current_menu
->lineno,
H
A
D
mconf.c
277
static struct menu *
current_menu
;
variable
489
if (prop && menu !=
current_menu
) {
in build_conf()
576
if (menu ==
current_menu
) {
in build_conf()
661
current_menu
= menu;
in conf()
808
current_menu
= menu;
in conf_choice()
H
A
D
nconf.c
259
static struct menu *
current_menu
;
variable
751
if (prop && menu !=
current_menu
) {
in build_conf()
847
if (menu ==
current_menu
) {
in build_conf()
1084
current_menu
= menu;
in conf()
Completed in 10 milliseconds