Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dnormalize.c88 #define CC_MINUS 11 /* '-'. Minus or SQL-style comment */ macro
310 case CC_MINUS: { in sqlite3GetToken()
/sqlite-3.40.0/src/
H A Dtokenize.c40 #define CC_MINUS 11 /* '-'. Minus or SQL-style comment */ macro
288 case CC_MINUS: { in sqlite3GetToken()