Home
last modified time | relevance | path

Searched refs:child_p (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/scripts/
H A Dasn1_compiler.c1150 struct element *children, **child_p = &children, *element; in parse_compound() local
1181 *child_p = element; in parse_compound()
1182 child_p = &element->next; in parse_compound()