Home
last modified time | relevance | path

Searched refs:msglist (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/cmd/mailx/misc/
H A Dmailx.help8 copy [msglist] file save messages to file without marking as saved
9 delete [msglist] delete messages
11 dp,dt [msglist] delete messages and type next message
13 edit [msglist] edit messages
16 followup [msglist] reply to authors of messages and save copy
18 from [msglist] give header lines of messages
21 hold,preserve [msglist] hold messages in mailbox
26 mbox [msglist] messages will go to mbox when quitting
28 pipe,| [msglist] shell-cmd pipe the messages to the shell command
29 print,type [msglist] print messages
[all …]
/titanic_50/usr/src/cmd/praudit/
H A Dformat.c2663 struct msg_text *msglist; in pa_retval() local
2675 msglist = &adt_msg_text[ADT_LIST_FAIL_VALUE]; in pa_retval()
2677 if ((retval + msglist->ml_offset >= msglist->ml_min_index) && in pa_retval()
2678 (retval + msglist->ml_offset <= msglist->ml_max_index)) { in pa_retval()
2681 gettext(msglist->ml_msg_list[retval + msglist->ml_offset]), in pa_retval()