| 27 | /* Helpers for named and indexed nodes. */ |
| 28 | |
| 29 | static const ctl_named_node_t * |
| 30 | ctl_named_node(const ctl_node_t *node) { |
| 31 | return ((node->named) ? (const ctl_named_node_t *)node : NULL); |
| 32 | } |
| 33 | |
| 34 | static const ctl_named_node_t * |
| 35 | ctl_named_children(const ctl_named_node_t *node, size_t index) { |
no outgoing calls
no test coverage detected