Object insertion flags.
Detailed Description
These are flags passed to insert_ob_in_map() and insert_ob_in_ob(). Note that all flags may not be meaningful for both functions.
Define Documentation
| #define INS_NO_MERGE 0x0001 |
Don't try to merge inserted object with ones alrady on space.
Definition at line 535 of file object.h.
| #define INS_NO_WALK_ON 0x0002 |
Don't call check_walk_on against the originator - saves cpu time if you know the inserted object is not meaningful in terms of having an effect.
Definition at line 540 of file object.h.
| #define INS_TAIL_MARKER 0x0004 |
used intern from insert_xx to track multi arch problems - don't use!
Definition at line 544 of file object.h.