curve_file        489 core/conf.c        CONF_INFO(180, conf.curve_file,                             CONF_CHAR_PTR,  ptr:""),
curve_file       1373 core/gui.c     		strcpy(conf.curve_file,fn);
curve_file       1381 core/gui.c         libfselect->file_select(LANG_STR_SELECT_CURVE_FILE, conf.curve_file, CURVE_DIR, gui_load_curve_selected);
curve_file        354 include/conf.h     char curve_file[CONF_STR_LEN];
curve_file        105 modules/curves.c 			curve_load_data(conf.curve_file,CURVE_CUSTOM);
curve_file        127 modules/curves.c         if(strncmp(s,"A/",2)==0) strncpy(conf.curve_file,s,99);
curve_file        130 modules/curves.c             strcpy(conf.curve_file,CURVE_DIR);
curve_file        131 modules/curves.c             conf.curve_file[l]='/';
curve_file        132 modules/curves.c             strncpy(&conf.curve_file[l+1],s,99-l-1);
curve_file        134 modules/curves.c         conf.curve_file[99]=0x0;
curve_file        407 modules/luascript.c     lua_pushstring(L,conf.curve_file);