Home
last modified time | relevance | path

Searched refs:inhIndex (Results 1 – 5 of 5) sorted by relevance

/dports/games/ldmud/ldmud-3.3.720/src/
H A Dclosure.h125 extern void closure_literal(svalue_t *dest, int ix, unsigned short inhIndex);
131 extern void closure_literal(svalue_t *dest, int ix, unsigned short inhIndex, unsigned short nu…
H A Dlex.c4002 yylval.closure.inhIndex = 0; in closure()
4036 unsigned short inhIndex; in closure() local
4041 ix = find_inherited_function(super_name, wordstart, &inhIndex, &flags); in closure()
4042 inhIndex++; in closure()
4053 yylval.closure.inhIndex = inhIndex; in closure()
4096 yylval.closure.inhIndex = 0; in closure()
4113 yylval.closure.inhIndex = 0; in closure()
4164 yylval.closure.inhIndex = 0; in closure()
H A Dclosure.c1254 closure_literal (svalue_t *dest, int ix, unsigned short inhIndex) in closure_literal() argument
1258 , int ix, unsigned short inhIndex, unsigned short num) in closure_literal()
1292 if (inhIndex) in closure_literal()
1297 inh = &current_prog->inherit[inhIndex-1]; in closure_literal()
H A Dinterpret.c7136 setup_inherited_call (unsigned short inhIndex) in setup_inherited_call() argument
7144 inherit_t * inheritp = &current_prog->inherit[inhIndex]; in setup_inherited_call()
7147 if (inhIndex >= current_prog->num_inherited) in setup_inherited_call()
7150 , (long)inhIndex in setup_inherited_call()
8555 /* TODO: uint16 */ unsigned short inhIndex; in eval_instruction() local
8561 inhIndex = 0; in eval_instruction()
8576 LOAD_SHORT(inhIndex, pc); in eval_instruction()
8579 LOAD_SHORT(inhIndex, pc); in eval_instruction()
8589 closure_literal(sp, ix, inhIndex); in eval_instruction()
8591 closure_literal(sp, ix, inhIndex, explicit_context_size + implicit_context_size); in eval_instruction()
H A Dprolang.y5733 unsigned short inhIndex; member
10377 int ix, inhIndex;
10384 inhIndex = $1.inhIndex;
10391 if (!inhIndex && ix < FUNCTION_COUNT)
10413 ins_short(inhIndex);