st_id_table        41 id_table.c     #define ID_TABLE_IMPL_TYPE struct st_id_table
st_id_table        48 id_table.c     #define ID_TABLE_IMPL_TYPE struct st_id_table
st_id_table       252 id_table.c     static struct st_id_table *
st_id_table       255 id_table.c         struct st_id_table *tbl = ALLOC(struct st_id_table);
st_id_table       280 id_table.c     static struct st_id_table *
st_id_table       283 id_table.c         return (struct st_id_table *)st_init_numtable_with_size(size);
st_id_table       309 id_table.c         size_t header_size = ID_TABLE_USE_ST_DEBUG ? sizeof(struct st_id_table) : 0;