HomeSort by: relevance | last modified time | path
    Searched refs:set_m_flag (Results 1 - 6 of 6) sorted by relevancy

  /src/usr.bin/mail/
cmd1.c 576 dot = set_m_flag(*ip, ~(MPRESERVE | MTOUCH), MTOUCH);
593 dot = set_m_flag(*ip,
cmd2.c 325 mp = set_m_flag(*ip,
400 dot = set_m_flag(*ip, ~MDELETED, 0);
extern.h 298 struct message *set_m_flag(int, int, int);
cmd3.c 605 dot = set_m_flag(*ip, ~(MBOX | MPRESERVE), MPRESERVE);
621 dot = set_m_flag(*ip, ~(MREAD | MTOUCH | MSTATUS), MSTATUS);
637 dot = set_m_flag(*ip,
support.c 123 set_m_flag(int msgnum, int and_bits, int xor_bits) function in typeref:typename:PUBLIC struct message *
thread.c 1052 (void)set_m_flag(*ip, and_bits, xor_bits);

Completed in 90 milliseconds