Home
last modified time | relevance | path

Searched refs:strstruct (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/cmd/infocmp/
H A Dinfocmp.c97 struct strstruct { struct
112 static struct strstruct *str; /* array of string information */ argument
184 str = (struct strstruct *) malloc((unsigned) numstrs * in allocvariables()
185 sizeof (struct strstruct)); in allocvariables()
284 struct strstruct *a; in strcompare()
285 struct strstruct *b; in strcompare()
287 a = (struct strstruct *)x; in strcompare()
288 b = (struct strstruct *)y; in strcompare()
314 sizeof (struct strstruct), strcompare); in sortnames()