Searched defs:yyTracePrompt (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dlempar.c165 static char *yyTracePrompt = 0; variable
188 yyTracePrompt = zTracePrompt;
189 if( yyTraceFILE==0 ) yyTracePrompt = 0;
190 else if( yyTracePrompt==0 ) yyTraceFILE = 0;
285 yyTracePrompt,
349 yyTracePrompt, yyTokenName[iLookAhead], yyTokenName[iFallback]);
407 fprintf(yyTraceFILE,"%sStack Overflow!\n",yyTracePrompt);
424 fprintf(yyTraceFILE,"%sShift %d\n",yyTracePrompt,yyNewState);
425 fprintf(yyTraceFILE,"%sStack:",yyTracePrompt);
463 fprintf(yyTraceFILE, "%sReduce [%s].\n", yyTracePrompt,
[all...]

Completed in 45 milliseconds