Home
last modified time | relevance | path

Searched defs:zLong (Results 1 – 16 of 16) sorted by relevance

/dports/devel/fossil/fossil-src-2.17/src/
H A Dmain.c1018 const char *find_option(const char *zLong, const char *zShort, int hasArg){ in find_option()
1093 const char *zLong, in find_repeatable_option()
H A Dshell.c17297 const char *zLong; in arParseCommand() member
17399 const char *zLong = pOpt->zLong; in arParseCommand() local
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dshell.c.in6128 const char *zLong; member
6230 const char *zLong = pOpt->zLong; local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dshell.c.in5657 const char *zLong; member
5759 const char *zLong = pOpt->zLong; local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dshell.c.in6126 const char *zLong; member
6228 const char *zLong = pOpt->zLong; local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/amalgamation_dev/shell/
H A Dshell.c14222 const char *zLong; in arParseCommand() member
14324 const char *zLong = pOpt->zLong; in arParseCommand() local
/dports/ports-mgmt/pkg/pkg-1.17.5/external/sqlite/
H A Dshell.c14430 const char *zLong; in arParseCommand() member
14532 const char *zLong = pOpt->zLong; in arParseCommand() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/amalgamation/shell/
H A Dshell.c14430 const char *zLong; in arParseCommand() member
14532 const char *zLong = pOpt->zLong; in arParseCommand() local
/dports/emulators/mess/mame-mame0226/3rdparty/sqlite3/
H A Dshell.c15685 const char *zLong; in arParseCommand() member
15787 const char *zLong = pOpt->zLong; in arParseCommand() local
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/sqlite/
H A Dshell.c16284 const char *zLong; in arParseCommand() member
16386 const char *zLong = pOpt->zLong; in arParseCommand() local
/dports/lang/tcl86/tcl8.6.12/pkgs/sqlite3.36.0/compat/sqlite3/
H A Dshell.c17052 const char *zLong; in arParseCommand() member
17154 const char *zLong = pOpt->zLong; in arParseCommand() local
/dports/databases/tcl-sqlite3/sqlite-autoconf-3340100/
H A Dshell.c16157 const char *zLong; in arParseCommand() member
16259 const char *zLong = pOpt->zLong; in arParseCommand() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/amalgamation/shell/
H A Dshell.c16153 const char *zLong; in arParseCommand() member
16255 const char *zLong = pOpt->zLong; in arParseCommand() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/amalgamation_dev/shell/
H A Dshell.c16153 const char *zLong; in arParseCommand() member
16255 const char *zLong = pOpt->zLong; in arParseCommand() local
/dports/emulators/mame/mame-mame0226/3rdparty/sqlite3/
H A Dshell.c15685 const char *zLong; in arParseCommand() member
15787 const char *zLong = pOpt->zLong; in arParseCommand() local
/dports/databases/py-unqlite/unqlite-0.5.3/src/
H A Dunqlite.c47149 static const char * VmFindLongOpt(const char *zLong, int nByte, const char *zIn, const char *zEnd) in VmFindLongOpt()