Home
last modified time | relevance | path

Searched defs:vt_rvalue (Results 1 – 18 of 18) sorted by relevance

/dports/games/scummvm/scummvm-2.5.1/engines/glk/adrift/
H A Dscexpr.cpp529 static void expr_eval_result(sc_vartype_t *vt_rvalue) { in expr_eval_result()
570 sc_vartype_t vt_rvalue; in expr_eval_action() local
1214 sc_vartype_t token_value, vt_rvalue; in expr_parse_numeric_factor() local
1380 sc_vartype_t token_value, vt_rvalue; in expr_parse_string_factor() local
1477 sc_int assign_type, sc_vartype_t *vt_rvalue) { in expr_evaluate_expression()
1518 sc_vartype_t vt_rvalue; in expr_eval_numeric_expression() local
1530 sc_vartype_t vt_rvalue; in expr_eval_string_expression() local
H A Dscprops.cpp515 sc_bool prop_get(sc_prop_setref_t bundle, const sc_char *format, sc_vartype_t *vt_rvalue, in prop_get()
675 sc_vartype_t vt_rvalue; in prop_get_integer() local
685 sc_vartype_t vt_rvalue; in prop_get_boolean() local
695 sc_vartype_t vt_rvalue; in prop_get_string() local
712 sc_vartype_t vt_rvalue; in prop_get_child_count() local
H A Dscvars.cpp674 static sc_bool var_return_integer(sc_int value, sc_int *type, sc_vartype_t *vt_rvalue) { in var_return_integer()
680 static sc_bool var_return_string(const sc_char *value, sc_int *type, sc_vartype_t *vt_rvalue) { in var_return_string()
694 sc_int *type, sc_vartype_t *vt_rvalue) { in var_get_system()
1311 sc_int *type, sc_vartype_t *vt_rvalue) { in var_get_user()
1345 sc_bool var_get(sc_var_setref_t vars, const sc_char *name, sc_int *type, sc_vartype_t *vt_rvalue) { in var_get()
1399 sc_vartype_t vt_rvalue; in var_get_integer() local
1428 sc_vartype_t vt_rvalue; in var_get_string() local
H A Dsctafpar.cpp613 static sc_bool parse_get_property(sc_vartype_t *vt_rvalue, sc_char type) { in parse_get_property()
644 sc_vartype_t vt_rvalue; in parse_get_child_count() local
662 sc_vartype_t vt_rvalue; in parse_get_integer_property() local
671 sc_vartype_t vt_rvalue; in parse_get_boolean_property() local
680 sc_vartype_t vt_rvalue; in parse_get_string_property() local
H A Dscnpcs.cpp230 sc_vartype_t vt_key[5], vt_rvalue; in npc_announce() local
H A Dscdebug.cpp686 sc_vartype_t vt_key[3], vt_rvalue; in debug_print_variable() local
1292 sc_vartype_t vt_key[3], vt_rvalue; in debug_dump_variable() local
1893 sc_vartype_t vt_key[3], vt_rvalue, vt_rvalue2; in debug_compare_variable() local
H A Dscprintf.cpp203 sc_vartype_t vt_rvalue; in pf_interpolate_vars() local
H A Dscparser.cpp835 sc_vartype_t vt_rvalue; in uip_match_variable() local
H A Dsclibrar.cpp1043 sc_vartype_t vt_rvalue; in lib_cmd_print_room_exits() local
1999 sc_vartype_t vt_key[5], vt_rvalue; in lib_go() local
2223 sc_vartype_t vt_key[5], vt_rvalue; in lib_cmd_go_room() local
/dports/games/scare/scare-1.3.10/source/
H A Dscexpr.c586 expr_eval_result (sc_vartype_t *vt_rvalue) in expr_eval_result()
638 sc_vartype_t vt_rvalue; in expr_eval_action() local
1329 sc_vartype_t token_value, vt_rvalue; in expr_parse_numeric_factor() local
1505 sc_vartype_t token_value, vt_rvalue; in expr_parse_string_factor() local
1605 sc_int assign_type, sc_vartype_t *vt_rvalue) in expr_evaluate_expression()
1652 sc_vartype_t vt_rvalue; in expr_eval_numeric_expression() local
1667 sc_vartype_t vt_rvalue; in expr_eval_string_expression() local
H A Dscprops.c560 sc_vartype_t *vt_rvalue, const sc_vartype_t vt_key[]) in prop_get()
736 sc_vartype_t vt_rvalue; in prop_get_integer() local
749 sc_vartype_t vt_rvalue; in prop_get_boolean() local
762 sc_vartype_t vt_rvalue; in prop_get_string() local
782 sc_vartype_t vt_rvalue; in prop_get_child_count() local
H A Dscvars.c766 var_return_integer (sc_int value, sc_int *type, sc_vartype_t *vt_rvalue) in var_return_integer()
774 var_return_string (const sc_char *value, sc_int *type, sc_vartype_t *vt_rvalue) in var_return_string()
790 const sc_char *name, sc_int *type, sc_vartype_t *vt_rvalue) in var_get_system()
1492 const sc_char *name, sc_int *type, sc_vartype_t *vt_rvalue) in var_get_user()
1531 const sc_char *name, sc_int *type, sc_vartype_t *vt_rvalue) in var_get()
1594 sc_vartype_t vt_rvalue; in var_get_integer() local
1628 sc_vartype_t vt_rvalue; in var_get_string() local
H A Dsctafpar.c508 parse_get_property (sc_vartype_t *vt_rvalue, sc_char type) in parse_get_property()
542 sc_vartype_t vt_rvalue; in parse_get_child_count() local
562 sc_vartype_t vt_rvalue; in parse_get_integer_property() local
573 sc_vartype_t vt_rvalue; in parse_get_boolean_property() local
584 sc_vartype_t vt_rvalue; in parse_get_string_property() local
H A Dscnpcs.c260 sc_vartype_t vt_key[5], vt_rvalue; in npc_announce() local
H A Dscdebug.c731 sc_vartype_t vt_key[3], vt_rvalue; in debug_print_variable() local
1396 sc_vartype_t vt_key[3], vt_rvalue; in debug_dump_variable() local
2066 sc_vartype_t vt_key[3], vt_rvalue, vt_rvalue2; in debug_compare_variable() local
H A Dscprintf.c215 sc_vartype_t vt_rvalue; in pf_interpolate_vars() local
H A Dscparser.c922 sc_vartype_t vt_rvalue; in uip_match_variable() local
H A Dsclibrar.c1161 sc_vartype_t vt_rvalue; in lib_cmd_print_room_exits() local
2232 sc_vartype_t vt_key[5], vt_rvalue; in lib_go() local
2497 sc_vartype_t vt_key[5], vt_rvalue; in lib_cmd_go_room() local