Home
last modified time | relevance | path

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

/dports/mail/nmh/nmh-1.7.1/h/
H A Dfmt_scan.h291 struct comp *fmt_nextcomp(struct comp *comp, unsigned int *bucket);
/dports/mail/nmh/nmh-1.7.1/uip/
H A Dmhshowsbr.c1319 while ((comp = fmt_nextcomp(comp, &bucket)) != NULL) { in compile_header()
1353 while ((comp = fmt_nextcomp(comp, &bucket)) != NULL) { in compile_marker()
/dports/mail/nmh/nmh-1.7.1/sbr/
H A Dfmt_compile.c1097 fmt_nextcomp(struct comp *comp, unsigned int *bucket) in fmt_nextcomp() function