Home
last modified time | relevance | path

Searched refs:dontUseRhs0 (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/tool/
H A Dlemon.c3850 int dontUseRhs0 = 0; /* If true, use of left-most RHS label is illegal */ in translate_code() local
3927 dontUseRhs0 = 1; in translate_code()
3942 if( i==0 && dontUseRhs0 ){ in translate_code()