| 39 | } |
| 40 | |
| 41 | static const ctl_indexed_node_t * |
| 42 | ctl_indexed_node(const ctl_node_t *node) { |
| 43 | return (!node->named ? (const ctl_indexed_node_t *)node : NULL); |
| 44 | } |
| 45 | |
| 46 | /******************************************************************************/ |
| 47 | /* Function prototypes for non-inline static functions. */ |
no outgoing calls
no test coverage detected