Searched refs:ibool (Results 1 – 1 of 1) sorted by relevance
110 static struct boolstruct *ibool; /* array of char information */ variable180 ibool = (struct boolstruct *) malloc((unsigned) numbools * in allocvariables()192 if ((ibool == NULL) || (num == NULL) || (str == NULL) || in allocvariables()199 ibool[i].infoname = boolnames[i]; in allocvariables()200 ibool[i].capname = boolcodes[i]; in allocvariables()204 ibool[i].fullname = "unknown_boolean"; in allocvariables()207 ibool[i].fullname = boolfnames[i]; in allocvariables()208 ibool[i].changed = FALSE; in allocvariables()209 ibool[i].seenagain = FALSE; in allocvariables()216 ibool[i].fullname = "unknown_number"; in allocvariables()[all …]