Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mailx/
H A Dhead.c64 is_headline(const char *linebuf) in is_headline() function
H A Dfio.c179 if (blankline && linebuf[0] == 'F' && is_headline(linebuf)) { in setptr()
/illumos-gate/usr/src/cmd/fmt/
H A Dfmt.c89 extern boolean_t is_headline(const char *);
250 if (is_headline(cbuf) == B_TRUE) { in fmt()
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Ddef.h509 extern boolean_t is_headline(const char *);