Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_fmt.c83 #define FMT_MATCH 0x4 /* Match command (not supported here) */ macro
659 { FMT_MATCH, NULL, help_match32, 4 }, /* 76 = L */
660 { FMT_MATCH, NULL, help_match64, 8 }, /* 77 = M */
697 { FMT_MATCH, NULL, help_match16, 2 }, /* 108 = l */
846 else if (fp->f_type & FMT_MATCH) in cmd_formats()