Lines Matching refs:nd
536 TableData *nd, *od; in table_dedup_cell() local
560 nd = table_data_new( in table_dedup_cell()
568 if (!nd) in table_dedup_cell()
571 nd->color = od->color; in table_dedup_cell()
572 nd->rgap_color = od->rgap_color; in table_dedup_cell()
573 nd->url = TAKE_PTR(curl); in table_dedup_cell()
574 nd->uppercase = od->uppercase; in table_dedup_cell()
577 t->data[i] = nd; in table_dedup_cell()
579 assert(nd->n_ref == 1); in table_dedup_cell()
759 TableData *nd, *od; in table_update() local
777 nd = table_data_new( in table_update()
785 if (!nd) in table_update()
788 nd->color = od->color; in table_update()
789 nd->rgap_color = od->rgap_color; in table_update()
790 nd->url = TAKE_PTR(curl); in table_update()
791 nd->uppercase = od->uppercase; in table_update()
794 t->data[i] = nd; in table_update()