Home
last modified time | relevance | path

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

/illumos-gate/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()
247 struct boolstruct *a; in boolcompare()
248 struct boolstruct *b; in boolcompare()
250 a = (struct boolstruct *)x; in boolcompare()
251 b = (struct boolstruct *)y; in boolcompare()
314 sizeof (struct boolstruct), boolcompare); in sortnames()