Home
last modified time | relevance | path

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

/dports/audio/ocp/ocp-0.2.90/boot/
H A Dpsetting.h27 extern const char *cfScreenSec;
H A Dpmain.c593 cfScreenSec=cfGetProfileString(cfConfigSec, "screensec", "screen");
H A Dpsetting.c59 const char *cfScreenSec; variable
/dports/audio/ocp/ocp-0.2.90/cpiface/
H A Dcpipic.c112 const char *picstr=cfGetProfileString2(cfScreenSec, "screen", "usepics", ""); in plReadOpenCPPic()
H A Dcpichan.c210 plChannelType=cfGetProfileInt2(cfScreenSec, "screen", "channeltype", 3, 10)&3; in ChanEvent()
H A Dcpimvol.c240 plMVolType=cfGetProfileInt2(cfScreenSec, "screen", "mvoltype", 2, 10)%3;
H A Dcpiface.c402 plCompoMode=cfGetProfileBool2(cfScreenSec, "screen", "compomode", 0, 0); in plmpInit()
403 strncpy(curmodehandle, cfGetProfileString2(cfScreenSec, "screen", "startupmode", "text"), 8); in plmpInit()
H A Dcpianal.c294 analactive=cfGetProfileBool2(cfScreenSec, "screen", "analyser", 0, 0); in AnalInit()
H A Dcpiinst.c387 plInstType=cfGetProfileInt2(cfScreenSec, "screen", "insttype", 3, 10)&3; in InstEvent()
H A Dcpitrack.c842 plTrackActive=cfGetProfileBool2(cfScreenSec, "screen", "pattern", 1, 1); in trkEvent()
/dports/audio/ocp/ocp-0.2.90/stuff/
H A Dconsole.c71 …strcpy(palstr,cfGetProfileString2(cfScreenSec, "screen", "palette", "0 1 2 3 4 5 6 7 8 9 A B C D E… in vgaMakePal()
H A Dpoutput-vcsa.c296 …strcpy(palstr,cfGetProfileString2(cfScreenSec, "screen", "palette", "0 1 2 3 4 5 6 7 8 9 A B C D E… in vgaMakePal()
/dports/audio/ocp/ocp-0.2.90/filesel/
H A Dpfilesel.c803 fsScrType=cfGetProfileInt2(cfScreenSec, "screen", "screentype", 7, 10)&7;
1762 cfSetProfileInt(cfScreenSec, "screentype", fsScrType, 10);