Home
last modified time | relevance | path

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

/reactos/dll/win32/vbscript/
H A Dcompile.c152 static unsigned push_instr(compile_ctx_t *ctx, vbsop_t op) in push_instr()
171 static HRESULT push_instr_int(compile_ctx_t *ctx, vbsop_t op, LONG arg) in push_instr_int()
183 static HRESULT push_instr_uint(compile_ctx_t *ctx, vbsop_t op, unsigned arg) in push_instr_uint()
195 static HRESULT push_instr_addr(compile_ctx_t *ctx, vbsop_t op, unsigned arg) in push_instr_addr()
207 static HRESULT push_instr_str(compile_ctx_t *ctx, vbsop_t op, const WCHAR *arg) in push_instr_str()
224 static HRESULT push_instr_double(compile_ctx_t *ctx, vbsop_t op, double arg) in push_instr_double()
267 static HRESULT push_instr_bstr(compile_ctx_t *ctx, vbsop_t op, const WCHAR *arg) in push_instr_bstr()
458 static HRESULT compile_unary_expression(compile_ctx_t *ctx, unary_expression_t *expr, vbsop_t op) in compile_unary_expression()
469 static HRESULT compile_binary_expression(compile_ctx_t *ctx, binary_expression_t *expr, vbsop_t op) in compile_binary_expression()
678 vbsop_t jmp_op; in compile_dowhile_statement()
[all …]
H A Dvbscript.h286 } vbsop_t; typedef
297 vbsop_t op;
H A Dinterp.c2089 vbsop_t op; in exec_script()