Home
last modified time | relevance | path

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

/sqlite-3.40.0/tool/
H A Dlemon.c197 struct s_options { struct
203 int OptInit(char**,struct s_options*,FILE*); argument
1639 static struct s_options options[] = { in main()
1921 static struct s_options *op;
2100 int OptInit(char **a, struct s_options *o, FILE *err) in OptInit()