Searched refs:justfrom (Results 1 - 4 of 4) sorted by relevance

/ast/src/cmd/mailx/
H A Dcmd1.c182 if (state.var.justfrom) {
185 if (state.var.justfrom > 0 && state.var.justfrom < state.msg.count)
186 mp += state.msg.count - state.var.justfrom;
210 CALL(printhead)(mesg, !!state.var.justfrom);
H A Ddata.c398 "justfrom", (char**)&state.var.justfrom, I, 0,set_justfrom,
H A Dmailx.h819 long justfrom; member in struct:__anon136::__anon147
H A Dvars.c459 * Trap justfrom variable assignment.
466 state.var.justheaders = state.var.justfrom ? "" : (char*)0;

Completed in 19 milliseconds