Home
last modified time | relevance | path

Searched refs:inheritp (Results 1 – 11 of 11) sorted by relevance

/dports/games/ldmud/ldmud-3.3.720/src/
H A Dexec.h1052 inherit_t *inheritp; in search_function_inherit() local
1054 for (inheritp = progp->inherit ; in search_function_inherit()
1055 inum > 0 && (fx < inheritp->function_index_offset || in search_function_inherit()
1056 fx >= inheritp->function_index_offset + inheritp->prog->num_functions); in search_function_inherit()
1057 inheritp++, inum--) NOOP; in search_function_inherit()
1059 return inheritp; in search_function_inherit()
H A Dsimul_efun.c313 inherit_t *inheritp; in assert_simul_efun_object() local
315 inheritp = &inherit_progp->inherit[flags2 & INHERIT_MASK]; in assert_simul_efun_object()
316 ix -= inheritp->function_index_offset; in assert_simul_efun_object()
317 var_ix_offs += inheritp->variable_index_offset; in assert_simul_efun_object()
318 inherit_progp = inheritp->prog; in assert_simul_efun_object()
H A Dobject.c795 inherit_t *inheritp; in function_exists() local
799 progp = inheritp->prog; in function_exists()
2782 inherit_t *inheritp; in v_inherit_list() local
2788 for (inheritp = &next->prog->inherit[0]; cnt--; inheritp++) in v_inherit_list()
2805 end->prog = inheritp->prog; in v_inherit_list()
5979 prog = inheritp->prog; in save_closure()
5987 inherit_t *inheritp; in save_closure() local
5991 prog = inheritp->prog; in save_closure()
6030 inherit_t *inheritp; in save_closure() local
6035 prog = inheritp->prog; in save_closure()
[all …]
H A Dclosure.c376 inherit_t *inheritp; in function_cmp() local
378 inheritp = &prog->inherit[flags & INHERIT_MASK]; in function_cmp()
379 prog = inheritp->prog; in function_cmp()
380 ix -= inheritp->function_index_offset; in function_cmp()
866 inherit_t *inheritp; in replace_program_lambda_adjust() local
877 prog = inheritp->prog; in replace_program_lambda_adjust()
5459 inherit_t *inheritp; in closure_lookup_lfun_prog() local
5494 ix -= inheritp->function_index_offset; in closure_lookup_lfun_prog()
5495 prog = inheritp->prog; in closure_lookup_lfun_prog()
5516 ix -= inheritp->function_index_offset; in closure_lookup_lfun_prog()
[all …]
H A Dinterpret.c5897 inherit_t *inheritp; in find_virtual_value() local
5915 ( inheritp->variable_index_offset + inheritp->prog->num_variables <= num in find_virtual_value()
5918 inheritp++; in find_virtual_value()
5931 progp = inheritp->prog; in find_virtual_value()
5935 inheritp = (inherit_t *) in find_virtual_value()
7083 && !(inheritp->prog->variables[inheritp->prog->num_variables-1 in adjust_variable_offsets()
7169 inheritp = inh; in setup_inherited_call()
7180 return inheritp; in setup_inherited_call()
7225 inherit_t *inheritp; in setup_new_frame1() local
7228 progp = inheritp->prog; in setup_new_frame1()
[all …]
H A Dprolang.y6689 inherit_t *inheritp; variable
15235 inherit_t *inheritp;
15238 progp = inheritp->prog;
15239 fx -= inheritp->function_index_offset;
15750 inherit_t *inheritp;
15766 if (inheritp->prog == from
15789 for (inheritc = 0, inheritp = from->inherit; MY_TRUE; inheritc++, inheritp++)
15797 progp = inheritp->prog;
15822 inherit = *inheritp;
16022 inherit_t *inheritp;
[all …]
H A Dinterpret.h213 extern inherit_t *adjust_variable_offsets(const inherit_t *inheritp, const program_t *prog, const o…
H A Defuns.c4670 inherit_t *inheritp; in v_object_info() local
4672 for (inheritp = prog->inherit; i--; inheritp++) in v_object_info()
4674 if (inheritp->inherit_type == INHERIT_TYPE_NORMAL in v_object_info()
4675 || inheritp->inherit_type == INHERIT_TYPE_VIRTUAL in v_object_info()
8573 inherit_t *inheritp; in v_debug_info() local
8575 for (inheritp = pg->inherit; i--; inheritp++) in v_debug_info()
8577 if (inheritp->inherit_type == INHERIT_TYPE_NORMAL in v_debug_info()
8578 || inheritp->inherit_type == INHERIT_TYPE_VIRTUAL in v_debug_info()
H A Dsimulate.c4548 inherit_t *inheritp; in validate_shadowing() local
4550 inheritp = &progp->inherit[flags & INHERIT_MASK]; in validate_shadowing()
4551 j -= inheritp->function_index_offset; in validate_shadowing()
4552 progp = inheritp->prog; in validate_shadowing()
/dports/lang/sbcl/sbcl-1.3.13/src/code/
H A Dwarm-mswin.lisp73 (inheritp nil))
76 (case arg (-1 default) (otherwise (setf inheritp t) arg)))))
89 (slot startup-info 'flags) (if inheritp +startf-use-std-handles+ 0))
96 inheritp 0 envp directory
H A Dwin32.lisp1048 (inheritp lispbool)
1120 (defun duplicate-and-unwrap-fd (fd &key inheritp)
1124 me 0 inheritp +duplicate-same-access+)