Home
last modified time | relevance | path

Searched refs:param_count (Results 1 – 25 of 1903) sorted by relevance

12345678910>>...77

/dports/lang/zig/zig-0.9.0/src/
H A DBuiltinFn.zig142 param_count: ?u8,
151 .param_count = 4,
158 .param_count = 2,
165 .param_count = 1,
174 .param_count = 2,
181 .param_count = 4,
188 .param_count = 3,
195 .param_count = 5,
202 .param_count = 4,
210 .param_count = 2,
[all …]
/dports/lang/zig-devel/zig-0.9.0/src/
H A DBuiltinFn.zig142 param_count: ?u8,
151 .param_count = 4,
158 .param_count = 2,
165 .param_count = 1,
174 .param_count = 2,
181 .param_count = 4,
188 .param_count = 3,
195 .param_count = 5,
202 .param_count = 4,
210 .param_count = 2,
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/ags/engine/ac/
H A Dglobal_api.cpp90 RuntimeScriptValue Sc_sc_AbortGame(const RuntimeScriptValue *params, int32_t param_count) { in Sc_sc_AbortGame() argument
157 RuntimeScriptValue Sc_cd_manager(const RuntimeScriptValue *params, int32_t param_count) { in Sc_cd_manager() argument
162 RuntimeScriptValue Sc_CentreGUI(const RuntimeScriptValue *params, int32_t param_count) { in Sc_CentreGUI() argument
176 RuntimeScriptValue Sc_ClaimEvent(const RuntimeScriptValue *params, int32_t param_count) { in Sc_ClaimEvent() argument
236 RuntimeScriptValue Sc_Display(const RuntimeScriptValue *params, int32_t param_count) { in Sc_Display() argument
243 RuntimeScriptValue Sc_DisplayAt(const RuntimeScriptValue *params, int32_t param_count) { in Sc_DisplayAt() argument
338 RuntimeScriptValue Sc_FadeIn(const RuntimeScriptValue *params, int32_t param_count) { in Sc_FadeIn() argument
368 RuntimeScriptValue Sc_FileRead(const RuntimeScriptValue *params, int32_t param_count) { in Sc_FileRead() argument
500 RuntimeScriptValue Sc_GetGUIAt(const RuntimeScriptValue *params, int32_t param_count) { in Sc_GetGUIAt() argument
784 RuntimeScriptValue Sc_IsGUIOn(const RuntimeScriptValue *params, int32_t param_count) { in Sc_IsGUIOn() argument
[all …]
H A Dspeech.cpp144 RuntimeScriptValue Sc_Speech_GetPortraitY(const RuntimeScriptValue *params, int32_t param_count) { in Sc_Speech_GetPortraitY() argument
148 RuntimeScriptValue Sc_Speech_SetPortraitY(const RuntimeScriptValue *params, int32_t param_count) { in Sc_Speech_SetPortraitY() argument
152 RuntimeScriptValue Sc_Speech_GetStyle(const RuntimeScriptValue *params, int32_t param_count) { in Sc_Speech_GetStyle() argument
156 extern RuntimeScriptValue Sc_SetSpeechStyle(const RuntimeScriptValue *params, int32_t param_count);
158 RuntimeScriptValue Sc_Speech_GetSkipKey(const RuntimeScriptValue *params, int32_t param_count) { in Sc_Speech_GetSkipKey() argument
162 RuntimeScriptValue Sc_Speech_SetSkipKey(const RuntimeScriptValue *params, int32_t param_count) { in Sc_Speech_SetSkipKey() argument
166 RuntimeScriptValue Sc_Speech_GetSkipStyle(const RuntimeScriptValue *params, int32_t param_count) { in Sc_Speech_GetSkipStyle() argument
170 extern RuntimeScriptValue Sc_SetSkipSpeech(const RuntimeScriptValue *params, int32_t param_count);
196 RuntimeScriptValue Sc_Speech_GetVoiceMode(const RuntimeScriptValue *params, int32_t param_count) { in Sc_Speech_GetVoiceMode() argument
200 RuntimeScriptValue Sc_Speech_GetTextOverlay(const RuntimeScriptValue *params, int32_t param_count) { in Sc_Speech_GetTextOverlay() argument
[all …]
H A Dsystem.cpp225 RuntimeScriptValue Sc_System_GetCapsLock(const RuntimeScriptValue *params, int32_t param_count) { in Sc_System_GetCapsLock() argument
235 RuntimeScriptValue Sc_System_GetGamma(const RuntimeScriptValue *params, int32_t param_count) { in Sc_System_GetGamma() argument
240 RuntimeScriptValue Sc_System_SetGamma(const RuntimeScriptValue *params, int32_t param_count) { in Sc_System_SetGamma() argument
254 RuntimeScriptValue Sc_System_GetNumLock(const RuntimeScriptValue *params, int32_t param_count) { in Sc_System_GetNumLock() argument
259 RuntimeScriptValue Sc_System_GetOS(const RuntimeScriptValue *params, int32_t param_count) { in Sc_System_GetOS() argument
284 RuntimeScriptValue Sc_System_GetVersion(const RuntimeScriptValue *params, int32_t param_count) { in Sc_System_GetVersion() argument
299 RuntimeScriptValue Sc_System_GetVolume(const RuntimeScriptValue *params, int32_t param_count) { in Sc_System_GetVolume() argument
304 RuntimeScriptValue Sc_System_SetVolume(const RuntimeScriptValue *params, int32_t param_count) { in Sc_System_SetVolume() argument
309 RuntimeScriptValue Sc_System_GetVsync(const RuntimeScriptValue *params, int32_t param_count) { in Sc_System_GetVsync() argument
314 RuntimeScriptValue Sc_System_SetVsync(const RuntimeScriptValue *params, int32_t param_count) { in Sc_System_SetVsync() argument
[all …]
H A Dmath.cpp162 RuntimeScriptValue Sc_Math_ArcCos(const RuntimeScriptValue *params, int32_t param_count) { in Sc_Math_ArcCos() argument
182 RuntimeScriptValue Sc_Math_Cos(const RuntimeScriptValue *params, int32_t param_count) { in Sc_Math_Cos() argument
187 RuntimeScriptValue Sc_Math_Cosh(const RuntimeScriptValue *params, int32_t param_count) { in Sc_Math_Cosh() argument
197 RuntimeScriptValue Sc_Math_Exp(const RuntimeScriptValue *params, int32_t param_count) { in Sc_Math_Exp() argument
202 RuntimeScriptValue Sc_Math_Log(const RuntimeScriptValue *params, int32_t param_count) { in Sc_Math_Log() argument
207 RuntimeScriptValue Sc_Math_Log10(const RuntimeScriptValue *params, int32_t param_count) { in Sc_Math_Log10() argument
222 RuntimeScriptValue Sc_Math_Sin(const RuntimeScriptValue *params, int32_t param_count) { in Sc_Math_Sin() argument
227 RuntimeScriptValue Sc_Math_Sinh(const RuntimeScriptValue *params, int32_t param_count) { in Sc_Math_Sinh() argument
232 RuntimeScriptValue Sc_Math_Sqrt(const RuntimeScriptValue *params, int32_t param_count) { in Sc_Math_Sqrt() argument
237 RuntimeScriptValue Sc_Math_Tan(const RuntimeScriptValue *params, int32_t param_count) { in Sc_Math_Tan() argument
[all …]
H A Ddialog_options_rendering.cpp142 …_DialogOptionsRendering_Update(void *self, const RuntimeScriptValue *params, int32_t param_count) { in Sc_DialogOptionsRendering_Update() argument
146 …tionsRendering_RunActiveOption(void *self, const RuntimeScriptValue *params, int32_t param_count) { in Sc_DialogOptionsRendering_RunActiveOption() argument
166 …alogOptionsRendering_GetHeight(void *self, const RuntimeScriptValue *params, int32_t param_count) { in Sc_DialogOptionsRendering_GetHeight() argument
171 …alogOptionsRendering_SetHeight(void *self, const RuntimeScriptValue *params, int32_t param_count) { in Sc_DialogOptionsRendering_SetHeight() argument
206 …logOptionsRendering_GetSurface(void *self, const RuntimeScriptValue *params, int32_t param_count) { in Sc_DialogOptionsRendering_GetSurface() argument
211 …ialogOptionsRendering_GetWidth(void *self, const RuntimeScriptValue *params, int32_t param_count) { in Sc_DialogOptionsRendering_GetWidth() argument
216 …ialogOptionsRendering_SetWidth(void *self, const RuntimeScriptValue *params, int32_t param_count) { in Sc_DialogOptionsRendering_SetWidth() argument
221 …Sc_DialogOptionsRendering_GetX(void *self, const RuntimeScriptValue *params, int32_t param_count) { in Sc_DialogOptionsRendering_GetX() argument
226 …Sc_DialogOptionsRendering_SetX(void *self, const RuntimeScriptValue *params, int32_t param_count) { in Sc_DialogOptionsRendering_SetX() argument
231 …Sc_DialogOptionsRendering_GetY(void *self, const RuntimeScriptValue *params, int32_t param_count) { in Sc_DialogOptionsRendering_GetY() argument
[all …]
H A Dobject.cpp555 …eScriptValue Sc_Object_Animate(void *self, const RuntimeScriptValue *params, int32_t param_count) { in Sc_Object_Animate() argument
569 …eScriptValue Sc_Object_GetName(void *self, const RuntimeScriptValue *params, int32_t param_count) { in Sc_Object_GetName() argument
606 RuntimeScriptValue Sc_Object_Move(void *self, const RuntimeScriptValue *params, int32_t param_count in Sc_Object_Move() argument
677 RuntimeScriptValue Sc_Object_Tint(void *self, const RuntimeScriptValue *params, int32_t param_count in Sc_Object_Tint() argument
681 RuntimeScriptValue Sc_GetObjectAtRoom(const RuntimeScriptValue *params, int32_t param_count) { in Sc_GetObjectAtRoom() argument
686 RuntimeScriptValue Sc_GetObjectAtScreen(const RuntimeScriptValue *params, int32_t param_count) { in Sc_GetObjectAtScreen() argument
751 …imeScriptValue Sc_Object_GetID(void *self, const RuntimeScriptValue *params, int32_t param_count) { in Sc_Object_GetID() argument
838 RuntimeScriptValue Sc_Object_GetX(void *self, const RuntimeScriptValue *params, int32_t param_count in Sc_Object_GetX() argument
843 RuntimeScriptValue Sc_Object_SetX(void *self, const RuntimeScriptValue *params, int32_t param_count in Sc_Object_SetX() argument
848 RuntimeScriptValue Sc_Object_GetY(void *self, const RuntimeScriptValue *params, int32_t param_count in Sc_Object_GetY() argument
[all …]
H A Dgui_control.cpp236 RuntimeScriptValue Sc_GetGUIControlAtLocation(const RuntimeScriptValue *params, int32_t param_count in Sc_GetGUIControlAtLocation() argument
251 …iptValue Sc_GUIControl_SetSize(void *self, const RuntimeScriptValue *params, int32_t param_count) { in Sc_GUIControl_SetSize() argument
306 …tValue Sc_GUIControl_GetHeight(void *self, const RuntimeScriptValue *params, int32_t param_count) { in Sc_GUIControl_GetHeight() argument
311 …tValue Sc_GUIControl_SetHeight(void *self, const RuntimeScriptValue *params, int32_t param_count) { in Sc_GUIControl_SetHeight() argument
316 …criptValue Sc_GUIControl_GetID(void *self, const RuntimeScriptValue *params, int32_t param_count) { in Sc_GUIControl_GetID() argument
336 …ptValue Sc_GUIControl_GetWidth(void *self, const RuntimeScriptValue *params, int32_t param_count) { in Sc_GUIControl_GetWidth() argument
341 …ptValue Sc_GUIControl_SetWidth(void *self, const RuntimeScriptValue *params, int32_t param_count) { in Sc_GUIControl_SetWidth() argument
346 …ScriptValue Sc_GUIControl_GetX(void *self, const RuntimeScriptValue *params, int32_t param_count) { in Sc_GUIControl_GetX() argument
351 …ScriptValue Sc_GUIControl_SetX(void *self, const RuntimeScriptValue *params, int32_t param_count) { in Sc_GUIControl_SetX() argument
356 …ScriptValue Sc_GUIControl_GetY(void *self, const RuntimeScriptValue *params, int32_t param_count) { in Sc_GUIControl_GetY() argument
[all …]
H A Dlistbox.cpp383 …ScriptValue Sc_ListBox_AddItem(void *self, const RuntimeScriptValue *params, int32_t param_count) { in Sc_ListBox_AddItem() argument
388 …meScriptValue Sc_ListBox_Clear(void *self, const RuntimeScriptValue *params, int32_t param_count) { in Sc_ListBox_Clear() argument
393 …ptValue Sc_ListBox_FillDirList(void *self, const RuntimeScriptValue *params, int32_t param_count) { in Sc_ListBox_FillDirList() argument
418 …iptValue Sc_ListBox_RemoveItem(void *self, const RuntimeScriptValue *params, int32_t param_count) { in Sc_ListBox_RemoveItem() argument
423 …iptValue Sc_ListBox_ScrollDown(void *self, const RuntimeScriptValue *params, int32_t param_count) { in Sc_ListBox_ScrollDown() argument
428 …criptValue Sc_ListBox_ScrollUp(void *self, const RuntimeScriptValue *params, int32_t param_count) { in Sc_ListBox_ScrollUp() argument
438 …ScriptValue Sc_ListBox_GetFont(void *self, const RuntimeScriptValue *params, int32_t param_count) { in Sc_ListBox_GetFont() argument
443 …ScriptValue Sc_ListBox_SetFont(void *self, const RuntimeScriptValue *params, int32_t param_count) { in Sc_ListBox_SetFont() argument
489 …criptValue Sc_ListBox_GetItems(void *self, const RuntimeScriptValue *params, int32_t param_count) { in Sc_ListBox_GetItems() argument
550 …iptValue Sc_ListBox_GetTopItem(void *self, const RuntimeScriptValue *params, int32_t param_count) { in Sc_ListBox_GetTopItem() argument
[all …]
H A Dregion.cpp135 RuntimeScriptValue Sc_GetRegionAtRoom(const RuntimeScriptValue *params, int32_t param_count) { in Sc_GetRegionAtRoom() argument
139 RuntimeScriptValue Sc_GetRegionAtScreen(const RuntimeScriptValue *params, int32_t param_count) { in Sc_GetRegionAtScreen() argument
143 …imeScriptValue Sc_Region_GetDrawingSurface(const RuntimeScriptValue *params, int32_t param_count) { in Sc_Region_GetDrawingSurface() argument
148 RuntimeScriptValue Sc_Region_Tint(void *self, const RuntimeScriptValue *params, int32_t param_count in Sc_Region_Tint() argument
153 …criptValue Sc_Region_TintNoLum(void *self, const RuntimeScriptValue *params, int32_t param_count) { in Sc_Region_TintNoLum() argument
163 …riptValue Sc_Region_GetEnabled(void *self, const RuntimeScriptValue *params, int32_t param_count) { in Sc_Region_GetEnabled() argument
168 …riptValue Sc_Region_SetEnabled(void *self, const RuntimeScriptValue *params, int32_t param_count) { in Sc_Region_SetEnabled() argument
173 …imeScriptValue Sc_Region_GetID(void *self, const RuntimeScriptValue *params, int32_t param_count) { in Sc_Region_GetID() argument
193 …iptValue Sc_Region_GetTintBlue(void *self, const RuntimeScriptValue *params, int32_t param_count) { in Sc_Region_GetTintBlue() argument
198 …ptValue Sc_Region_GetTintGreen(void *self, const RuntimeScriptValue *params, int32_t param_count) { in Sc_Region_GetTintGreen() argument
[all …]
H A Dscript_containers.cpp136 RuntimeScriptValue Sc_Dict_Create(const RuntimeScriptValue *params, int32_t param_count) { in Sc_Dict_Create() argument
140 RuntimeScriptValue Sc_Dict_Clear(void *self, const RuntimeScriptValue *params, int32_t param_count)… in Sc_Dict_Clear() argument
144 …meScriptValue Sc_Dict_Contains(void *self, const RuntimeScriptValue *params, int32_t param_count) { in Sc_Dict_Contains() argument
148 RuntimeScriptValue Sc_Dict_Get(void *self, const RuntimeScriptValue *params, int32_t param_count) { in Sc_Dict_Get() argument
152 RuntimeScriptValue Sc_Dict_Remove(void *self, const RuntimeScriptValue *params, int32_t param_count in Sc_Dict_Remove() argument
156 RuntimeScriptValue Sc_Dict_Set(void *self, const RuntimeScriptValue *params, int32_t param_count) { in Sc_Dict_Set() argument
259 RuntimeScriptValue Sc_Set_Create(const RuntimeScriptValue *params, int32_t param_count) { in Sc_Set_Create() argument
263 RuntimeScriptValue Sc_Set_Add(void *self, const RuntimeScriptValue *params, int32_t param_count) { in Sc_Set_Add() argument
267 RuntimeScriptValue Sc_Set_Clear(void *self, const RuntimeScriptValue *params, int32_t param_count) { in Sc_Set_Clear() argument
271 …imeScriptValue Sc_Set_Contains(void *self, const RuntimeScriptValue *params, int32_t param_count) { in Sc_Set_Contains() argument
[all …]
H A Dviewport_script.cpp174 RuntimeScriptValue Sc_Camera_Create(const RuntimeScriptValue *params, int32_t param_count) { in Sc_Camera_Create() argument
178 …meScriptValue Sc_Camera_Delete(void *self, const RuntimeScriptValue *params, int32_t param_count) { in Sc_Camera_Delete() argument
182 RuntimeScriptValue Sc_Camera_GetX(void *self, const RuntimeScriptValue *params, int32_t param_count in Sc_Camera_GetX() argument
186 RuntimeScriptValue Sc_Camera_SetX(void *self, const RuntimeScriptValue *params, int32_t param_count in Sc_Camera_SetX() argument
190 RuntimeScriptValue Sc_Camera_GetY(void *self, const RuntimeScriptValue *params, int32_t param_count in Sc_Camera_GetY() argument
194 RuntimeScriptValue Sc_Camera_SetY(void *self, const RuntimeScriptValue *params, int32_t param_count in Sc_Camera_SetY() argument
198 …ScriptValue Sc_Camera_GetWidth(void *self, const RuntimeScriptValue *params, int32_t param_count) { in Sc_Camera_GetWidth() argument
222 …imeScriptValue Sc_Camera_SetAt(void *self, const RuntimeScriptValue *params, int32_t param_count) { in Sc_Camera_SetAt() argument
226 …eScriptValue Sc_Camera_SetSize(void *self, const RuntimeScriptValue *params, int32_t param_count) { in Sc_Camera_SetSize() argument
440 RuntimeScriptValue Sc_Viewport_Create(const RuntimeScriptValue *params, int32_t param_count) { in Sc_Viewport_Create() argument
[all …]
H A Dhotspot.cpp136 RuntimeScriptValue Sc_GetHotspotAtRoom(const RuntimeScriptValue *params, int32_t param_count) { in Sc_GetHotspotAtRoom() argument
141 RuntimeScriptValue Sc_GetHotspotAtScreen(const RuntimeScriptValue *params, int32_t param_count) { in Sc_GetHotspotAtScreen() argument
145 …meScriptValue Sc_Hotspot_GetDrawingSurface(const RuntimeScriptValue *params, int32_t param_count) { in Sc_Hotspot_GetDrawingSurface() argument
151 …ScriptValue Sc_Hotspot_GetName(void *self, const RuntimeScriptValue *params, int32_t param_count) { in Sc_Hotspot_GetName() argument
156 …ptValue Sc_Hotspot_GetProperty(void *self, const RuntimeScriptValue *params, int32_t param_count) { in Sc_Hotspot_GetProperty() argument
170 …ptValue Sc_Hotspot_SetProperty(void *self, const RuntimeScriptValue *params, int32_t param_count) { in Sc_Hotspot_SetProperty() argument
188 …iptValue Sc_Hotspot_GetEnabled(void *self, const RuntimeScriptValue *params, int32_t param_count) { in Sc_Hotspot_GetEnabled() argument
193 …iptValue Sc_Hotspot_SetEnabled(void *self, const RuntimeScriptValue *params, int32_t param_count) { in Sc_Hotspot_SetEnabled() argument
198 …meScriptValue Sc_Hotspot_GetID(void *self, const RuntimeScriptValue *params, int32_t param_count) { in Sc_Hotspot_GetID() argument
208 …iptValue Sc_Hotspot_GetWalkToX(void *self, const RuntimeScriptValue *params, int32_t param_count) { in Sc_Hotspot_GetWalkToX() argument
[all …]
H A Dinventory_item.cpp128 RuntimeScriptValue Sc_GetInvAtLocation(const RuntimeScriptValue *params, int32_t param_count) { in Sc_GetInvAtLocation() argument
138 …Value Sc_InventoryItem_GetName(void *self, const RuntimeScriptValue *params, int32_t param_count) { in Sc_InventoryItem_GetName() argument
143 …e Sc_InventoryItem_GetProperty(void *self, const RuntimeScriptValue *params, int32_t param_count) { in Sc_InventoryItem_GetProperty() argument
148 …_InventoryItem_GetPropertyText(void *self, const RuntimeScriptValue *params, int32_t param_count) { in Sc_InventoryItem_GetPropertyText() argument
157 …e Sc_InventoryItem_SetProperty(void *self, const RuntimeScriptValue *params, int32_t param_count) { in Sc_InventoryItem_SetProperty() argument
166 …c_InventoryItem_RunInteraction(void *self, const RuntimeScriptValue *params, int32_t param_count) { in Sc_InventoryItem_RunInteraction() argument
171 …Value Sc_InventoryItem_SetName(void *self, const RuntimeScriptValue *params, int32_t param_count) { in Sc_InventoryItem_SetName() argument
186 …ue Sc_InventoryItem_GetGraphic(void *self, const RuntimeScriptValue *params, int32_t param_count) { in Sc_InventoryItem_GetGraphic() argument
191 …ue Sc_InventoryItem_SetGraphic(void *self, const RuntimeScriptValue *params, int32_t param_count) { in Sc_InventoryItem_SetGraphic() argument
196 …ptValue Sc_InventoryItem_GetID(void *self, const RuntimeScriptValue *params, int32_t param_count) { in Sc_InventoryItem_GetID() argument
[all …]
/dports/games/ags/ags_linux_v.3.4.4.1/Engine/ac/
H A Dglobal_api.cpp76 RuntimeScriptValue Sc_sc_AbortGame(const RuntimeScriptValue *params, int32_t param_count) in Sc_sc_AbortGame() argument
156 RuntimeScriptValue Sc_cd_manager(const RuntimeScriptValue *params, int32_t param_count) in Sc_cd_manager() argument
162 RuntimeScriptValue Sc_CentreGUI(const RuntimeScriptValue *params, int32_t param_count) in Sc_CentreGUI() argument
178 RuntimeScriptValue Sc_ClaimEvent(const RuntimeScriptValue *params, int32_t param_count) in Sc_ClaimEvent() argument
249 RuntimeScriptValue Sc_Display(const RuntimeScriptValue *params, int32_t param_count) in Sc_Display() argument
257 RuntimeScriptValue Sc_DisplayAt(const RuntimeScriptValue *params, int32_t param_count) in Sc_DisplayAt() argument
369 RuntimeScriptValue Sc_FadeIn(const RuntimeScriptValue *params, int32_t param_count) in Sc_FadeIn() argument
405 RuntimeScriptValue Sc_FileRead(const RuntimeScriptValue *params, int32_t param_count) in Sc_FileRead() argument
563 RuntimeScriptValue Sc_GetGUIAt(const RuntimeScriptValue *params, int32_t param_count) in Sc_GetGUIAt() argument
887 RuntimeScriptValue Sc_IsGUIOn(const RuntimeScriptValue *params, int32_t param_count) in Sc_IsGUIOn() argument
[all …]
H A Dspeech.cpp149 RuntimeScriptValue Sc_Speech_GetPortraitY(const RuntimeScriptValue *params, int32_t param_count) in Sc_Speech_GetPortraitY() argument
154 RuntimeScriptValue Sc_Speech_SetPortraitY(const RuntimeScriptValue *params, int32_t param_count) in Sc_Speech_SetPortraitY() argument
159 RuntimeScriptValue Sc_Speech_GetStyle(const RuntimeScriptValue *params, int32_t param_count) in Sc_Speech_GetStyle() argument
164 extern RuntimeScriptValue Sc_SetSpeechStyle(const RuntimeScriptValue *params, int32_t param_count);
166 RuntimeScriptValue Sc_Speech_GetSkipKey(const RuntimeScriptValue *params, int32_t param_count) in Sc_Speech_GetSkipKey() argument
171 RuntimeScriptValue Sc_Speech_SetSkipKey(const RuntimeScriptValue *params, int32_t param_count) in Sc_Speech_SetSkipKey() argument
176 RuntimeScriptValue Sc_Speech_GetSkipStyle(const RuntimeScriptValue *params, int32_t param_count) in Sc_Speech_GetSkipStyle() argument
181 extern RuntimeScriptValue Sc_SetSkipSpeech(const RuntimeScriptValue *params, int32_t param_count);
183 RuntimeScriptValue Sc_Speech_GetTextAlignment(const RuntimeScriptValue *params, int32_t param_count) in Sc_Speech_GetTextAlignment() argument
203 RuntimeScriptValue Sc_Speech_GetVoiceMode(const RuntimeScriptValue *params, int32_t param_count) in Sc_Speech_GetVoiceMode() argument
[all …]
H A Dsystem.cpp254 RuntimeScriptValue Sc_System_GetCapsLock(const RuntimeScriptValue *params, int32_t param_count) in Sc_System_GetCapsLock() argument
266 RuntimeScriptValue Sc_System_GetGamma(const RuntimeScriptValue *params, int32_t param_count) in Sc_System_GetGamma() argument
272 RuntimeScriptValue Sc_System_SetGamma(const RuntimeScriptValue *params, int32_t param_count) in Sc_System_SetGamma() argument
289 RuntimeScriptValue Sc_System_GetNumLock(const RuntimeScriptValue *params, int32_t param_count) in Sc_System_GetNumLock() argument
295 RuntimeScriptValue Sc_System_SetNumLock(const RuntimeScriptValue *params, int32_t param_count) in Sc_System_SetNumLock() argument
301 RuntimeScriptValue Sc_System_GetOS(const RuntimeScriptValue *params, int32_t param_count) in Sc_System_GetOS() argument
331 RuntimeScriptValue Sc_System_GetVersion(const RuntimeScriptValue *params, int32_t param_count) in Sc_System_GetVersion() argument
349 RuntimeScriptValue Sc_System_GetVolume(const RuntimeScriptValue *params, int32_t param_count) in Sc_System_GetVolume() argument
355 RuntimeScriptValue Sc_System_SetVolume(const RuntimeScriptValue *params, int32_t param_count) in Sc_System_SetVolume() argument
361 RuntimeScriptValue Sc_System_GetVsync(const RuntimeScriptValue *params, int32_t param_count) in Sc_System_GetVsync() argument
[all …]
H A Ddialogoptionsrendering.cpp158 …Sc_DialogOptionsRendering_Update(void *self, const RuntimeScriptValue *params, int32_t param_count) in Sc_DialogOptionsRendering_Update() argument
163 …OptionsRendering_RunActiveOption(void *self, const RuntimeScriptValue *params, int32_t param_count) in Sc_DialogOptionsRendering_RunActiveOption() argument
187 …DialogOptionsRendering_GetHeight(void *self, const RuntimeScriptValue *params, int32_t param_count) in Sc_DialogOptionsRendering_GetHeight() argument
193 …DialogOptionsRendering_SetHeight(void *self, const RuntimeScriptValue *params, int32_t param_count) in Sc_DialogOptionsRendering_SetHeight() argument
235 …ialogOptionsRendering_GetSurface(void *self, const RuntimeScriptValue *params, int32_t param_count) in Sc_DialogOptionsRendering_GetSurface() argument
241 …_DialogOptionsRendering_GetWidth(void *self, const RuntimeScriptValue *params, int32_t param_count) in Sc_DialogOptionsRendering_GetWidth() argument
247 …_DialogOptionsRendering_SetWidth(void *self, const RuntimeScriptValue *params, int32_t param_count) in Sc_DialogOptionsRendering_SetWidth() argument
253 …e Sc_DialogOptionsRendering_GetX(void *self, const RuntimeScriptValue *params, int32_t param_count) in Sc_DialogOptionsRendering_GetX() argument
259 …e Sc_DialogOptionsRendering_SetX(void *self, const RuntimeScriptValue *params, int32_t param_count) in Sc_DialogOptionsRendering_SetX() argument
265 …e Sc_DialogOptionsRendering_GetY(void *self, const RuntimeScriptValue *params, int32_t param_count) in Sc_DialogOptionsRendering_GetY() argument
[all …]
H A Dobject.cpp539 …imeScriptValue Sc_Object_Animate(void *self, const RuntimeScriptValue *params, int32_t param_count) in Sc_Object_Animate() argument
551 …imeScriptValue Sc_Object_GetName(void *self, const RuntimeScriptValue *params, int32_t param_count) in Sc_Object_GetName() argument
596 RuntimeScriptValue Sc_Object_Move(void *self, const RuntimeScriptValue *params, int32_t param_count) in Sc_Object_Move() argument
665 …imeScriptValue Sc_Object_SetView(void *self, const RuntimeScriptValue *params, int32_t param_count) in Sc_Object_SetView() argument
683 RuntimeScriptValue Sc_Object_Tint(void *self, const RuntimeScriptValue *params, int32_t param_count) in Sc_Object_Tint() argument
689 RuntimeScriptValue Sc_GetObjectAtLocation(const RuntimeScriptValue *params, int32_t param_count) in Sc_GetObjectAtLocation() argument
767 …ntimeScriptValue Sc_Object_GetID(void *self, const RuntimeScriptValue *params, int32_t param_count) in Sc_Object_GetID() argument
857 RuntimeScriptValue Sc_Object_GetX(void *self, const RuntimeScriptValue *params, int32_t param_count) in Sc_Object_GetX() argument
863 RuntimeScriptValue Sc_Object_SetX(void *self, const RuntimeScriptValue *params, int32_t param_count) in Sc_Object_SetX() argument
869 RuntimeScriptValue Sc_Object_GetY(void *self, const RuntimeScriptValue *params, int32_t param_count) in Sc_Object_GetY() argument
[all …]
H A Dguicontrol.cpp252 RuntimeScriptValue Sc_GetGUIControlAtLocation(const RuntimeScriptValue *params, int32_t param_count) in Sc_GetGUIControlAtLocation() argument
258 …ptValue Sc_GUIControl_SendToBack(void *self, const RuntimeScriptValue *params, int32_t param_count) in Sc_GUIControl_SendToBack() argument
270 …criptValue Sc_GUIControl_SetSize(void *self, const RuntimeScriptValue *params, int32_t param_count) in Sc_GUIControl_SetSize() argument
336 …iptValue Sc_GUIControl_GetHeight(void *self, const RuntimeScriptValue *params, int32_t param_count) in Sc_GUIControl_GetHeight() argument
348 …eScriptValue Sc_GUIControl_GetID(void *self, const RuntimeScriptValue *params, int32_t param_count) in Sc_GUIControl_GetID() argument
372 …riptValue Sc_GUIControl_GetWidth(void *self, const RuntimeScriptValue *params, int32_t param_count) in Sc_GUIControl_GetWidth() argument
378 …riptValue Sc_GUIControl_SetWidth(void *self, const RuntimeScriptValue *params, int32_t param_count) in Sc_GUIControl_SetWidth() argument
384 …meScriptValue Sc_GUIControl_GetX(void *self, const RuntimeScriptValue *params, int32_t param_count) in Sc_GUIControl_GetX() argument
390 …meScriptValue Sc_GUIControl_SetX(void *self, const RuntimeScriptValue *params, int32_t param_count) in Sc_GUIControl_SetX() argument
396 …meScriptValue Sc_GUIControl_GetY(void *self, const RuntimeScriptValue *params, int32_t param_count) in Sc_GUIControl_GetY() argument
[all …]
H A Dregion.cpp131 RuntimeScriptValue Sc_GetRegionAtLocation(const RuntimeScriptValue *params, int32_t param_count) in Sc_GetRegionAtLocation() argument
136 RuntimeScriptValue Sc_Region_Tint(void *self, const RuntimeScriptValue *params, int32_t param_count) in Sc_Region_Tint() argument
142 …eScriptValue Sc_Region_TintNoLum(void *self, const RuntimeScriptValue *params, int32_t param_count) in Sc_Region_TintNoLum() argument
154 …ScriptValue Sc_Region_GetEnabled(void *self, const RuntimeScriptValue *params, int32_t param_count) in Sc_Region_GetEnabled() argument
160 …ScriptValue Sc_Region_SetEnabled(void *self, const RuntimeScriptValue *params, int32_t param_count) in Sc_Region_SetEnabled() argument
166 …ntimeScriptValue Sc_Region_GetID(void *self, const RuntimeScriptValue *params, int32_t param_count) in Sc_Region_GetID() argument
172 …iptValue Sc_Region_GetLightLevel(void *self, const RuntimeScriptValue *params, int32_t param_count) in Sc_Region_GetLightLevel() argument
178 …iptValue Sc_Region_SetLightLevel(void *self, const RuntimeScriptValue *params, int32_t param_count) in Sc_Region_SetLightLevel() argument
190 …criptValue Sc_Region_GetTintBlue(void *self, const RuntimeScriptValue *params, int32_t param_count) in Sc_Region_GetTintBlue() argument
196 …riptValue Sc_Region_GetTintGreen(void *self, const RuntimeScriptValue *params, int32_t param_count) in Sc_Region_GetTintGreen() argument
[all …]
/dports/java/sablevm/sablevm-1.13/src/libsablevm/
H A Dinstructions_preparation_switch_threaded.c12 env->vm->instructions[instr].param_count = 1;
28 env->vm->instructions[instr].param_count = 2;
44 env->vm->instructions[instr].param_count = 1;
60 env->vm->instructions[instr].param_count = 2;
76 env->vm->instructions[instr].param_count = 2;
92 env->vm->instructions[instr].param_count = 2;
108 env->vm->instructions[instr].param_count = 2;
124 env->vm->instructions[instr].param_count = 2;
140 env->vm->instructions[instr].param_count = 2;
156 env->vm->instructions[instr].param_count = 1;
[all …]
/dports/japanese/kterm/kterm-6.2.0.fb6/
H A Dmenu.c208 if (*param_count != 1) {
1131 Cardinal *param_count;
1141 Cardinal *param_count;
1152 Cardinal *param_count;
1164 Cardinal *param_count;
1174 Cardinal *param_count;
1217 Cardinal *param_count;
1226 Cardinal *param_count;
1236 Cardinal *param_count;
1246 Cardinal *param_count;
[all …]
/dports/devel/pecl-mustache/mustache-0.9.2/
H A Dmustache_lambda.cpp35 int param_count = 0; in invoke() local
38 param_count = std::min(getUserFunctionParamCount(), 2); in invoke()
39 if( param_count >= 0 ) { in invoke()
40 params = (zval *) safe_emalloc(sizeof(zval), param_count, 0); in invoke()
42 if( param_count >= 1 ) { in invoke()
45 if( param_count >= 2 ) { in invoke()
52 if( invokeUserFunction(&closure_result, param_count, params) == SUCCESS ) { in invoke()
59 for( param_count = param_count - 1; param_count >= 0; param_count-- ) { in invoke()
60 zval_dtor(&params[param_count]); in invoke()

12345678910>>...77