Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_nv.h54 #define MDB_NV_TAGGED 0x08 /* Variable is tagged (user-defined) */ macro
H A Dmdb_cmds.c1059 if ((opt_tag == FALSE || (v->v_flags & MDB_NV_TAGGED)) && in cmd_vars()
2459 v->v_flags |= MDB_NV_TAGGED; in cmd_typeset()
2461 v->v_flags &= ~MDB_NV_TAGGED; in cmd_typeset()