Lines Matching defs:newnp
3819 x1node *oldnp, *newnp;
3822 newnp = &(array.tbl[i]);
3823 if( array.ht[h] ) array.ht[h]->from = &(newnp->next);
3824 newnp->next = array.ht[h];
3825 newnp->data = oldnp->data;
3826 newnp->from = &(array.ht[h]);
3827 array.ht[h] = newnp;
3982 x2node *oldnp, *newnp;
3985 newnp = &(array.tbl[i]);
3986 if( array.ht[h] ) array.ht[h]->from = &(newnp->next);
3987 newnp->next = array.ht[h];
3988 newnp->key = oldnp->key;
3989 newnp->data = oldnp->data;
3990 newnp->from = &(array.ht[h]);
3991 array.ht[h] = newnp;
4188 x3node *oldnp, *newnp;
4191 newnp = &(array.tbl[i]);
4192 if( array.ht[h] ) array.ht[h]->from = &(newnp->next);
4193 newnp->next = array.ht[h];
4194 newnp->key = oldnp->key;
4195 newnp->data = oldnp->data;
4196 newnp->from = &(array.ht[h]);
4197 array.ht[h] = newnp;
4333 x4node *oldnp, *newnp;
4336 newnp = &(array.tbl[i]);
4337 if( array.ht[h] ) array.ht[h]->from = &(newnp->next);
4338 newnp->next = array.ht[h];
4339 newnp->data = oldnp->data;
4340 newnp->from = &(array.ht[h]);
4341 array.ht[h] = newnp;