Home
last modified time | relevance | path

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

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/alan3/
H A Dmsg.cpp94 copyParameterArray(savedParameters, globalParameters); in printMessageWithParameters()
95 copyParameterArray(globalParameters, messageParameters); in printMessageWithParameters()
99 copyParameterArray(globalParameters, savedParameters); in printMessageWithParameters()
H A Dparams.cpp96 copyParameterArray(globalParameters, newParameters); in setGlobalParameters()
195 copyParameterArray(to->candidates, from->candidates); in copyParameter()
218 void copyParameterArray(ParameterArray to, ParameterArray from) { in copyParameterArray() function
H A Dparams.h73 extern void copyParameterArray(ParameterArray to, ParameterArray from);
H A Dparse.cpp352 copyParameterArray(result, references); in updateWithReferences()
1040 copyParameterArray(multipleParameters, parameterPositions[parameterIndex].parameters); in convertMultipleCandidatesToMultipleParameters()
1283 copyParameterArray(presentCandidates, allCandidates); in disambiguateCandidates()
1510 copyParameterArray(previousMultipleParameters, multipleParameters); in parse()
/dports/games/scummvm/scummvm-2.5.1/engines/glk/alan3/
H A Dmsg.cpp94 copyParameterArray(savedParameters, globalParameters); in printMessageWithParameters()
95 copyParameterArray(globalParameters, messageParameters); in printMessageWithParameters()
99 copyParameterArray(globalParameters, savedParameters); in printMessageWithParameters()
H A Dparams.cpp96 copyParameterArray(globalParameters, newParameters); in setGlobalParameters()
195 copyParameterArray(to->candidates, from->candidates); in copyParameter()
218 void copyParameterArray(ParameterArray to, ParameterArray from) { in copyParameterArray() function
H A Dparams.h73 extern void copyParameterArray(ParameterArray to, ParameterArray from);
H A Dparse.cpp352 copyParameterArray(result, references); in updateWithReferences()
1040 copyParameterArray(multipleParameters, parameterPositions[parameterIndex].parameters); in convertMultipleCandidatesToMultipleParameters()
1283 copyParameterArray(presentCandidates, allCandidates); in disambiguateCandidates()
1510 copyParameterArray(previousMultipleParameters, multipleParameters); in parse()