Home
last modified time | relevance | path

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

/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/kernel/
H A Dinit.c228 if (synthlist == lispnil) { in g_synth_methods_default()
229 synthlist = synthlistend = tmp; in g_synth_methods_default()
238 set_g_synth_methods(synthlist); in g_synth_methods_default()
240 return synthlist; in g_synth_methods_default()
435 Obj *synthlist = g_synth_methods(), *methods, *method; in check_game_validity() local
464 for_all_list(synthlist, methods) { in check_game_validity()
1186 Obj *synthlist = g_synth_methods(), *methods, *method; in init_side_advantage() local
1188 for_all_list(synthlist, methods) { in init_side_advantage()
1567 synthlist = g_synth_methods(); in run_synth_methods()
1569 Dprintlisp(synthlist); in run_synth_methods()
[all …]
H A Dhelp.c2550 Obj *synthlist, *methods, *method; in describe_setup() local
2553 synthlist = g_synth_methods(); in describe_setup()
2554 if (synthlist == lispnil) in describe_setup()
2558 for (methods = synthlist; methods != lispnil; methods = cdr(methods)) { in describe_setup()