Home
last modified time | relevance | path

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

/dports/databases/db18/db-18.1.40/test/tcl/
H A Dupgrade.tcl235 set dumpflags " -b $testdir/__db_bl"
245 append dumpflags " -P $passwd "
306 if { [catch {eval exec $util_path/db_dump $dumpflags \
675 set dumpflags " -b $dir/__db_bl"
679 append dumpflags " -k"
684 append dumpflags " -P $passwd "
705 if { [catch {eval exec $util_path/db_dump $dumpflags \
H A Dtestutils.tcl3521 set dumpflags "$utilflag $keyflag -m $db"
3524 set rval [catch {eval {exec $util_path/db_dump} $dumpflags | \
3599 set dumpflags "$utilflag $keyflag"
3606 set rval [catch {eval {exec $util_path/db_dump} $dumpflags \
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libast/hash/
H A Dhashdump.c37 dumpflags(register int flags) in dumpflags() function
120 dumpflags(tab->flags); in dumptable()
141 dumpflags(root->flags); in dumproot()
/dports/shells/ksh93/ast-93u/src/lib/libast/hash/
H A Dhashdump.c37 dumpflags(register int flags) in dumpflags() function
120 dumpflags(tab->flags); in dumptable()
141 dumpflags(root->flags); in dumproot()
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libast/hash/
H A Dhashdump.c37 dumpflags(register int flags) in dumpflags() function
120 dumpflags(tab->flags); in dumptable()
141 dumpflags(root->flags); in dumproot()
/dports/databases/grass7/grass-7.8.6/lib/vector/diglib/
H A Dport_test.c103 static int dumpflags(void);
318 dumpflags(); in main()
341 static int dumpflags(void) in dumpflags() function
/dports/editors/vim/vim-8.2.3745/src/
H A Dspell.c3885 int dumpflags = dumpflags_arg; in spell_dump_compl() local
3893 dumpflags |= DUMPFLAG_ICASE; in spell_dump_compl()
3898 dumpflags |= DUMPFLAG_ONECAP; in spell_dump_compl()
3900 dumpflags |= DUMPFLAG_ALLCAP; in spell_dump_compl()
3962 dumpflags &= ~DUMPFLAG_KEEPCASE; in spell_dump_compl()
3968 dumpflags |= DUMPFLAG_KEEPCASE; in spell_dump_compl()
4018 dumpflags, flags, lnum); in spell_dump_compl()
4026 dumpflags, flags, lnum); in spell_dump_compl()
4062 int dumpflags, in dump_word() argument
4115 if (dumpflags & DUMPFLAG_COUNT) in dump_word()
[all …]
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dspell.c6926 int dumpflags = dumpflags_arg; in spell_dump_compl() local
6933 dumpflags |= DUMPFLAG_ICASE; in spell_dump_compl()
6937 dumpflags |= DUMPFLAG_ONECAP; in spell_dump_compl()
6940 dumpflags |= DUMPFLAG_ALLCAP; in spell_dump_compl()
6994 dumpflags &= ~DUMPFLAG_KEEPCASE; in spell_dump_compl()
6998 dumpflags |= DUMPFLAG_KEEPCASE; in spell_dump_compl()
7091 if (dumpflags & DUMPFLAG_ONECAP) { in dump_word()
7094 if (dumpflags & DUMPFLAG_ALLCAP) { in dump_word()
7104 if ((dumpflags & DUMPFLAG_KEEPCASE) in dump_word()
7138 if (dumpflags & DUMPFLAG_COUNT) { in dump_word()
[all …]
/dports/science/netcdf/netcdf-c-4.7.4/ncdump/
H A Docprint.c123 static void dumpflags(void);
358 dumpflags(); in main()
366 dumpflags(void) in dumpflags() function
/dports/sysutils/k3b/k3b-21.12.3/libk3b/tools/libisofs/
H A Disofs.cpp589 void dumpflags(char flags) {
661 dumpflags(isonum_711(dir->flags));
/dports/x11-fm/krusader2/krusader-2.7.2/iso/libisofs/
H A Disofs.c626 void dumpflags(char flags) in dumpflags() function
704 dumpflags(isonum_711(dir->flags)); in dumpdirrec()
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/ncdump/
H A Docprint.c127 static void dumpflags(void);
362 dumpflags(); in main()
370 dumpflags(void) in dumpflags() function
/dports/databases/db5/db-5.3.28/test/tcl/
H A Dtestutils.tcl3282 set dumpflags "$utilflag $keyflag -m $db"
3285 set rval [catch {eval {exec $util_path/db_dump} $dumpflags | \
3344 set dumpflags "$utilflag $keyflag"
3347 set rval [catch {eval {exec $util_path/db_dump} $dumpflags \