Searched refs:FUNCP (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_fmt.c | 67 #define FUNCP(p) ((void *)(p)) /* Cast to f_ptr type */ macro 529 { FMT_FUNC, FUNCP(fmt_plus), help_plus, 0 }, /* 43 = + */ 531 { FMT_FUNC, FUNCP(fmt_minus), help_minus, 0 }, /* 45 = - */ 553 { FMT_FUNC, FUNCP(fmt_escchr), help_escchr, 1 }, /* 67 = C */ 562 { FMT_FUNC, FUNCP(fmt_swapint), help_swapint, 4 }, /* 72 = H */ 563 { FMT_FUNC, FUNCP(fmt_dotinstr), help_dotinstr, 0 }, /* 73 = I */ 564 { FMT_FUNC, FUNCP(fmt_hex64), help_hex64, 8 }, /* 74 = J */ 566 { FMT_FUNC, FUNCP(fmt_hex64), help_uintptr, 8 }, /* 75 = K (J) */ 572 { FMT_FUNC, FUNCP(fmt_nl), help_nl, SZ_NONE }, /* 78 = N */ 576 { FMT_FUNC, FUNCP(fmt_binary), help_binary, 8 }, /* 82 = R */ [all …]
|