Searched refs:flipr (Results 1 - 3 of 3) sorted by relevance
/ast/src/cmd/mailx/ |
H A D | cmd3.c | 541 return reply1(msgvec, FOLLOWUP, !state.var.flipr); 547 return reply1(msgvec, FOLLOWUP, !!state.var.flipr); 553 return reply1(msgvec, INTERPOLATE, !state.var.flipr); 559 return reply1(msgvec, INTERPOLATE, !!state.var.flipr); 565 return reply1(msgvec, 0, !state.var.flipr); 571 return reply1(msgvec, 0, !!state.var.flipr);
|
H A D | data.c | 73 X("[ message ... ]\nMail a reply message to the sender of each selected message. The subject will be prefixed with Re:<space> if not already in that form. See reply if ${flipr} is set."), 187 X("[ message ... ]\nMail a reply message to all recipients in the header of each selected message. The subject will be prefixed with Re:<space> if not already in that form. See Reply if ${flipr} is set."), 189 X("[ message ... ]\nEquivalent to reply, except ${flipr} is ignored."), 191 X("[ message ... ]\nEquivalent to Reply, except ${flipr} is ignored."), 320 "Replyall", &state.var.flipr, A, 0,0, 321 X("flipr"), 368 "flipr", &state.var.flipr, 0, 0,0, 436 "replyall", &state.var.flipr, A, 0,0, 437 X("flipr"), [all...] |
H A D | mailx.h | 803 char* flipr; member in struct:__anon136::__anon147
|
Completed in 18 milliseconds