Searched refs:newal (Results 1 – 1 of 1) sorted by relevance
1845 struct arrowlist *newal; in add_arrow() local1847 newal = alloc_xmalloc(sizeof (struct arrowlist)); in add_arrow()1848 bzero(newal, sizeof (struct arrowlist)); in add_arrow()1849 newal->arrowp = ap; in add_arrow()1858 bp->arrows = newal; in add_arrow()1860 prev->next = newal; in add_arrow()