Symbol: FUNCP
usr/src/cmd/mdb/common/mdb/mdb_fmt.c
618
{ FMT_FUNC, FUNCP(fmt_plus), help_plus, 0 }, /* 43 = + */
usr/src/cmd/mdb/common/mdb/mdb_fmt.c
620
{ FMT_FUNC, FUNCP(fmt_minus), help_minus, 0 }, /* 45 = - */
usr/src/cmd/mdb/common/mdb/mdb_fmt.c
642
{ FMT_FUNC, FUNCP(fmt_escchr), help_escchr, 1 }, /* 67 = C */
usr/src/cmd/mdb/common/mdb/mdb_fmt.c
651
{ FMT_FUNC, FUNCP(fmt_swapint), help_swapint, 4 }, /* 72 = H */
usr/src/cmd/mdb/common/mdb/mdb_fmt.c
652
{ FMT_FUNC, FUNCP(fmt_dotinstr), help_dotinstr, 0 }, /* 73 = I */
usr/src/cmd/mdb/common/mdb/mdb_fmt.c
653
{ FMT_FUNC, FUNCP(fmt_hex64), help_hex64, 8 }, /* 74 = J */
usr/src/cmd/mdb/common/mdb/mdb_fmt.c
655
{ FMT_FUNC, FUNCP(fmt_hex64), help_uintptr, 8 }, /* 75 = K (J) */
usr/src/cmd/mdb/common/mdb/mdb_fmt.c
661
{ FMT_FUNC, FUNCP(fmt_nl), help_nl, SZ_NONE }, /* 78 = N */
usr/src/cmd/mdb/common/mdb/mdb_fmt.c
665
{ FMT_FUNC, FUNCP(fmt_binary), help_binary, 8 }, /* 82 = R */
usr/src/cmd/mdb/common/mdb/mdb_fmt.c
666
{ FMT_FUNC, FUNCP(fmt_escstr), help_escstr, 0 }, /* 83 = S */
usr/src/cmd/mdb/common/mdb/mdb_fmt.c
667
{ FMT_FUNC, FUNCP(fmt_tab), help_tab, SZ_NONE }, /* 84 = T */
usr/src/cmd/mdb/common/mdb/mdb_fmt.c
672
{ FMT_FUNC, FUNCP(fmt_time32), help_time32, 4 }, /* 89 = Y */
usr/src/cmd/mdb/common/mdb/mdb_fmt.c
673
{ FMT_FUNC|FMT_WRITE, FUNCP(fmt_hex64), help_hex64, 8 }, /* 90 = Z */
usr/src/cmd/mdb/common/mdb/mdb_fmt.c
677
{ FMT_FUNC, FUNCP(fmt_carat), help_carat, 0 }, /* 94 = ^ */
usr/src/cmd/mdb/common/mdb/mdb_fmt.c
680
{ FMT_FUNC, FUNCP(fmt_dot), help_dot, SZ_NONE }, /* 97 = a */
usr/src/cmd/mdb/common/mdb/mdb_fmt.c
688
{ FMT_FUNC, FUNCP(fmt_float), help_f, sizeof (float),
usr/src/cmd/mdb/common/mdb/mdb_fmt.c
692
{ FMT_FUNC, FUNCP(fmt_swapshort), help_swapshort, 2 }, /* 104 = h */
usr/src/cmd/mdb/common/mdb/mdb_fmt.c
693
{ FMT_FUNC, FUNCP(fmt_instr), help_instr, 0 }, /* 105 = i */
usr/src/cmd/mdb/common/mdb/mdb_fmt.c
695
FUNCP(fmt_jazzed), help_jazzed, 8 }, /* 106 = j */
usr/src/cmd/mdb/common/mdb/mdb_fmt.c
699
{ FMT_FUNC, FUNCP(fmt_nl), help_nl, SZ_NONE }, /* 110 = n */
usr/src/cmd/mdb/common/mdb/mdb_fmt.c
703
{ FMT_FUNC, FUNCP(fmt_ws), help_ws, SZ_NONE }, /* 114 = r */
usr/src/cmd/mdb/common/mdb/mdb_fmt.c
704
{ FMT_FUNC, FUNCP(fmt_rawstr), help_rawstr, 0 }, /* 115 = s */
usr/src/cmd/mdb/common/mdb/mdb_fmt.c
705
{ FMT_FUNC, FUNCP(fmt_tab), help_tab, SZ_NONE }, /* 116 = t */
usr/src/cmd/mdb/common/mdb/mdb_fmt.c
707
{ FMT_FUNC|FMT_WRITE, FUNCP(fmt_sdbyte), help_sdbyte, 1 }, /* 118 = v */
usr/src/cmd/mdb/common/mdb/mdb_fmt.c
710
{ FMT_FUNC, FUNCP(fmt_time64), help_time64, 8 }, /* 121 = y */