Home
last modified time | relevance | path

Searched refs:subst_underscore (Results 1 – 4 of 4) sorted by relevance

/dports/audio/xmcd/xmcd-3.3.2/libdi_d/
H A Dlibdi.c218 di_boolstr(app_data.subst_underscore)); in di_prncfg()
1828 app_data.subst_underscore = util_stob(parm); in di_common_parmload()
2100 app_data.subst_underscore = TRUE; in di_common_parmload()
2847 app_data.subst_underscore ? truestr : falsestr); in di_common_parmsave()
/dports/audio/xmcd/xmcd-3.3.2/common_d/
H A Dappenv.h1119 bool_t subst_underscore; /* Substitute space to '_' */ member
/dports/audio/xmcd/xmcd-3.3.2/cda_d/
H A Dcda.c400 *tgt++ = app_data.subst_underscore ? '_' : ' '; in cda_strcpy()
788 if (app_data.subst_underscore) in cda_mkfname()
2991 p->arg[1] = (word32_t) app_data.subst_underscore; in cda_do_subst()
2993 else if (app_data.subst_underscore != (bool_t) p->arg[1]) { in cda_do_subst()
2995 app_data.subst_underscore = (bool_t) p->arg[1]; in cda_do_subst()
/dports/audio/xmcd/xmcd-3.3.2/xmcd_d/
H A Dcdfunc.c1826 *tgt++ = app_data.subst_underscore ? '_' : ' '; in cd_strcpy()
2310 if (app_data.subst_underscore) in cd_mkfname()
7030 (Boolean) app_data.subst_underscore, in cd_options_reset()
8587 if ((bool_t) p->set == app_data.subst_underscore) in cd_subst()
8594 app_data.subst_underscore = (bool_t) p->set; in cd_subst()