Home
last modified time | relevance | path

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

/dports/lang/smalltalk/smalltalk-3.2.5/libgst/
H A Dcomp.c1124 bc_vector current_bytecodes, blockByteCodes; in compile_block() local
1154 blockByteCodes = _gst_get_bytecodes (); in compile_block()
1163 blockByteCodes, stack_depth); in compile_block()
1815 bc_vector blockByteCodes; in compile_and_or_statement() local
1822 blockByteCodes = compile_sub_expression (expr->v_list.value); in compile_and_or_statement()
1823 blockLen = _gst_bytecode_length (blockByteCodes); in compile_and_or_statement()
1828 _gst_compile_and_free_bytecodes (blockByteCodes); in compile_and_or_statement()