| 448 | static ptrdiff_t nlinks; |
| 449 | static ptrdiff_t nlinks_alloc; |
| 450 | |
| 451 | struct lookup { |
| 452 | const char * l_word; |
| 453 | const int l_value; |
| 454 | }; |
| 455 | |
| 456 | static struct lookup const * byword(const char * string, |
nothing calls this directly
no outgoing calls
no test coverage detected