Searched refs:numstruct (Results 1 – 1 of 1) sorted by relevance
86 struct numstruct { struct111 static struct numstruct *num; /* array of number information */ argument182 num = (struct numstruct *) malloc((unsigned) numnums * in allocvariables()183 sizeof (struct numstruct)); in allocvariables()264 struct numstruct *a; in numcompare()265 struct numstruct *b; in numcompare()267 a = (struct numstruct *)x; in numcompare()268 b = (struct numstruct *)y; in numcompare()312 sizeof (struct numstruct), numcompare); in sortnames()