Home
last modified time | relevance | path

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

/dports/dns/pdnsd/pdnsd-1.2.9a/src/
H A Dconff.c68 scheme_file: NULL,
230 global_new.scheme_file=NULL; in reload_config_file()
245 if(global_new.scheme_file && strcmp(global_new.scheme_file,global.scheme_file)) { in reload_config_file()
327 free(global_new.scheme_file); global_new.scheme_file=global.scheme_file; in reload_config_file()
343 free(global_new.scheme_file); in reload_config_file()
406 fsprintf_or_return(f,"\tScheme file (for Linux pcmcia support): %s\n",global.scheme_file); in report_conf_stat()
H A Dconff.h148 char *scheme_file; member
H A Dmain.c441 if(!global.scheme_file) global.scheme_file = "/var/lib/pcmcia/scheme"; in main()
H A Dservers.c208 int sc = open(global.scheme_file, O_RDONLY); in scheme_ok()
H A Dconf-parser.c652 STRNDUP(global->scheme_file, strbuf,len); in confparse()
/dports/devel/py-orange-canvas-core/orange-canvas-core-0.1.20/orangecanvas/preview/
H A Dscanner.py58 def preview_parse(scheme_file): argument
67 parser.parse(scheme_file)
122 def scheme_svg_thumbnail(scheme_file): argument
135 with open(scheme_file, "rb") as f:
/dports/editors/gedit/gedit-40.1/gedit/
H A Dgedit-preferences-dialog.c555 GFile *scheme_file; in get_style_scheme_id_after_installing_user_style_scheme() local
564 scheme_file = g_file_new_for_path (filename); in get_style_scheme_id_after_installing_user_style_scheme()
565 if (g_file_equal (scheme_file, user_style_scheme_file)) in get_style_scheme_id_after_installing_user_style_scheme()
567 g_object_unref (scheme_file); in get_style_scheme_id_after_installing_user_style_scheme()
571 g_object_unref (scheme_file); in get_style_scheme_id_after_installing_user_style_scheme()
/dports/finance/gnucash/gnucash-4.9/common/cmake_modules/
H A DGncAddSchemeTargets.cmake182 foreach(scheme_file ${SCHEME_TGT_SOURCES})
183 set(_SOURCE_FILE ${current_srcdir}/${scheme_file})
184 if(IS_ABSOLUTE ${scheme_file})
185 set(_SOURCE_FILE ${scheme_file})
187 get_filename_component(name ${scheme_file} NAME)
196 endforeach(scheme_file)
/dports/audio/denemo/denemo-2.0.6/src/core/
H A Dmain.c140 …{ "scheme-path", 'i', 0, G_OPTION_ARG_FILENAME, &Denemo.scheme_file, _("Process scheme com… in process_command_line()
186 …Denemo.scheme_file = g_build_filename (get_system_data_dir (), COMMANDS_DIR, scheme_script_name, N… in process_command_line()
H A Dview.c391 gchar *initscheme = Denemo.scheme_file; in denemo_scheme_init()
/dports/editors/neovim/neovim-0.6.1/runtime/syntax/
H A Dhercules.vim60 syn keyword herculesStatement scheme_file output_block else
/dports/editors/vim/vim-8.2.3745/runtime/syntax/
H A Dhercules.vim60 syn keyword herculesStatement scheme_file output_block else
/dports/audio/denemo/denemo-2.0.6/include/denemo/
H A Ddenemo_types.h1153 gchar *scheme_file;/* filename for scheme code to run on startup */ member