Home
last modified time | relevance | path

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

/dports/games/torcs/torcs-1.3.7/src/libs/tgf/
H A Dparams.cpp2732 struct parmHeader *confRef = parmHandleRef->conf; in GfParmCheckHandle() local
2748 curSectionRef = GF_TAILQ_FIRST (&(confRef->rootSection->subSectionList)); in GfParmCheckHandle()
2967 struct parmHeader *confRef = parmHandleRef->conf; in GfParmMergeHandles() local
2978 …GfOut ("Merging \"%s\" and \"%s\" (%s - %s)\n", confRef->filename, confTgt->filename, ((mode & GFP… in GfParmMergeHandles()
3010 curSectionRef = GF_TAILQ_FIRST (&(confRef->rootSection->subSectionList)); in GfParmMergeHandles()
3049 curParamRef = getParamByName (confRef, curSectionTgt->fullName, curParamTgt->name, 0); in GfParmMergeHandles()