Home
last modified time | relevance | path

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

/dports/databases/py-unqlite/unqlite-0.5.3/src/
H A Dunqlite.c1870 #define JX9_TK_DOLLAR 0x0000010 /* '$' Dollar sign */ macro
19168 if( pGen->pIn >= pGen->pEnd || (pGen->pIn->nType & JX9_TK_DOLLAR) == 0 ){ in jx9CompileStatic()
19187 …if( pGen->pIn >= pGen->pEnd || (pGen->pIn->nType & JX9_TK_DOLLAR) == 0 || &pGen->pIn[1] >= pGen->p… in jx9CompileStatic()
19364 if( (pGen->pIn->nType & JX9_TK_DOLLAR) == 0 ){ in jx9CompileUplink()
19838 …if( pIn >= pEnd || (pIn->nType & JX9_TK_DOLLAR) == 0 || &pIn[1] >= pEnd || (pIn[1].nType & (JX9_TK… in GenStateCollectFuncArgs()
25976 case '$': pToken->nType = JX9_TK_DOLLAR; break; in jx9TokenizeInput()
32464 }else if( pCur->nType & JX9_TK_DOLLAR ){ in ExprExtractNode()