Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bnu/
H A Dcntrl.c257 int mailopt, ntfyopt; in cntrl() local
296 mailopt = strchr(W_OPTNS, 'm') != NULL; in cntrl()
558 notify(mailopt, W_USER, rqstr, Rmtname, &msg[1]); in cntrl()
628 notify(mailopt, W_USER, rqstr, Rmtname, &msg[1]); in cntrl()
1014 notify(mailopt, W_USER, rqstr, Rmtname, &msg[1]); in cntrl()
1135 notify(mailopt, W_USER, rqstr, Rmtname, in cntrl()
1383 notify(int mailopt, char *user, char *msgin, char *sys, char *msgcode) in notify() argument
1389 DEBUG(4,"mailopt %d, ", mailopt); in notify()
1391 if (statfopt == 0 && mailopt == 0 && *msgcode == 'Y') in notify()