Searched refs:errstream (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/lib/libsqlite/tool/ |
H A D | lemon.c | 1571 static FILE *errstream; variable 1756 errstream = err; 1801 if( i>=0 ) errline(i,0,errstream); 1833 fprintf(errstream," -%-*s %s\n",max,op[i].label,op[i].message); in OptPrint() 1837 fprintf(errstream," %s=<integer>%*s %s\n",op[i].label, in OptPrint() 1842 fprintf(errstream," %s=<real>%*s %s\n",op[i].label, in OptPrint() 1847 fprintf(errstream," %s=<string>%*s %s\n",op[i].label, in OptPrint()
|