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()268 struct numstruct *a; in numcompare()269 struct numstruct *b; in numcompare()271 a = (struct numstruct *)x; in numcompare()272 b = (struct numstruct *)y; in numcompare()316 sizeof (struct numstruct), numcompare); in sortnames()