Home | History | Annotate | Download | only in dist

Lines Matching defs:isGenerated

133884         int isGenerated;                 /* non-zero if column is generated */
133890 isGenerated = pCol->colFlags & COLFLAG_GENERATED;
133891 if( isGenerated && !b2ndPass ){
133895 if( aiChng && aiChng[i]<0 && !isGenerated ){
133913 assert( !isGenerated );
133915 }else if( b2ndPass && !isGenerated ){