Searched refs:emsg (Results 1 – 1 of 1) sorted by relevance
| /sqlite-3.40.0/tool/ |
| H A D | lemon.c | 1972 static char emsg[] = "Command line syntax error: "; variable 1988 fprintf(err,"%sundefined option.\n",emsg); in handleflags() 2002 fprintf(err,"%smissing argument on switch.\n",emsg); in handleflags() 2030 fprintf(err,"%sundefined option.\n",emsg); in handleswitch() 2040 fprintf(err,"%soption requires an argument.\n",emsg); in handleswitch() 2051 "%sillegal character in floating-point argument.\n",emsg); in handleswitch() 2062 fprintf(err,"%sillegal character in integer argument.\n",emsg); in handleswitch()
|