Home
last modified time | relevance | path

Searched refs:fsmode (Results 1 – 25 of 40) sorted by relevance

12

/dports/science/silo/silo-4.10.2-bsd/tests/
H A Dtestdtypes83 for fsmode in "-s 1" ""; do
87 …diffs=$($topDir/../tools/browser/browser -q ${fsmode} -e "diff f${v}var ${d}${v}var" specmix_$mt.$…
91 echo -e "${smode}\t${fsmode}\t${mt}\t${v}\t${d}\tFAILED"
93 echo -e "${smode}\t${fsmode}\t${mt}\t${v}\t${d}\tPASSED"
/dports/audio/ocp/ocp-0.2.90/filesel/
H A Dcphlpfs.c33 int fsmode; variable
45 fsmode=0; in plHelpKey()
69 fsmode=1; in fsHelp2()
71 while (fsmode) in fsHelp2()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/fsdevice/
H A Dfsdevicetypes.h38 enum fsmode { enum
50 enum fsmode mode;
/dports/emulators/vice/vice-3.5/src/fsdevice/
H A Dfsdevicetypes.h38 enum fsmode { enum
50 enum fsmode mode;
/dports/sysutils/pacman/pacman-5.1.3/src/pacman/
H A Dcheck.c76 mode_t fsmode; in check_file_permissions() local
97 fsmode = st->st_mode & (S_ISUID | S_ISGID | S_ISVTX | S_IRWXU | S_IRWXG | S_IRWXO); in check_file_permissions()
98 if(fsmode != (~AE_IFMT & archive_entry_mode(entry))) { in check_file_permissions()
/dports/lang/fpc-source/fpc-3.2.2/packages/paszlib/src/
H A Dziputils.pas157 fsmode: array[seek_mode] of word = (soFromBeginning, soFromCurrent, soFromEnd);
159 fp.Seek(recPos, fsmode[mode]);
/dports/lang/fpc/fpc-3.2.2/packages/paszlib/src/
H A Dziputils.pas157 fsmode: array[seek_mode] of word = (soFromBeginning, soFromCurrent, soFromEnd);
159 fp.Seek(recPos, fsmode[mode]);
/dports/games/battletanks/btanks-0.9.8083/engine/menu/
H A Doptions_menu.cpp407 bool fsmode; in save() local
408 Config->get("engine.window.fullscreen", fsmode, false); in save()
409 if (fsmode != _fsmode->get()) { in save()
/dports/emulators/mess/mame-mame0226/src/devices/cpu/pic17/
H A Dpic17.cpp392 u8 fsmode = m_alusta >> (BIT(r, 3) ? 6 : 4); in banked_register() local
393 if (BIT(fsmode, 1)) in banked_register()
395 else if (BIT(fsmode, 0)) in banked_register()
/dports/emulators/mame/mame-mame0226/src/devices/cpu/pic17/
H A Dpic17.cpp392 u8 fsmode = m_alusta >> (BIT(r, 3) ? 6 : 4); in banked_register() local
393 if (BIT(fsmode, 1)) in banked_register()
395 else if (BIT(fsmode, 0)) in banked_register()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/toolbar/
H A Dgradient-toolbar.cpp382 …auto fsmode = (prefs->getInt("/tools/gradient/newfillorstroke", 1) != 0) ? Inkscape::FOR_FILL : In… in GradientToolbar() local
383 _new_fillstroke_buttons[ fsmode == Inkscape::FOR_FILL ? 0 : 1 ]->set_active(); in GradientToolbar()
571 Inkscape::PaintTarget fsmode = (mode == 0) ? Inkscape::FOR_FILL : Inkscape::FOR_STROKE; in new_fillstroke_changed() local
572 prefs->setInt("/tools/gradient/newfillorstroke", (fsmode == Inkscape::FOR_FILL) ? 1 : 0); in new_fillstroke_changed()
/dports/audio/xmmix/xmmix-1.2/
H A Dmixer.c57 fsmode; /* File selection mode */ variable
1256 fsmode = FS_LOAD; in mx_load()
1277 fsmode = FS_SAVE; in mx_save()
1478 switch (fsmode) { in mx_fsok_btn()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/tools/
H A Dgradient-tool.cpp478 …Inkscape::PaintTarget fsmode = (prefs->getInt("/tools/gradient/newfillorstroke", 1) != 0) ? Inksca… in root_handler() local
480 … SPGradient *vector = sp_gradient_vector_for_object(desktop->getDocument(), desktop, item, fsmode); in root_handler()
482 SPGradient *priv = sp_item_set_gradient(item, vector, new_type, fsmode); in root_handler()
/dports/graphics/geeqie/geeqie-1.6/src/
H A Doptions.h269 gint fsmode; member
H A Dpreferences.c405 …options->stereo.fsmode = (c_options->stereo.fsmode & (PR_STEREO_HORIZ | PR_STEREO_VERT | PR_STEREO… in config_window_apply()
3580 …u(table, 0, 0, _("Fullscreen stereo mode"), options->stereo.fsmode, &c_options->stereo.fsmode, TRU… in config_tab_stereo()
3584 options->stereo.fsmode & PR_STEREO_MIRROR_LEFT, &c_options->stereo.tmp.fs_mirror_left); in config_tab_stereo()
3587 options->stereo.fsmode & PR_STEREO_FLIP_LEFT, &c_options->stereo.tmp.fs_flip_left); in config_tab_stereo()
3590 options->stereo.fsmode & PR_STEREO_MIRROR_RIGHT, &c_options->stereo.tmp.fs_mirror_right); in config_tab_stereo()
3593 options->stereo.fsmode & PR_STEREO_FLIP_RIGHT, &c_options->stereo.tmp.fs_flip_right); in config_tab_stereo()
3595 options->stereo.fsmode & PR_STEREO_SWAP, &c_options->stereo.tmp.fs_swap); in config_tab_stereo()
3597 options->stereo.fsmode & PR_STEREO_TEMP_DISABLE, &c_options->stereo.tmp.fs_temp_disable); in config_tab_stereo()
H A Dfullscreen.c323 image_stereo_set(fs->imd, options->stereo.fsmode); in fullscreen_start()
H A Drcfile.c484 WRITE_NL(); WRITE_INT(*options, stereo.fsmode); in write_global_attributes()
910 if (READ_INT(*options, stereo.fsmode)) continue; in load_global_params()
/dports/editors/neovim/neovim-0.6.1/runtime/syntax/
H A Dmplayerconf.vim59 \ fbmodeconfig forcexv fs fsmode-dontuse fstype
/dports/editors/vim/vim-8.2.3745/runtime/syntax/
H A Dmplayerconf.vim59 \ fbmodeconfig forcexv fs fsmode-dontuse fstype
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dw32term.h76 extern void w32_fullscreen_rect (HWND hwnd, int fsmode, RECT normal,
H A Dw32fns.c438 w32_fullscreen_rect (HWND hwnd, int fsmode, RECT normal, RECT *rect) in w32_fullscreen_rect() argument
459 switch (fsmode) in w32_fullscreen_rect()
/dports/editors/emacs/emacs-27.2/src/
H A Dw32term.h76 extern void w32_fullscreen_rect (HWND hwnd, int fsmode, RECT normal,
H A Dw32fns.c409 w32_fullscreen_rect (HWND hwnd, int fsmode, RECT normal, RECT *rect) in w32_fullscreen_rect() argument
430 switch (fsmode) in w32_fullscreen_rect()
/dports/multimedia/mpv/mpv-0.34.1/DOCS/
H A Dmplayer-changes.rst235 ``-fsmode-dontuse`` (removed)
/dports/multimedia/emovix/emovix-0.9.0/translations/nl/
H A Dmplayer.man1105 -fsmode-dontuse <0-31> (OBSOLETE) (use -fs option)

12