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

/illumos-gate/usr/src/cmd/mailx/
H A Dcollect.c310 if (ishfield(linebuf, "to"))
312 else if (ishfield(linebuf, "subject"))
315 else if (ishfield(linebuf, "cc"))
317 else if (ishfield(linebuf, "bcc"))
320 else if (ishfield(linebuf, "default-options"))
935 if (ishfield(hdr, "to"))
937 else if (ishfield(hdr, "subject"))
939 else if (ishfield(hdr, "cc"))
941 else if (ishfield(hdr, "bcc"))
943 else if (ishfield(hd
[all...]
H A Dfio.c236 ishfield(linebuf, "status")) {
249 if (ishfield(linebuf, "content-length")) {
254 } else if (ishfield(linebuf, "content-type")) {
H A Daux.c158 if (ishfield(linebuf, field))
239 ishfield(char linebuf[], char field[]) function
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Ddef.h509 extern int ishfield(char linebuf[], char field[]);

Completed in 72 milliseconds