Searched refs:indent (Results 1 – 6 of 6) sorted by relevance
| /sqlite-3.40.0/ext/wasm/ |
| H A D | tester1.js | 231 const indent = ' '; 233 logClass('warning',indent, 244 log(indent, n+":", t.name); 246 logClass('warning', indent, indent, 254 logClass('faded',indent, indent,
|
| /sqlite-3.40.0/tool/ |
| H A D | lemon.c | 3356 int indent /* Indent by this amount */ in PrintAction() argument 3362 fprintf(fp,"%*s shift %-7d",indent,ap->sp->name,stp->statenum); in PrintAction() 3367 fprintf(fp,"%*s reduce %-7d",indent,ap->sp->name,rp->iRule); in PrintAction() 3373 fprintf(fp,"%*s shift-reduce %-7d",indent,ap->sp->name,rp->iRule); in PrintAction() 3378 fprintf(fp,"%*s accept",indent,ap->sp->name); in PrintAction() 3381 fprintf(fp,"%*s error",indent,ap->sp->name); in PrintAction() 3386 indent,ap->sp->name,ap->x.rp->iRule); in PrintAction() 3390 indent,ap->sp->name,ap->x.stp->statenum); in PrintAction() 3395 indent,ap->sp->name,ap->x.stp->statenum); in PrintAction() 3403 indent,ap->sp->name,ap->x.rp->iRule); in PrintAction()
|
| /sqlite-3.40.0/src/ |
| H A D | shell.c.in | 2227 case MODE_Pretty: { /* .schema and .fullschema with --indent */ 3037 ** * For each "Next", "Prev", "VNext" or "VPrev" instruction, indent 3048 ** then indent all opcodes between the earlier instruction 4400 ".fullschema ?--indent? Show schema and the content of sqlite_stat tables", 4531 " --indent Try to pretty-print the schema", 6262 const char *zIndent = ""; /* How much to indent CREATE INDEX by */ 8317 if( nArg==2 && optionMatch(azArg[1], "indent") ){ 8322 raw_printf(stderr, "Usage: .fullschema ?--indent?\n"); 9554 if( optionMatch(azArg[ii],"indent") ){ 9567 raw_printf(stderr, "Usage: .schema ?--indent? ?--nosys? ?LIKE-PATTERN?\n");
|
| /sqlite-3.40.0/test/ |
| H A D | shell1.test | 582 } {1 {Usage: .schema ?--indent? ?--nosys? ?LIKE-PATTERN?}}
|
| H A D | fts1porter.test | 10677 indent indent 10678 indented indent
|
| /sqlite-3.40.0/ext/fts5/test/ |
| H A D | fts5porter.test | 5346 indeed inde indent indent 5347 indented indent indenture indentur
|