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

/ast/src/cmd/mailx/
H A Dedit.c158 unsigned long editheaders = 0; local
169 if (hp && state.var.editheaders) {
170 editheaders = GEDIT|GRULE;
171 headout(ep, hp, editheaders|GNL);
200 if (editheaders && headset(&pp, NiL, ep, hp, NiL, editheaders|GTO|GMETOO)) {
H A Dmailx.h657 unsigned long editheaders; /* These headers in edit template */ member in struct:__anon136
799 char* editheaders; member in struct:__anon136::__anon147
H A Ddata.c362 "editheaders", &state.var.editheaders, 0, 0,set_editheaders,
439 X("Place this string after ${editheaders} for the ~e and ~v commands."),
H A Dsend.c625 force = (flags & GRULE) ? state.editheaders : 0;
H A Dvars.c364 * Low level for askheaders and editheaders.
449 * Trap editheaders variable assignment.
455 state.editheaders = setheaders(vp, value);

Completed in 1278 milliseconds