Home
last modified time | relevance | path

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

/dports/irc/scrollz/ScrollZ-ScrollZ-2.3/source/
H A Dnotice.c60 extern int HandleNotice _((char *, char *, char *, int, char *, int *));
332 … if (HandleNotice(from, line, FromUserHost, 0, to,
339HandleNotice(from, line, FromUserHost, 1, to,
346 … if (HandleNotice(from, line, FromUserHost, 0, to,
H A Dedit4.c1480 int HandleNotice(nick, notice, userhost, print, to, iscrypted) in HandleNotice() function
/dports/misc/usd/USD-21.11/pxr/base/tf/testenv/
H A DtestTfPython.py166 def HandleNotice(notice, sender): function
170 listener = Tf.Notice.RegisterGlobally('TfNotice', HandleNotice)
192 listener = Tf.Notice.RegisterGlobally('BogusNotice', HandleNotice)
/dports/x11/eaglemode/eaglemode-0.95.0/include/emCore/
H A DemPanel.h789 void HandleNotice();
/dports/x11/eaglemode/eaglemode-0.95.0/src/emCore/
H A DemPanel.cpp1354 void emPanel::HandleNotice() in HandleNotice() function in emPanel
H A DemView.cpp1321 p->HandleNotice(); in Update()