Searched defs:bubble (Results 1 – 2 of 2) sorted by relevance
93 struct bubble { struct94 struct bubble *next;95 struct event *myevent;96 int gen; /* generation # */97 int nork;98 int mark:11;99 enum bubbletype {103 } t:2;104 struct arrowlist {123 } *arrows;
2078 itree_next_arrow(struct bubble *bubble, struct arrowlist *last) in itree_next_arrow()