Searched refs:headline (Results 1 - 2 of 2) sorted by relevance
/ast/src/cmd/mailx/ |
H A D | cmd1.c | 91 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 D | mailx.h | 320 struct headline { struct 998 extern void parse(struct msg*, char*, struct headline*, char*, size_t);
|
Completed in 14 milliseconds