Searched refs:cstruct (Results 1 – 2 of 2) sorted by relevance
3 void CFunction(struct Cstruct **cstruct) { in CFunction() argument4 if (cstruct) { in CFunction()5 struct Cstruct *next = *cstruct++; in CFunction()
22 void CFunction(struct Cstruct **cstruct);