Searched refs:yyTracePrompt (Results 1 – 1 of 1) sorted by relevance
| /sqlite-3.40.0/tool/ |
| H A D | lempar.c | 230 static char *yyTracePrompt = 0; variable 253 yyTracePrompt = zTracePrompt; in ParseTrace() 254 if( yyTraceFILE==0 ) yyTracePrompt = 0; in ParseTrace() 255 else if( yyTracePrompt==0 ) yyTraceFILE = 0; in ParseTrace() 300 yyTracePrompt, p->yystksz, newSize); in yyGrowStack() 417 yyTracePrompt, in yy_pop_parser_stack() 552 yyTracePrompt, yyTokenName[iLookAhead], in yy_find_shift_action() 766 fprintf(yyTraceFILE,"%sFail!\n",yyTracePrompt); in yy_parse_failed() 808 fprintf(yyTraceFILE,"%sAccept!\n",yyTracePrompt); in yy_accept() 891 yyTracePrompt, in Parse() [all …]
|