| 778 | } |
| 779 | |
| 780 | static __inline node_p |
| 781 | _ngi_node(item_p item, char *file, int line) |
| 782 | { |
| 783 | _ngi_check(item, file, line); |
| 784 | return (_NGI_NODE(item)); |
| 785 | } |
| 786 | |
| 787 | static __inline hook_p |
| 788 | _ngi_hook(item_p item, char *file, int line) |
nothing calls this directly
no test coverage detected