used by action_ctx_base_t::cur_flags
|
|
#define | ACF_HAS_SELECTION (1 << 0) |
| | there is currently a valid selection
|
| |
|
#define | ACF_XTRN_EA (1 << 1) |
| | cur_ea is in 'externs' segment
|
| |
|
#define | ACF_HAS_FIELD_DIRTREE_SELECTION (1 << 2) |
| | 'dirtree_selection' field is present
|
| |
|
#define | ACF_HAS_SOURCE (1 << 3) |
| | 'source' field is present
|
| |
|
#define | ACF_HAS_TYPE_REF (1 << 4) |
| | 'type_ref' field is present
|
| |