Searched refs:announce (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.talkd/
H A Dtalkd_impl.h54 extern int announce(CTL_MSG *request, char *remote_machine);
H A DMakefile28 OBJS= in.talkd.o announce.o process.o table.o print.o
H A Dprocess.c46 * ANNOUNCE - announce to a user that a talk is wanted
162 response->answer = announce(request, hp->h_name);
165 * This is an explicit re-announce, so update the id_num
166 * field to avoid duplicates and re-announce the talk.
169 response->answer = announce(request, hp->h_name);
H A Dannounce.c72 announce(CTL_MSG *request, char *remote_machine) function
118 * See if the user is accepting messages. If so, announce that
/illumos-gate/usr/src/cmd/mailx/
H A Dmain.c416 announce();
H A Dlex.c844 announce(void) function
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Ddef.h438 extern void announce(void);
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dqueue.c335 ** announce -- if true, tell when you are queueing up.
347 queueup(e, announce, msync)
349 bool announce;
743 if (announce)

Completed in 87 milliseconds