1struct __cap_token_s { const char *name; int index; }; 2%{ 3const struct __cap_token_s *__cap_lookup_name(const char *, size_t); 4%} 5%% 6