Searched defs:headline (Results 1 - 3 of 3) sorted by relevance

/ast/src/cmd/mailx/
H A Dhead.c372 headline(register struct parse* pp) function
438 while (s = headline(pp)) {
507 while (s = headline(pp)) {
871 * Split a headline into its useful components.
873 * pointers into the copied line in the passed headline
877 parse(struct msg* mp, char* line, register struct headline* hl, char* pbuf, size_t psize)
924 struct headline hl;
H A Dcmd1.c91 struct headline hl;
93 char headline[LINESIZE]; local
96 readline(setinput(mp), headline, sizeof(headline)); local
99 parse(mp, headline, &hl, pbuf, sizeof(pbuf));
H A Dmailx.h320 struct headline { struct
998 extern void parse(struct msg*, char*, struct headline*, char*, size_t);

Completed in 20 milliseconds