Lines Matching defs:isNew
147794 ** Parameter isNew must be either 1 or 0. If it is 0, then the mask returned147807 int isNew, /* 1 for new.* ref mask, 0 for old.* ref mask */147816 assert( isNew==1 || isNew==0 );147828 mask |= pPrg->aColmask[isNew];