Searched refs:do_hdr (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/fm/fmdump/common/
H A Dfmdump.h62 const char *do_hdr; member in struct:fmdump_ops::fmdump_fmt
H A Dfault.c176 fmdump_printf(fp, "%s\n", ffp->do_hdr);
181 fmdump_printf(fp, "\n %s\n", efp->do_hdr);
H A Dfmdump.c1430 if (arg.da_fmt->do_hdr && !(opt_V && ops == &fmdump_flt_ops))
1431 fmdump_printf(arg.da_fp, "%s\n", arg.da_fmt->do_hdr);
/opensolaris-onvv-gate/usr/src/cmd/fmt/
H A Dfmt.c79 do_hdr /* process hdrbuf as a mail header */ enumerator in enum:hdr_type
327 if (hdr_state == do_hdr) {
726 * header_chk sets hdr_state to do_hdr if hdrbuf contained a valid
767 * these lines as mail header (do_hdr) or not (flush_hdr)
770 hdr_state = do_hdr;
840 * to the current hdr_state value, assumed to be either do_hdr

Completed in 50 milliseconds