Home
last modified time | relevance | path

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

/dports/mail/mmh/mmh-0.4/config/
H A Dconfig.c63 char *mhlformat = "mhl.format"; /* show */ variable
/dports/mail/nmh/nmh-1.7.1/config/
H A Dconfig.c124 char *mhlformat = "mhl.format"; /* show */ variable
/dports/mail/mmh/mmh-0.4/h/
H A Dmh.h283 extern char *mhlformat;
/dports/mail/mmh/mmh-0.4/uip/
H A Dmhparam.c101 { "mhlformat", &mhlformat },
H A Dmhl.c285 mhl_format(form ? form : mhlformat, width); in main()
/dports/mail/nmh/nmh-1.7.1/h/
H A Dmh.h453 extern char *mhlformat;
/dports/mail/nmh/nmh-1.7.1/uip/
H A Dmhlsbr.c498 mhl_format (form ? form : mhlformat, length, width); in mhl()