Searched defs:List (Results 1 – 2 of 2) sorted by relevance
24 typedef struct List *List; typedef72 struct List { struct74 ListItem head; argument75 ListItem tail; argument90 public List list_alloc() in list_alloc() argument
56 } *List; typedef