Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/infocmp/
H A Dinfocmp.c110 static struct boolstruct *ibool; /* array of char information */ variable
180 ibool = (struct boolstruct *) malloc((unsigned) numbools * in allocvariables()
193 if ((ibool == NULL) || (num == NULL) || (str == NULL) || in allocvariables()
200 ibool[i].infoname = boolnames[i]; in allocvariables()
201 ibool[i].capname = boolcodes[i]; in allocvariables()
205 ibool[i].fullname = "unknown_boolean"; in allocvariables()
208 ibool[i].fullname = boolfnames[i]; in allocvariables()
210 ibool[i].changed = FALSE; in allocvariables()
211 ibool[i].seenagain = FALSE; in allocvariables()
218 ibool[i].fullname = "unknown_number"; in allocvariables()
[all …]