Here is a list of all functions, variables, defines, enums, and typedefs with links to the files they belong to:
- v -
- v : cast.c, pop.c, store_global.c, store_local.c, from_file.c, abs.c, clamp.c
- va : band.c, bor.c, bxor.c, rol.c, ror.c, shl.c, shr.c, gcd.c, lcm.c
- val : load_local.c, env.c
- VAL_ARRAY : value.h
- VAL_BOOL : value.h
- VAL_FLOAT : value.h
- VAL_FUNCTION : value.h
- VAL_INT : value.h
- VAL_MAP : value.h
- VAL_NIL : value.h
- VAL_STRING : value.h
- vals : make_array.c, list_readers.c
- value_equals() : value.c, value.h
- value_is_truthy() : value.c, value.h
- value_to_string_alloc() : value.c, value.h
- value_type_name() : vm.c
- ValueType : value.h
- vctx : connect.c
- vdef : stubs.c
- vh : get_bool.c, get_double.c, get_int.c, get_string.c, save.c, set.c, stubs.c, unset.c, transmit.c, exec.c, query.c
- vi : sclamp.c, uclamp.c
- vkey : get_bool.c, get_double.c, get_int.c, get_string.c, set.c, stubs.c
- VM : vm.h
- vm_as_mut_ptr() : vm.c, vm.h
- vm_clear_output() : vm.c, vm.h
- vm_debug_add_breakpoint() : vm.c, vm.h
- vm_debug_clear_breakpoints() : vm.c, vm.h
- vm_debug_delete_breakpoint() : vm.c, vm.h
- vm_debug_list_breakpoints() : vm.c, vm.h
- vm_debug_request_continue() : vm.c, vm.h
- vm_debug_request_finish() : vm.c, vm.h
- vm_debug_request_next() : vm.c, vm.h
- vm_debug_request_step() : vm.c, vm.h
- vm_debug_reset() : vm.c, vm.h
- vm_dump_globals() : vm.c, vm.h
- vm_free() : vm.c, vm.h
- vm_init() : vm.c, vm.h
- vm_offset_of_exit_code() : vm.c, vm.h
- vm_offset_of_globals() : vm.c, vm.h
- vm_offset_of_sp() : vm.c, vm.h
- vm_offset_of_stack() : vm.c, vm.h
- vm_pop_frame() : vm.c, return.c
- vm_pop_i64() : vm.c, vm.h
- vm_print_output() : vm.c, vm.h
- vm_push_frame() : vm.c, call.c
- vm_push_i64() : vm.c, vm.h
- vm_raise_error() : vm.c, vm.h
- vm_reset() : vm.c, vm.h
- vm_run() : vm.h
- vm_sizeof() : vm.c, vm.h
- vm_value_sizeof() : vm.c, vm.h
- vpat : findall.c, match.c, test.c
- vpath : stubs.c, to_file.c
- vsec : get_bool.c, get_double.c, get_int.c, get_string.c, set.c, stubs.c, unset.c
- vtext : findall.c, match.c, test.c, parse.c
- vurl : download.c, post.c