Searched refs:yyTracePrompt (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 181221 static char *yyTracePrompt = 0; variable 181244 yyTracePrompt = zTracePrompt; 181245 if( yyTraceFILE==0 ) yyTracePrompt = 0; 181246 else if( yyTracePrompt==0 ) yyTraceFILE = 0; 182034 yyTracePrompt, oldSize, newSize); 182240 yyTracePrompt, 182260 yyTracePrompt, 182378 yyTracePrompt, yyTokenName[iLookAhead], yyTokenName[iFallback]); 182394 yyTracePrompt, yyTokenName[iLookAhead], 182448 fprintf(yyTraceFILE,"%sStack Overflow!\n",yyTracePrompt); [all …]
|