Home
last modified time | relevance | path

Searched refs:glob_flags (Results 1 – 25 of 38) sorted by relevance

12

/dports/games/uqm/uqm-0.8.0/src/uqm/
H A Dsettings.c32 GLOBAL (glob_flags) ^= MUSIC_DISABLED; in ToggleMusic()
35 if (GLOBAL (glob_flags) & MUSIC_DISABLED) in ToggleMusic()
54 !(GLOBAL (glob_flags) & MUSIC_DISABLED) in PlayMusic()
83 GLOBAL (glob_flags) ^= SOUND_DISABLED; in ToggleSoundEffect()
90 if (!(GLOBAL (glob_flags) & SOUND_DISABLED)) in PlaySoundEffect()
H A Dgameopt.c129 GLOBAL (glob_flags) & SOUND_DISABLED in FeedbackSetting()
137 GLOBAL (glob_flags) & MUSIC_DISABLED in FeedbackSetting()
157 !(GLOBAL (glob_flags) & CYBORG_ENABLED) in FeedbackSetting()
550 cur_speed = (GLOBAL (glob_flags) & COMBAT_SPEED_MASK) >> COMBAT_SPEED_SHIFT; in DoSettings()
580 GLOBAL (glob_flags) |= CYBORG_ENABLED; in DoSettings()
584 GLOBAL (glob_flags) &= ~CYBORG_ENABLED; in DoSettings()
586 GLOBAL (glob_flags) = in DoSettings()
587 ((GLOBAL (glob_flags) & ~COMBAT_SPEED_MASK) in DoSettings()
H A Dglobdata.c289 GLOBAL (glob_flags) = 0; in InitGameStructures()
419 i = GLOBAL (glob_flags); in InitGlobData()
421 GLOBAL (glob_flags) = (BYTE)i; in InitGlobData()
H A Dmenu.c192 if (GLOBAL (glob_flags) & SOUND_DISABLED) in FixMenuState()
197 if (GLOBAL (glob_flags) & MUSIC_DISABLED) in FixMenuState()
203 ((BYTE)(GLOBAL (glob_flags) & COMBAT_SPEED_MASK) >> in FixMenuState()
H A Dencount.c795 if (GLOBAL (glob_flags) & CYBORG_ENABLED) in EncounterBattle()
799 cur_speed = (BYTE)(GLOBAL (glob_flags) & COMBAT_SPEED_MASK) in EncounterBattle()
827 if (GLOBAL (glob_flags) & CYBORG_ENABLED) in EncounterBattle()
/dports/science/cdo/cdo-2.0.0/src/
H A Dutil_wildcards.cc33 int glob_flags = 0; in get_glob_flags() local
36 glob_flags |= GLOB_NOCHECK; in get_glob_flags()
39 glob_flags |= GLOB_TILDE; in get_glob_flags()
42 return glob_flags; in get_glob_flags()
78 const int glob_flags = get_glob_flags(); in expand_filename() local
80 glob(string, glob_flags, 0, &glob_results); in expand_filename()
/dports/net/yaz/yaz-5.31.1/src/
H A Dxml_include.c31 unsigned glob_flags; member
115 glob_ret = yaz_file_glob2(wrbuf_cstr(w), &glob_res, config->glob_flags); in config_include_src()
166 unsigned glob_flags) in yaz_xml_include_glob() argument
171 s.glob_flags = glob_flags; in yaz_xml_include_glob()
/dports/sysutils/py-pywatchman/watchman-4.9.0/query/
H A Dglob.cpp164 res->glob_flags = in parse_globs()
242 ctx->query->glob_flags | WM_PATHNAME | in globGeneratorDoublestar()
319 ctx->query->glob_flags | in globGeneratorTree()
366 ctx->query->glob_flags | in globGeneratorTree()
/dports/shells/bash/bash-5.1/
H A Dpathexp.c419 int glob_flags; local
426 glob_flags = glob_dot_filenames ? GLOB_PERIOD : 0;
428 glob_flags = 0;
431 glob_flags |= (GLOB_ERR | GLOB_DOOFFS);
433 i = glob (temp, glob_flags, (posix_glob_errfunc_t *)NULL, &filenames);
/dports/x11-wm/icewm/icewm-2.9.4/src/
H A Dglobit.c119 int glob_flags = GLOB_MARK | in globit_best() local
150 glob_flags |= GLOB_TILDE; in globit_best()
197 switch (glob(cp, glob_flags, nullptr, &glob_block)) { in globit_best()
/dports/textproc/catdoc/catdoc-0.95/src/
H A Dfileutil.c188 int count,glob_flags=GLOB_ERR; in list_charsets() local
236 switch (glob(path_buf,glob_flags,NULL,&glob_buf)) { in list_charsets()
246 glob_flags|=GLOB_APPEND; in list_charsets()
/dports/databases/proftpd-mod_sql_postgres/proftpd-1.3.7c/modules/
H A Dmod_ls.c1650 if (glob_flags) { in parse_list_opts()
1651 *glob_flags |= GLOB_NOSORT; in parse_list_opts()
1765 if (glob_flags) in parse_list_opts()
1766 *glob_flags &= GLOB_NOSORT; in parse_list_opts()
1850 int glob_flags = 0; in dolist() local
1863 parse_list_opts(&arg, &glob_flags, FALSE); in dolist()
1920 parse_list_opts(&list_options, &glob_flags, TRUE); in dolist()
2002 a = pr_fs_glob(target, glob_flags, NULL, &g); in dolist()
2903 int glob_flags = GLOB_NOSORT; in ls_nlst() local
2977 parse_list_opts(&target, &glob_flags, FALSE); in ls_nlst()
[all …]
/dports/databases/proftpd-mod_sql_odbc/proftpd-1.3.7c/modules/
H A Dmod_ls.c1650 if (glob_flags) { in parse_list_opts()
1651 *glob_flags |= GLOB_NOSORT; in parse_list_opts()
1765 if (glob_flags) in parse_list_opts()
1766 *glob_flags &= GLOB_NOSORT; in parse_list_opts()
1850 int glob_flags = 0; in dolist() local
1863 parse_list_opts(&arg, &glob_flags, FALSE); in dolist()
1920 parse_list_opts(&list_options, &glob_flags, TRUE); in dolist()
2002 a = pr_fs_glob(target, glob_flags, NULL, &g); in dolist()
2903 int glob_flags = GLOB_NOSORT; in ls_nlst() local
2977 parse_list_opts(&target, &glob_flags, FALSE); in ls_nlst()
[all …]
/dports/databases/proftpd-mod_sql_tds/proftpd-1.3.7c/modules/
H A Dmod_ls.c1650 if (glob_flags) { in parse_list_opts()
1651 *glob_flags |= GLOB_NOSORT; in parse_list_opts()
1765 if (glob_flags) in parse_list_opts()
1766 *glob_flags &= GLOB_NOSORT; in parse_list_opts()
1850 int glob_flags = 0; in dolist() local
1863 parse_list_opts(&arg, &glob_flags, FALSE); in dolist()
1920 parse_list_opts(&list_options, &glob_flags, TRUE); in dolist()
2002 a = pr_fs_glob(target, glob_flags, NULL, &g); in dolist()
2903 int glob_flags = GLOB_NOSORT; in ls_nlst() local
2977 parse_list_opts(&target, &glob_flags, FALSE); in ls_nlst()
[all …]
/dports/databases/proftpd-mod_sql_sqlite/proftpd-1.3.7c/modules/
H A Dmod_ls.c1650 if (glob_flags) { in parse_list_opts()
1651 *glob_flags |= GLOB_NOSORT; in parse_list_opts()
1765 if (glob_flags) in parse_list_opts()
1766 *glob_flags &= GLOB_NOSORT; in parse_list_opts()
1850 int glob_flags = 0; in dolist() local
1863 parse_list_opts(&arg, &glob_flags, FALSE); in dolist()
1920 parse_list_opts(&list_options, &glob_flags, TRUE); in dolist()
2002 a = pr_fs_glob(target, glob_flags, NULL, &g); in dolist()
2903 int glob_flags = GLOB_NOSORT; in ls_nlst() local
2977 parse_list_opts(&target, &glob_flags, FALSE); in ls_nlst()
[all …]
/dports/databases/proftpd-mod_sql_mysql/proftpd-1.3.7c/modules/
H A Dmod_ls.c1650 if (glob_flags) { in parse_list_opts()
1651 *glob_flags |= GLOB_NOSORT; in parse_list_opts()
1765 if (glob_flags) in parse_list_opts()
1766 *glob_flags &= GLOB_NOSORT; in parse_list_opts()
1850 int glob_flags = 0; in dolist() local
1863 parse_list_opts(&arg, &glob_flags, FALSE); in dolist()
1920 parse_list_opts(&list_options, &glob_flags, TRUE); in dolist()
2002 a = pr_fs_glob(target, glob_flags, NULL, &g); in dolist()
2903 int glob_flags = GLOB_NOSORT; in ls_nlst() local
2977 parse_list_opts(&target, &glob_flags, FALSE); in ls_nlst()
[all …]
/dports/net/proftpd-mod_ldap/proftpd-1.3.7c/modules/
H A Dmod_ls.c1650 if (glob_flags) { in parse_list_opts()
1651 *glob_flags |= GLOB_NOSORT; in parse_list_opts()
1765 if (glob_flags) in parse_list_opts()
1766 *glob_flags &= GLOB_NOSORT; in parse_list_opts()
1850 int glob_flags = 0; in dolist() local
1863 parse_list_opts(&arg, &glob_flags, FALSE); in dolist()
1920 parse_list_opts(&list_options, &glob_flags, TRUE); in dolist()
2002 a = pr_fs_glob(target, glob_flags, NULL, &g); in dolist()
2903 int glob_flags = GLOB_NOSORT; in ls_nlst() local
2977 parse_list_opts(&target, &glob_flags, FALSE); in ls_nlst()
[all …]
/dports/security/proftpd-mod_clamav/proftpd-1.3.7c/modules/
H A Dmod_ls.c1650 if (glob_flags) { in parse_list_opts()
1651 *glob_flags |= GLOB_NOSORT; in parse_list_opts()
1765 if (glob_flags) in parse_list_opts()
1766 *glob_flags &= GLOB_NOSORT; in parse_list_opts()
1850 int glob_flags = 0; in dolist() local
1863 parse_list_opts(&arg, &glob_flags, FALSE); in dolist()
1920 parse_list_opts(&list_options, &glob_flags, TRUE); in dolist()
2002 a = pr_fs_glob(target, glob_flags, NULL, &g); in dolist()
2903 int glob_flags = GLOB_NOSORT; in ls_nlst() local
2977 parse_list_opts(&target, &glob_flags, FALSE); in ls_nlst()
[all …]
/dports/ftp/proftpd-mod_vroot/proftpd-1.3.7c/modules/
H A Dmod_ls.c1650 if (glob_flags) { in parse_list_opts()
1651 *glob_flags |= GLOB_NOSORT; in parse_list_opts()
1765 if (glob_flags) in parse_list_opts()
1766 *glob_flags &= GLOB_NOSORT; in parse_list_opts()
1850 int glob_flags = 0; in dolist() local
1863 parse_list_opts(&arg, &glob_flags, FALSE); in dolist()
1920 parse_list_opts(&list_options, &glob_flags, TRUE); in dolist()
2002 a = pr_fs_glob(target, glob_flags, NULL, &g); in dolist()
2903 int glob_flags = GLOB_NOSORT; in ls_nlst() local
2977 parse_list_opts(&target, &glob_flags, FALSE); in ls_nlst()
[all …]
/dports/ftp/proftpd/proftpd-1.3.7c/modules/
H A Dmod_ls.c1650 if (glob_flags) { in parse_list_opts()
1651 *glob_flags |= GLOB_NOSORT; in parse_list_opts()
1765 if (glob_flags) in parse_list_opts()
1766 *glob_flags &= GLOB_NOSORT; in parse_list_opts()
1850 int glob_flags = 0; in dolist() local
1863 parse_list_opts(&arg, &glob_flags, FALSE); in dolist()
1920 parse_list_opts(&list_options, &glob_flags, TRUE); in dolist()
2002 a = pr_fs_glob(target, glob_flags, NULL, &g); in dolist()
2903 int glob_flags = GLOB_NOSORT; in ls_nlst() local
2977 parse_list_opts(&target, &glob_flags, FALSE); in ls_nlst()
[all …]
/dports/sysutils/py-pywatchman/watchman-4.9.0/
H A Dwatchman_query.h187 int glob_flags{0};
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dpath.c1122 int glob_flags = 0; in expand_in_path() local
1124 glob_flags |= WILD_ICASE; in expand_in_path()
1127 glob_flags |= WILD_ADD_SLASH; in expand_in_path()
1129 globpath(paths, pattern, gap, glob_flags); in expand_in_path()
/dports/editors/vim/vim-8.2.3745/src/
H A Dfindfile.c2610 int glob_flags = 0; in expand_in_path() local
2628 glob_flags |= WILD_ICASE; in expand_in_path()
2630 glob_flags |= WILD_ADD_SLASH; in expand_in_path()
2631 globpath(paths, pattern, gap, glob_flags); in expand_in_path()
/dports/net/nbd-server/nbd-3.23/
H A Dnbd-server.c166 int glob_flags=0; variable
1996 if (!(glob_flags & F_NO_ZEROES) && maybe_zeroes) { in send_export_info()
2151 if(!(glob_flags & F_LIST)) { in handle_list()
2384 glob_flags |= F_NO_ZEROES; in negotiate()
2396 && glob_flags & F_FORCEDTLS in negotiate()
3569 glob_flags |= genconf.flags; in main()
/dports/games/uqm/uqm-0.8.0/src/uqm/comm/talkpet/
H A Dtalkpet.c660 if (!(GLOBAL (glob_flags) & CYBORG_ENABLED)) in Intro()

12