table_post_t     1633 lib/ttf.c      static table_post_t*post_new(ttf_t*ttf)
table_post_t     1635 lib/ttf.c          table_post_t*post = rfx_calloc(sizeof(table_post_t));
table_post_t     1640 lib/ttf.c          table_post_t*post = ttf->post = rfx_calloc(sizeof(table_post_t));
table_post_t     1653 lib/ttf.c          table_post_t*post = ttf->post;
table_post_t      180 lib/ttf.h          table_post_t*post;