Searched refs:h_names (Results 1 - 5 of 5) sorted by relevance

/ast/src/cmd/mailx/
H A Dnames.c151 dictwalk(&hp->h_names, clear, &flags);
172 dictwalk(&hp->h_names, clear, &flags);
175 if (np = dictsearch(&hp->h_names, buf, INSERT|IGNORECASE|STACK)) {
267 if (hp->h_names) {
274 dictwalk(&hp->h_names, stringize, &ws);
278 dictwalk(&hp->h_names, stringize, &ws);
370 wm.prev = hp->h_names;
373 dictwalk(&hp->h_names, mapuser, &wm);
374 hp->h_names = wm.next;
376 if (!hp->h_names
[all...]
H A Dsend.c488 dictwalk(&letter.hp->h_names, special, &letter);
499 dictwalk(&letter.hp->h_names, packargs, &args);
605 dictwalk(&hp->h_names, format, &fs);
H A Dcmd2.c591 dictwalk(&head.h_names, maplist, NiL);
H A Dmailx.h462 Dt_t* h_names; /* Recipients */ member in struct:header
H A Dcmd3.c521 if (!head.h_names)

Completed in 17 milliseconds