Searched defs:hl (Results 1 - 4 of 4) sorted by relevance

/ast/src/cmd/mailx/
H A Dhead.c877 parse(struct msg* mp, char* line, register struct headline* hl, char* pbuf, size_t psize) argument
884 hl->l_from = 0;
885 hl->l_info = 0;
886 hl->l_date = 0;
890 hl->l_from = grabname(&pp, mp, "From", 0);
891 hl->l_date = grabname(&pp, mp, "Date", 0);
895 t = strncopy(hl->l_info = t, s, e - t);
897 hl->l_from = grabname(&pp, mp, "From", 0);
898 hl->l_date = grabname(&pp, mp, "Date", 0);
902 t = strncopy(hl
924 struct headline hl; local
[all...]
H A Dcmd1.c91 struct headline hl; local
99 parse(mp, headline, &hl, pbuf, sizeof(pbuf));
147 name = hl.l_from;
160 curind, dispc, mesg, name, hl.l_date, sizes,
164 curind, dispc, mesg, name, hl.l_date, sizes);
/ast/src/cmd/mailx/port/
H A Dcdt.h186 } hl; member in struct:_dtlink_s
/ast/src/lib/libast/include/
H A Dcdt.h89 } hl; member in struct:_dtlink_s

Completed in 37 milliseconds