| 764 | } |
| 765 | |
| 766 | static __inline void ** |
| 767 | _ngi_arg1(item_p item, char *file, int line) |
| 768 | { |
| 769 | _ngi_check(item, file, line); |
| 770 | return (&_NGI_ARG1(item)); |
| 771 | } |
| 772 | |
| 773 | static __inline int * |
| 774 | _ngi_arg2(item_p item, char *file, int line) |
nothing calls this directly
no test coverage detected