Lines Matching defs:FieldList
2093 DT_FIELD *FieldList = *(DT_FIELD **) List;
2099 while (FieldList)
2101 DtCompileInteger ((UINT8 *) &Address, FieldList, 4, DT_NON_ZERO);
2105 FieldList = FieldList->Next;
2556 DT_FIELD *FieldList;
2579 FieldList = *PFieldList;
2580 while (FieldList)
2583 FieldList->Value, FieldList, Localities);
2588 EndOfFieldList = FieldList;
2589 FieldList = FieldList->Next;
3375 DT_FIELD *FieldList = *(DT_FIELD **) List;
3381 while (FieldList)
3383 DtCompileInteger ((UINT8 *) &Address, FieldList, 8, DT_NON_ZERO);
3387 FieldList = FieldList->Next;