table_code_t 1756 lib/ttf.c table_code_t*prep_new(ttf_t*ttf) table_code_t 1758 lib/ttf.c table_code_t*prep = ttf->prep = rfx_calloc(sizeof(table_code_t)); table_code_t 1774 lib/ttf.c table_code_t*fpgm = ttf->fpgm = rfx_calloc(sizeof(table_code_t)); table_code_t 1782 lib/ttf.c table_code_t*code = ttf->fpgm; table_code_t 1797 lib/ttf.c table_code_t*prep = ttf->prep = rfx_calloc(sizeof(table_code_t)); table_code_t 1805 lib/ttf.c table_code_t*code = ttf->prep; table_code_t 183 lib/ttf.h table_code_t*prep; table_code_t 184 lib/ttf.h table_code_t*fpgm;