Home
last modified time | relevance | path

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

/reactos/dll/win32/vbscript/
H A Dinterp.c51 } exec_ctx_t; typedef
53 typedef HRESULT (*instr_func_t)(exec_ctx_t*);
952 static HRESULT interp_val(exec_ctx_t *ctx) in interp_val()
1298 static HRESULT interp_me(exec_ctx_t *ctx) in interp_me()
1459 static HRESULT interp_or(exec_ctx_t *ctx) in interp_or()
1564 static HRESULT cmp_oper(exec_ctx_t *ctx) in cmp_oper()
1619 static HRESULT interp_gt(exec_ctx_t *ctx) in interp_gt()
1655 static HRESULT interp_lt(exec_ctx_t *ctx) in interp_lt()
1762 static HRESULT interp_is(exec_ctx_t *ctx) in interp_is()
2052 static void release_exec(exec_ctx_t *ctx) in release_exec()
[all …]