Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/infocmp/
H A Dinfocmp.c75 struct boolstruct { struct
110 static struct boolstruct *ibool; /* array of char information */
180 ibool = (struct boolstruct *) malloc((unsigned) numbools * in allocvariables()
181 sizeof (struct boolstruct)); in allocvariables()
243 struct boolstruct *a; in boolcompare()
244 struct boolstruct *b; in boolcompare()
246 a = (struct boolstruct *)x; in boolcompare()
247 b = (struct boolstruct *)y; in boolcompare()
310 sizeof (struct boolstruct), boolcompare); in sortnames()