Home
last modified time | relevance | path

Searched refs:getlloptstr (Results 1 – 25 of 28) sorted by relevance

12

/dports/misc/lifelines/lifelines-3.1.1/src/gedlib/
H A Dcodesets.c113 e = getlloptstr("GuiCodesetOut", ""); in init_codesets()
115 e = getlloptstr("GuiCodeset", ""); in init_codesets()
133 e = getlloptstr("GuiCodesetIn", ""); in init_codesets()
135 e = getlloptstr("GuiCodeset", ""); in init_codesets()
165 e = getlloptstr(zs_str(zstr), ""); in set_codeset_pair()
167 e = getlloptstr(base, ""); in set_codeset_pair()
174 e = getlloptstr(zs_str(zstr), ""); in set_codeset_pair()
176 e = getlloptstr(base, ""); in set_codeset_pair()
H A Ddispfmt.c72 fmts = getlloptstr("LongDisplayDate", NULL); in disp_long_format_date()
83 pic = getlloptstr("LongDisplayDatePic", NULL); in disp_long_format_date()
105 fmts = getlloptstr("ShortDisplayDate", NULL); in disp_shrt_format_date()
116 pic = getlloptstr("ShortDisplayDatePic", NULL); in disp_shrt_format_date()
H A Dllgettext.c80 newLocaleDir = getlloptstr("LocaleDir", newLocaleDir); in update_textdomain_localedir()
85 newLocaleDir = getlloptstr(keyname, newLocaleDir); in update_textdomain_localedir()
128 e = getlloptstr("gettext.path", ""); in init_win32_gettext_shim()
142 e = getlloptstr("iconv.path", ""); in init_win32_gettext_shim()
H A Dinit.c152 e = getlloptstr("LLEDITOR", NULL); in init_lifelines_global()
260 strupdate(&illegal_char, getlloptstr("IllegalChar", 0)); in update_useropts()
332 init_win32_iconv_shim(getlloptstr("iconv.path","")); in post_codesets_hook()
385 str = getlloptstr("LLCONFIGFILE", NULL); in load_configs()
H A Dlocales.c366 str = getlloptstr(option, 0); in customlocale()
374 str = getlloptstr(option, 0); in customlocale()
388 str = getlloptstr(option, 0); in customlocale()
395 str = getlloptstr(option, 0); in customlocale()
H A Dlloptions.c323 getlloptstr (CNSTRING optname, STRING defval) in getlloptstr() function
351 str = getlloptstr(optname, defval); in getlloptstr_rpt()
382 STRING str = getlloptstr(optname, 0); in getlloptint()
H A Dcharprops.c60 CNSTRING ttpath = getlloptstr("TTPATH", "."); in charprops_load_utf8()
H A Drecord.c351 STRING report_leak_path = getlloptstr("ReportLeakLog", NULL); in check_record_leaks()
H A Ddbcontext.c232 STRING props = getlloptstr("NewDbProps", 0); in create_database()
H A Dtranslat.c306 CNSTRING ttpath = getlloptstr("TTPATH", "."); in transl_load_all_tts()
H A Dnode.c728 omit = getlloptstr("ShortOmitString", NULL); in indi_to_event()
1162 STRING report_leak_path = getlloptstr("ReportLeakLog", NULL); in check_node_leaks()
/dports/misc/lifelines/lifelines-3.1.1/src/liflines/
H A Dexport.c110 str = getlloptstr("HDR_SUBM", "1 SUBM"); in archive_in_file()
113 str = getlloptstr("HDR_GEDC", "1 GEDC\n2 VERS 5.5\n2 FORM LINEAGE-LINKED"); in archive_in_file()
117 str = getlloptstr("HDR_CHAR", 0); in archive_in_file()
H A Dselectdb.c74 STRING dbdir = getlloptstr("LLDATABASES", "."); in select_database()
164 STRING dbpath = getlloptstr("LLDATABASES", "."); in open_or_create_database()
H A Dnewrecs.c84 str = getlloptstr("SOURREC", _(qSdefsour)); in edit_add_source()
98 str = getlloptstr("EVENREC", _(qSdefeven)); in edit_add_event()
112 str = getlloptstr("OTHR", _(qSdefothr)); in edit_add_other()
H A Dloadsave.c220 srcdir = getlloptstr("InputPath", "."); in load_gedcom()
278 srcdir = getlloptstr("LLARCHIVES", "."); in save_gedcom()
H A Dllexec.c294 crashlog = getlloptstr("CrashLog_llexec", NULL); in main()
H A Dmain.c319 crashlog = getlloptstr("CrashLog_llines", NULL); in main()
H A Dadd.c98 if ((str = getlloptstr("INDIREC", NULL))) in add_indi_by_edit()
601 if ((str = getlloptstr("FAMRECBODY", NULL))) in add_family_by_edit()
H A Dscreen.c1536 zs_setf(zstr, "LocaleDir (override): %s", getlloptstr("LocaleDir", "")); in invoke_cset_display()
1611 zs_setf(zstr, "TTPATH: %s", getlloptstr("TTPATH", ".")); in invoke_cset_display()
1757 ttimportdir = getlloptstr("TTPATH", "."); in load_tt_action()
1791 ttexportdir = getlloptstr("LLTTEXPORT", "."); in save_tt_action()
/dports/misc/lifelines/lifelines-3.1.1/src/hdrs/
H A Dlloptions.h40 STRING getlloptstr(CNSTRING optname, STRING defval);
/dports/misc/lifelines/lifelines-3.1.1/src/interp/
H A Drassa.c248 rptdir = getlloptstr("LLREPORTS", "."); in set_output_file()
275 STRING rptdir = getlloptstr("LLREPORTS", "."); in request_file()
H A Dpvalalloc.c286 STRING report_leak_path = getlloptstr("ReportLeakLog", NULL); in free_all_pvalues()
H A Dprogerr.c534 rptfile = getlloptstr("ReportLog", NULL); in vprog_error()
H A Dinterp.c249 STRING programsdir = getlloptstr("LLPROGRAMS", "."); in interp_program_list()
458 STRING programsdir = getlloptstr("LLPROGRAMS", "."); in find_program()
/dports/misc/lifelines/lifelines-3.1.1/src/stdlib/
H A Dtable.c148 if (getlloptstr("rbtree", 0)) in create_table_impl()

12