Home
last modified time | relevance | path

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

/dports/devel/libslang2/slang-2.3.2/src/
H A Dslang.c101 #define BC_LITERAL_MASK 0x1 /* if object is a literal */ macro
6862 if (0 == (p->bc_flags & BC_LITERAL_MASK)) in lang_free_branch()
8904 Compile_ByteCode_Ptr->bc_flags |= BC_LITERAL_MASK; in handle_special_file()
8919 Compile_ByteCode_Ptr->bc_flags |= BC_LITERAL_MASK; in handle_special_line()
9052 Compile_ByteCode_Ptr->bc_flags |= BC_LITERAL_MASK; in compile_integer()
9073 Compile_ByteCode_Ptr->bc_flags |= BC_LITERAL_MASK; in compile_llong()
9103 Compile_ByteCode_Ptr->bc_flags |= BC_LITERAL_MASK; in compile_double()
9114 Compile_ByteCode_Ptr->bc_flags |= BC_LITERAL_MASK; in compile_float()
9127 Compile_ByteCode_Ptr->bc_flags |= BC_LITERAL_MASK; in compile_string()
9139 Compile_ByteCode_Ptr->bc_flags |= BC_LITERAL_MASK; in compile_string_dollar()
[all …]