Home
last modified time | relevance | path

Searched defs:dselect (Results 1 – 17 of 17) sorted by relevance

/dports/editors/aee/aee-bf68f4accb96ac39020ac2d9092022aebfa5df27/
H A Ddelete.c17 int dselect; local
281 int dselect; local
525 int dselect; local
/dports/devel/py-tables/tables-3.6.1/bench/
H A Dsearch-bench.py209 def readFile(filename, atom, riter, indexmode, dselect, verbose): argument
320 def benchSearch(file, riter, indexmode, bfile, heavy, psyco, dselect, verbose): argument
428 dselect = 3. variable
486 dselect = float(option[1]) variable
H A Dsqlite-search-bench.py206 def readFile(dbfile, nrows, indexmode, heavy, dselect, bfile, riter): argument
388 dselect = 3. variable
430 dselect = float(option[1]) variable
/dports/archivers/dpkg/dpkg-1.19.7/dselect/
H A DMakefile.am27 bin_PROGRAMS = dselect program
/dports/devel/p5-UI-Dialog/UI-Dialog-1.21/lib/UI/
H A DDialog.pm231 sub dselect { return(shift()->{'_ui_dialog'}->dselect(@_)); } subroutine
/dports/devel/p5-UI-Dialog/UI-Dialog-1.21/lib/UI/Dialog/Backend/
H A DKDialog.pm389 sub dselect { subroutine
H A DZenity.pm456 sub dselect { subroutine
H A DXDialog.pm1030 sub dselect { subroutine
/dports/devel/p5-UI-Dialog/UI-Dialog-1.21/lib/UI/Dialog/
H A DGauged.pm190 sub dselect { return(shift()->{'_ui_dialog'}->dselect(@_)); } subroutine
H A DBackend.pm649 sub dselect { subroutine
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/
H A Damax.c22 static uae_u8 dselect; variable
/dports/emulators/fs-uae/fs-uae-3.1.35/src/
H A Damax.cpp21 static uae_u8 dselect; variable
/dports/ports-mgmt/dialog4ports-static/dialog-1.1-20120706/
H A Dfselect.c544 dlg_fselect(const char *title, const char *path, int height, int width, int dselect) in dlg_fselect()
/dports/devel/cdialog/dialog-1.3-20201126/
H A Dfselect.c577 dlg_fselect(const char *title, const char *path, int height, int width, int dselect) in dlg_fselect()
/dports/devel/upp/upp/uppsrc/ide/LayDes/
H A Dlaydes.cpp429 static IDisplay dselect(SColorLtFace, SColorText, StdFont().Italic()); in SyncItem() local
446 static IDisplay dselect(SColorLtFace, SColorText); in SyncItem() local
/dports/shells/bash-completion/bash-completion-2.11/completions/
H A DMakefile.am89 dselect \ data
/dports/devel/py-pythondialog/pythondialog-3.5.2/
H A Ddialog.py2332 def dselect(self, filepath, height=0, width=0, **kwargs): member in Dialog