Lines Matching refs:ConstListPtr
27 ConstListPtr
28 appendConstList(ConstListPtr first, ConstListPtr second)
30 ConstListPtr current;
45 ConstListPtr
46 makeConstList(const char **a, int n, ConstListPtr old, int begin)
48 ConstListPtr first, current;
63 ConstListPtr next = malloc(sizeof(ConstListRec));
84 destroyConstList(ConstListPtr old)
89 ConstListPtr next = old->next;