OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:S_TRISTATE
(Results
1 - 8
of
8
) sorted by null
/external/toybox/kconfig/
confdata.c
188
case
S_TRISTATE
:
227
case
S_TRISTATE
:
338
case
S_TRISTATE
:
491
if (type ==
S_TRISTATE
) {
498
case
S_TRISTATE
:
604
case
S_TRISTATE
:
626
case
S_TRISTATE
:
737
case
S_TRISTATE
:
symbol.c
82
if (type ==
S_TRISTATE
) {
96
case
S_TRISTATE
:
205
if (tri == mod && (sym->type !=
S_TRISTATE
|| modules_val == no))
285
case
S_TRISTATE
:
303
case
S_TRISTATE
:
414
if (type != S_BOOLEAN && type !=
S_TRISTATE
)
515
case
S_TRISTATE
:
555
case
S_TRISTATE
:
578
case
S_TRISTATE
:
625
case
S_TRISTATE
[
all
...]
menu.c
199
if (sym->type != S_BOOLEAN && sym->type !=
S_TRISTATE
)
208
else if (sym2->type != S_BOOLEAN && sym2->type !=
S_TRISTATE
)
269
if (menu->sym && menu->sym->type !=
S_TRISTATE
)
expr.h
63
S_UNKNOWN, S_BOOLEAN,
S_TRISTATE
, S_INT, S_HEX, S_STRING, S_OTHER
expr.c
335
if (e->left.sym->type ==
S_TRISTATE
) {
377
if (sym1->type != S_BOOLEAN && sym1->type !=
S_TRISTATE
)
379
if (sym1->type ==
S_TRISTATE
) {
441
if (sym1->type != S_BOOLEAN && sym1->type !=
S_TRISTATE
)
459
if (sym1->type ==
S_TRISTATE
) {
mconf.c
487
case
S_TRISTATE
:
540
case
S_TRISTATE
:
conf.c
131
if (type ==
S_TRISTATE
) {
zconf.tab.c_shipped
[
all
...]
Completed in 3154 milliseconds