Home | History | Annotate | Download | only in dist

Lines Matching defs:JT_CROSS

11594 #define JT_CROSS     0x0002    /* Explicit use of the CROSS keyword */
101622 ** JT_CROSS
101650 /* cross */ { 28, 5, JT_INNER|JT_CROSS },
116000 if( ((pItem->jointype|priorJoinType) & (JT_LEFT|JT_CROSS))!=0 ){