Lines Matching refs:newnp
3816 x1node *oldnp, *newnp; local
3819 newnp = &(array.tbl[i]);
3820 if( array.ht[h] ) array.ht[h]->from = &(newnp->next);
3821 newnp->next = array.ht[h];
3822 newnp->data = oldnp->data;
3823 newnp->from = &(array.ht[h]);
3824 array.ht[h] = newnp;
3979 x2node *oldnp, *newnp; local
3982 newnp = &(array.tbl[i]);
3983 if( array.ht[h] ) array.ht[h]->from = &(newnp->next);
3984 newnp->next = array.ht[h];
3985 newnp->key = oldnp->key;
3986 newnp->data = oldnp->data;
3987 newnp->from = &(array.ht[h]);
3988 array.ht[h] = newnp;
4185 x3node *oldnp, *newnp; local
4188 newnp = &(array.tbl[i]);
4189 if( array.ht[h] ) array.ht[h]->from = &(newnp->next);
4190 newnp->next = array.ht[h];
4191 newnp->key = oldnp->key;
4192 newnp->data = oldnp->data;
4193 newnp->from = &(array.ht[h]);
4194 array.ht[h] = newnp;
4330 x4node *oldnp, *newnp; local
4333 newnp = &(array.tbl[i]);
4334 if( array.ht[h] ) array.ht[h]->from = &(newnp->next);
4335 newnp->next = array.ht[h];
4336 newnp->data = oldnp->data;
4337 newnp->from = &(array.ht[h]);
4338 array.ht[h] = newnp;