Home
last modified time | relevance | path

Searched refs:errstream (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/tool/
H A Dlemon.c1922 static FILE *errstream; variable
2105 errstream = err; in OptInit()
2148 if( i>=0 ) errline(i,0,errstream); in OptErr()
2180 fprintf(errstream," -%-*s %s\n",max,op[i].label,op[i].message); in OptPrint()
2184 fprintf(errstream," -%s<integer>%*s %s\n",op[i].label, in OptPrint()
2189 fprintf(errstream," -%s<real>%*s %s\n",op[i].label, in OptPrint()
2194 fprintf(errstream," -%s<string>%*s %s\n",op[i].label, in OptPrint()