Home
last modified time | relevance | path

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

/sqlite-3.40.0/tool/
H A Dlemon.c196 OPT_FFLAG, OPT_FINT, OPT_FDBL, OPT_FSTR}; enumerator
1643 {OPT_FSTR, "D", (char*)handle_D_option, "Define an %ifdef macro."}, in main()
1645 {OPT_FSTR, "f", 0, "Ignored. (Placeholder for -f compiler options.)"}, in main()
1647 {OPT_FSTR, "I", 0, "Ignored. (Placeholder for '-I' compiler options.)"}, in main()
1650 {OPT_FSTR, "O", 0, "Ignored. (Placeholder for '-O' compiler options.)"}, in main()
1660 {OPT_FSTR, "T", (char*)handle_T_option, "Specify a template file."}, in main()
1998 }else if( op[j].type==OPT_FSTR ){ in handleflags()
2069 case OPT_FSTR: in handleswitch()
2092 case OPT_FSTR: in handleswitch()
2170 case OPT_FSTR: in OptPrint()
[all …]