OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:item_head
(Results
1 - 2
of
2
) sorted by null
/external/toybox/kconfig/lxdialog/
dialog.h
174
extern struct dialog_list *
item_head
;
183
for (item_cur =
item_head
?
item_head
: item_cur; \
util.c
521
struct dialog_list *
item_head
;
variable in typeref:struct:dialog_list
527
for (p =
item_head
; p; p = next) {
531
item_head
= NULL;
540
if (
item_head
)
543
item_head
= p;
603
for (p =
item_head
; p; p = p->next)
621
for (p =
item_head
; p; p = p->next) {
Completed in 119 milliseconds