Searched refs:x3node (Results 1 – 1 of 1) sorted by relevance
4164 } x3node; typedef4176 x3a->tbl = (x3node*)malloc( in State_init()4177 (sizeof(x3node) + sizeof(x3node*))*128 ); in State_init()4183 x3a->ht = (x3node**)&(x3a->tbl[128]); in State_init()4194 x3node *np;4216 array.tbl = (x3node*)malloc(4217 (sizeof(x3node) + sizeof(x3node*))*size );4219 array.ht = (x3node**)&(array.tbl[size]);4222 x3node *oldnp, *newnp;4254 x3node *np;