Interpret         424 src/ftmod/ftmod_isdn/ftmod_isdn.c 	HLComp.Interpret = 4;	/* only possible value */
Interpret        1389 src/ftmod/ftmod_isdn/ftmod_isdn.c 			HLComp.Interpret = 4;	/* only possible value */
Interpret        1561 src/isdn/Q931ie.c 	pie->Interpret = (IBuf[Octet + Off] >>2) & 0x07;
Interpret        1619 src/isdn/Q931ie.c 	OBuf[(*Octet)++] = 0x80 | ((pIE->CodStand << 5) & 0x60) | ((pIE->Interpret << 2) & 0x1c) | (pIE->PresMeth & 0x03);
Interpret         526 src/isdn/include/Q931ie.h     L3UCHAR Interpret;              /* Interpretation                       */