FMT_FUNC
{ FMT_FUNC, FUNCP(fmt_plus), help_plus, 0 }, /* 43 = + */
{ FMT_FUNC, FUNCP(fmt_minus), help_minus, 0 }, /* 45 = - */
{ FMT_FUNC, FUNCP(fmt_escchr), help_escchr, 1 }, /* 67 = C */
{ FMT_FUNC, FUNCP(fmt_swapint), help_swapint, 4 }, /* 72 = H */
{ FMT_FUNC, FUNCP(fmt_dotinstr), help_dotinstr, 0 }, /* 73 = I */
{ FMT_FUNC, FUNCP(fmt_hex64), help_hex64, 8 }, /* 74 = J */
{ FMT_FUNC, FUNCP(fmt_hex64), help_uintptr, 8 }, /* 75 = K (J) */
{ FMT_FUNC, FUNCP(fmt_nl), help_nl, SZ_NONE }, /* 78 = N */
{ FMT_FUNC, FUNCP(fmt_binary), help_binary, 8 }, /* 82 = R */
{ FMT_FUNC, FUNCP(fmt_escstr), help_escstr, 0 }, /* 83 = S */
{ FMT_FUNC, FUNCP(fmt_tab), help_tab, SZ_NONE }, /* 84 = T */
{ FMT_FUNC, FUNCP(fmt_time32), help_time32, 4 }, /* 89 = Y */
{ FMT_FUNC|FMT_WRITE, FUNCP(fmt_hex64), help_hex64, 8 }, /* 90 = Z */
{ FMT_FUNC, FUNCP(fmt_carat), help_carat, 0 }, /* 94 = ^ */
{ FMT_FUNC, FUNCP(fmt_dot), help_dot, SZ_NONE }, /* 97 = a */
{ FMT_FUNC, FUNCP(fmt_float), help_f, sizeof (float),
{ FMT_FUNC, FUNCP(fmt_swapshort), help_swapshort, 2 }, /* 104 = h */
{ FMT_FUNC, FUNCP(fmt_instr), help_instr, 0 }, /* 105 = i */
{ FMT_FUNC|FMT_NOAUTOWRAP,
{ FMT_FUNC, FUNCP(fmt_nl), help_nl, SZ_NONE }, /* 110 = n */
{ FMT_FUNC, FUNCP(fmt_ws), help_ws, SZ_NONE }, /* 114 = r */
{ FMT_FUNC, FUNCP(fmt_rawstr), help_rawstr, 0 }, /* 115 = s */
{ FMT_FUNC, FUNCP(fmt_tab), help_tab, SZ_NONE }, /* 116 = t */
{ FMT_FUNC|FMT_WRITE, FUNCP(fmt_sdbyte), help_sdbyte, 1 }, /* 118 = v */
{ FMT_FUNC, FUNCP(fmt_time64), help_time64, 8 }, /* 121 = y */
case FMT_FUNC:
if (fp->f_type & FMT_FUNC)