Searched defs:hl (Results 1 - 4 of 4) sorted by relevance
/ast/src/cmd/mailx/ |
H A D | head.c | 877 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 D | cmd1.c | 91 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 D | cdt.h | 186 } hl; member in struct:_dtlink_s
|
/ast/src/lib/libast/include/ |
H A D | cdt.h | 89 } hl; member in struct:_dtlink_s
|
Completed in 1237 milliseconds