Home
last modified time | relevance | path

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

/dports/lang/spl/spl-1.2.1/
H A Dlibspl.c78 if (num_on_stage == 2) { in activate_character()
96 if (num_on_stage == 1) { in assign()
119 if (num_on_stage == 1) { in char_input()
143 if (num_on_stage == 1) { in char_output()
175 num_on_stage++; in enter_scene()
194 num_on_stage--; in exit_scene()
212 num_on_stage = 0; in exit_scene_all()
226 num_on_stage = 0; in global_initialize()
316 if (num_on_stage == 1) { in int_input()
385 if (num_on_stage == 1) { in int_output()
[all …]
H A Dspl.h55 GLOBAL int num_on_stage; variable