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:MENU_ROOT
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/scripts/kconfig/
H
A
D
gconf.c
1355
&& !(child->flags &
MENU_ROOT
) && (tree == tree1))
in display_tree()
1358
if ((view_mode == SPLIT_VIEW) && (child->flags &
MENU_ROOT
)
in display_tree()
1368
printf("%s", child->flags &
MENU_ROOT
? "rootmenu | " : "");
in display_tree()
1383
if (((menu != &rootmenu) && !(menu->flags &
MENU_ROOT
))
in display_tree()
1392
if (((view_mode == SINGLE_VIEW) && (menu->flags &
MENU_ROOT
))
in display_tree()
1431
menu->flags |=
MENU_ROOT
;
in fixup_rootmenu()
H
A
D
qconf.cc
442
if ((mode == singleMode || (mode == symbolMode && !(rootEntry->flags &
MENU_ROOT
))) &&
in updateList()
618
if (!(child->flags &
MENU_ROOT
))
in updateMenuList()
622
if (child->flags &
MENU_ROOT
)
in updateMenuList()
683
if (!(child->flags &
MENU_ROOT
))
in updateMenuList()
687
if (child->flags &
MENU_ROOT
)
in updateMenuList()
1603
if (menu->flags &
MENU_ROOT
) {
in setMenuLink()
1829
menu->flags |=
MENU_ROOT
;
in fixup_rootmenu()
H
A
D
expr.h
275
#define
MENU_ROOT
0x0002
macro
/kernel/linux/linux-6.6/scripts/kconfig/
H
A
D
gconf.c
1352
&& !(child->flags &
MENU_ROOT
) && (tree == tree1))
in display_tree()
1355
if ((view_mode == SPLIT_VIEW) && (child->flags &
MENU_ROOT
)
in display_tree()
1365
printf("%s", child->flags &
MENU_ROOT
? "rootmenu | " : "");
in display_tree()
1380
if (((menu != &rootmenu) && !(menu->flags &
MENU_ROOT
))
in display_tree()
1389
if (((view_mode == SINGLE_VIEW) && (menu->flags &
MENU_ROOT
))
in display_tree()
1428
menu->flags |=
MENU_ROOT
;
in fixup_rootmenu()
H
A
D
qconf.cc
446
if ((mode == singleMode || (mode == symbolMode && !(rootEntry->flags &
MENU_ROOT
))) &&
in updateList()
622
if (!(child->flags &
MENU_ROOT
))
in updateMenuList()
626
if (child->flags &
MENU_ROOT
)
in updateMenuList()
687
if (!(child->flags &
MENU_ROOT
))
in updateMenuList()
691
if (child->flags &
MENU_ROOT
)
in updateMenuList()
1626
if (menu->flags &
MENU_ROOT
) {
in setMenuLink()
1865
menu->flags |=
MENU_ROOT
;
in fixup_rootmenu()
H
A
D
expr.h
272
#define
MENU_ROOT
0x0002
macro
Completed in 10 milliseconds