Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_fmt.c92 const char *f_help; /* Additional help string */ member
845 mdb_printf("%c - %s%s", i, write, fp->f_help); in cmd_formats()
847 mdb_printf("%c - match %s", i, fp->f_help); in cmd_formats()
848 else if (fp->f_help != NULL) in cmd_formats()
849 mdb_printf("%c - %s%s", i, write, fp->f_help); in cmd_formats()