Searched refs:newal (Results 1 – 1 of 1) sorted by relevance
1843 struct arrowlist *newal; in add_arrow() local1845 newal = alloc_xmalloc(sizeof (struct arrowlist)); in add_arrow()1846 bzero(newal, sizeof (struct arrowlist)); in add_arrow()1847 newal->arrowp = ap; in add_arrow()1856 bp->arrows = newal; in add_arrow()1858 prev->next = newal; in add_arrow()