Home | History | Annotate | Download | only in amalgamation

Lines Matching defs:JT_CROSS

10206 #define JT_CROSS     0x0002    /* Explicit use of the CROSS keyword */
90034 ** JT_CROSS
90062 /* cross */ { 28, 5, JT_INNER|JT_CROSS },
102236 doNotReorder = (pTabItem->jointype & (JT_LEFT|JT_CROSS))!=0;