Lines Matching defs:base
363 static void ConvSeqInPlace(nObjs, currObj, base, tokenType)
366 char *base;
391 ConvSeqInPlace(currObj->length, (DPSBinObj)(base + currObj->val.arrayVal), base, tokenType);
1249 char *base,
1328 p = base + index;
1338 base,
1339 (DPSBinObj)(base+currObj->val.arrayVal),
1355 p = base + i;
1615 char *base,
1715 p = base + index;
1722 DPSBinObj aryObj = (DPSBinObj)(base+currObj->val.arrayVal);
1750 WriteSeqAsTokens(ctxt, base, aryObj, length, tokenType,
1762 char *p = base + currObj->val.stringVal;