Lines Matching defs:FieldList
2013 DT_FIELD *FieldList = *(DT_FIELD **) List;
2019 while (FieldList)
2021 DtCompileInteger ((UINT8 *) &Address, FieldList, 4, DT_NON_ZERO);
2025 FieldList = FieldList->Next;
2476 DT_FIELD *FieldList;
2499 FieldList = *PFieldList;
2500 while (FieldList)
2503 FieldList->Value, FieldList, Localities);
2508 EndOfFieldList = FieldList;
2509 FieldList = FieldList->Next;
3295 DT_FIELD *FieldList = *(DT_FIELD **) List;
3301 while (FieldList)
3303 DtCompileInteger ((UINT8 *) &Address, FieldList, 8, DT_NON_ZERO);
3307 FieldList = FieldList->Next;