Home | History | Annotate | Download | only in Basic

Lines Matching defs:Attributes

57   const char *Name, *Type, *Attributes, *HeaderName;
102 return strchr(getRecord(ID).Attributes, 'U') != nullptr;
108 return strchr(getRecord(ID).Attributes, 'c') != nullptr;
113 return strchr(getRecord(ID).Attributes, 'n') != nullptr;
118 return strchr(getRecord(ID).Attributes, 'r') != nullptr;
123 return strchr(getRecord(ID).Attributes, 'j') != nullptr;
129 return strchr(getRecord(ID).Attributes, 'u') != nullptr;
135 return strchr(getRecord(ID).Attributes, 'F') != nullptr;
142 return strchr(getRecord(ID).Attributes, 'f') != nullptr;
149 return strchr(getRecord(ID).Attributes, 'h') != nullptr;
156 return strchr(getRecord(ID).Attributes, 'i') != nullptr;
161 return strchr(getRecord(ID).Attributes, 't') != nullptr;
195 return strchr(getRecord(ID).Attributes, 'e') != nullptr;