Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_fmt.c67 #define FUNCP(p) ((void *)(p)) /* Cast to f_ptr type */ macro
618 { FMT_FUNC, FUNCP(fmt_plus), help_plus, 0 }, /* 43 = + */
620 { FMT_FUNC, FUNCP(fmt_minus), help_minus, 0 }, /* 45 = - */
642 { FMT_FUNC, FUNCP(fmt_escchr), help_escchr, 1 }, /* 67 = C */
653 { FMT_FUNC, FUNCP(fmt_hex64), help_hex64, 8 }, /* 74 = J */
661 { FMT_FUNC, FUNCP(fmt_nl), help_nl, SZ_NONE }, /* 78 = N */
665 { FMT_FUNC, FUNCP(fmt_binary), help_binary, 8 }, /* 82 = R */
666 { FMT_FUNC, FUNCP(fmt_escstr), help_escstr, 0 }, /* 83 = S */
677 { FMT_FUNC, FUNCP(fmt_carat), help_carat, 0 }, /* 94 = ^ */
688 { FMT_FUNC, FUNCP(fmt_float), help_f, sizeof (float),
[all …]