Home
last modified time | relevance | path

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

/dports/net/dgd/dgd-1.4.23/src/
H A Dinterpret.c1197 static void i_store_local(frame *f, int local, value *val, value *verify) in i_store_local() function
1383 i_store_local(f, SCHAR(lval), val, NULL); in i_store()
1402 i_store_local(f, SCHAR(lval), &var, f->sp + 1); in i_store()
2431 i_store_local(f, FETCH1S(pc), f->sp, NULL); in i_interpret1()
2462 i_store_local(f, (short) u, &val, f->sp + 2); in i_interpret1()