Searched refs:yyTracePrompt (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 181476 static char *yyTracePrompt = 0; variable 181499 yyTracePrompt = zTracePrompt; 181500 if( yyTraceFILE==0 ) yyTracePrompt = 0; 181501 else if( yyTracePrompt==0 ) yyTraceFILE = 0; 182289 yyTracePrompt, oldSize, newSize); 182495 yyTracePrompt, 182515 yyTracePrompt, 182633 yyTracePrompt, yyTokenName[iLookAhead], yyTokenName[iFallback]); 182649 yyTracePrompt, yyTokenName[iLookAhead], 182703 fprintf(yyTraceFILE,"%sStack Overflow!\n",yyTracePrompt); [all …]
|