Lines Matching refs:_hc
54 def _hc(fmt, *args):
263 _hc('/*')
264 _hc(' * This file generated automatically from %s by c_client.py.', _ns.file)
265 _hc(' * Edit at your peril.')
266 _hc(' */')
267 _hc('')
295 _hc('#include "%s.h"', h)
319 _hc('')
1330 _hc('')
1332 _hc('int')
1367 _hc(s)
1592 _hc('void')
1638 _hc('xcb_generic_iterator_t')
1787 _hc('')
1788 _hc('%s', field.c_field_type)
1800 _hc('')
1806 _hc(return_type)
1913 _hc('')
1914 _hc('%s *', field.c_field_type)
1937 _hc('')
1938 _hc('int')
1942 _hc('%s (const %s *R,', field.c_length_name, R_obj.c_type)
1980 _hc('')
1981 _hc('xcb_generic_iterator_t')
1985 _hc('%s (const %s *R,', field.c_end_name, R_obj.c_type)
2020 _hc('')
2021 _hc('%s', field.c_iterator_type)
2024 _hc('%s (const %s *R,', field.c_iterator_name, R_obj.c_type)
2313 _hc('%s', func_cookie)
2563 _hc('%s *', self.c_reply_type)
2564 _hc('%s (xcb_connection_t%s *c,', self.c_reply_name, spacing1)
2565 _hc('%s%s cookie /**< */,', spacing3, self.c_cookie_type)
2621 _hc('int *')
2622 _hc('%s (xcb_connection_t%s *c /**< */,', self.c_reply_fds_name, spacing1)