Home
last modified time | relevance | path

Searched refs:pEvt (Results 1 – 25 of 143) sorted by relevance

123456

/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/window/
H A Dwinproc.cxx2218 pEvt->mnX = -1; in ImplHandleSalExtTextInputPos()
2277 pEvt->mnStart = 0; in ImplHandleSalSurroundingTextRequest()
2279 pEvt->mnStart = pEvt->maText.getLength(); in ImplHandleSalSurroundingTextRequest()
2284 pEvt->mnStart = 0; in ImplHandleSalSurroundingTextRequest()
2286 pEvt->mnEnd = pEvt->maText.getLength(); in ImplHandleSalSurroundingTextRequest()
2296 Selection aSelection(pEvt->mnStart, pEvt->mnEnd); in ImplHandleSalDeleteSurroundingTextRequest()
2304 pEvt->mnStart = pEvt->mnEnd = SAL_MAX_UINT32; in ImplHandleSalDeleteSurroundingTextRequest()
2330 pEvt->mbValid = false; in ImplHandleSalQueryCharPosition()
2367 pEvt->mbValid = true; in ImplHandleSalQueryCharPosition()
2581 pEvt->maText, pEvt->mpTextAttr, in ImplWindowFrameProc()
[all …]
/dports/sysutils/incron/incron-81421d3a8bde0989d7e167d8a814d5232896c930/
H A Dinotify-cxx.h243 InotifyEvent(const struct inotify_event* pEvt, InotifyWatch* pWatch) in InotifyEvent() argument
247 if (pEvt != NULL) { in InotifyEvent()
248 m_uMask = (uint32_t) pEvt->mask; in InotifyEvent()
249 m_uCookie = (uint32_t) pEvt->cookie; in InotifyEvent()
250 m_name = pEvt->len > 0 ? pEvt->name : ""; in InotifyEvent()
665 bool GetEvent(InotifyEvent* pEvt) throw (InotifyException);
689 bool PeekEvent(InotifyEvent* pEvt) throw (InotifyException);
H A Dinotify-cxx.cpp453 struct inotify_event* pEvt = (struct inotify_event*) &m_buf[i]; in WaitForEvents() local
454 InotifyWatch* pW = FindWatch(pEvt->wd); in WaitForEvents()
456 InotifyEvent evt(pEvt, pW); in WaitForEvents()
462 i += INOTIFY_EVENT_SIZE + (ssize_t) pEvt->len; in WaitForEvents()
468 bool Inotify::GetEvent(InotifyEvent* pEvt) throw (InotifyException) in GetEvent() argument
470 if (pEvt == NULL) in GetEvent()
477 *pEvt = m_events.front(); in GetEvent()
486 bool Inotify::PeekEvent(InotifyEvent* pEvt) throw (InotifyException) in PeekEvent() argument
488 if (pEvt == NULL) in PeekEvent()
495 *pEvt = m_events.front(); in PeekEvent()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/window/
H A Dwinproc.cxx2174 pEvt->mnX = -1; in ImplHandleSalExtTextInputPos()
2175 pEvt->mnY = -1; in ImplHandleSalExtTextInputPos()
2176 pEvt->mnWidth = -1; in ImplHandleSalExtTextInputPos()
2177 pEvt->mnHeight = -1; in ImplHandleSalExtTextInputPos()
2233 pEvt->mnStart = 0; in ImplHandleSalSurroundingTextRequest()
2235 pEvt->mnStart = pEvt->maText.getLength(); in ImplHandleSalSurroundingTextRequest()
2240 pEvt->mnStart = 0; in ImplHandleSalSurroundingTextRequest()
2242 pEvt->mnEnd = pEvt->maText.getLength(); in ImplHandleSalSurroundingTextRequest()
2269 pEvt->mbValid = false; in ImplHandleSalQueryCharPosition()
2520 pEvt->maText, pEvt->mpTextAttr, in ImplWindowFrameProc()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svtools/source/brwbox/
H A Debbcontrols.cxx44 const KeyEvent *pEvt = rNEvt.GetKeyEvent(); in PreNotify() local
45 const vcl::KeyCode rKey = pEvt->GetKeyCode(); in PreNotify()
48 (!pEvt->GetKeyCode().IsShift() && pEvt->GetKeyCode().IsMod1())) in PreNotify()
140 const KeyEvent *pEvt = rNEvt.GetKeyEvent(); in PreNotify() local
141 const vcl::KeyCode rKey = pEvt->GetKeyCode(); in PreNotify()
144 (!pEvt->GetKeyCode().IsShift() && pEvt->GetKeyCode().IsMod1())) in PreNotify()
/dports/games/devilutionX/devilutionX-1.2.1/Source/
H A Dmulti.cpp665 switch (pEvt->eventid) { in multi_handle_events()
667 GameData *gameData = (GameData *)pEvt->data; in multi_handle_events()
671 sgbPlayerTurnBitTbl[pEvt->playerid] = TRUE; in multi_handle_events()
675 sgbPlayerLeftGameTbl[pEvt->playerid] = TRUE; in multi_handle_events()
676 sgbPlayerTurnBitTbl[pEvt->playerid] = FALSE; in multi_handle_events()
679 if (pEvt->data && pEvt->databytes >= sizeof(DWORD)) in multi_handle_events()
680 LeftReason = *(DWORD *)pEvt->data; in multi_handle_events()
685 sgbSendDeltaTbl[pEvt->playerid] = FALSE; in multi_handle_events()
686 dthread_remove_player(pEvt->playerid); in multi_handle_events()
688 if (gbDeltaSender == pEvt->playerid) in multi_handle_events()
[all …]
/dports/net/gscloud/gscloud-0.11.0/vendor/golang.org/x/sys/unix/
H A Depoll_zos.go63 for epEvt, pEvt := range ep2p {
65 pollEvts |= pEvt
83 for pEvt, epEvt := range p2ep {
84 if (revents & pEvt) != 0 {
/dports/net/nncp/nncp-8.0.2/src/vendor/golang.org/x/sys/unix/
H A Depoll_zos.go63 for epEvt, pEvt := range ep2p {
65 pollEvts |= pEvt
83 for pEvt, epEvt := range p2ep {
84 if (revents & pEvt) != 0 {
/dports/misc/cheat/cheat-4.2.2/vendor/golang.org/x/sys/sys-aa57babbf139/unix/
H A Depoll_zos.go63 for epEvt, pEvt := range ep2p {
65 pollEvts |= pEvt
83 for pEvt, epEvt := range p2ep {
84 if (revents & pEvt) != 0 {
/dports/net/rclone/rclone-1.57.0/vendor/golang.org/x/sys/unix/
H A Depoll_zos.go63 for epEvt, pEvt := range ep2p {
65 pollEvts |= pEvt
83 for pEvt, epEvt := range p2ep {
84 if (revents & pEvt) != 0 {
/dports/devel/gh/cli-2.4.0/vendor/golang.org/x/sys/unix/
H A Depoll_zos.go63 for epEvt, pEvt := range ep2p {
65 pollEvts |= pEvt
83 for pEvt, epEvt := range p2ep {
84 if (revents & pEvt) != 0 {
/dports/devel/git-lfs/git-lfs-3.0.2/vendor/golang.org/x/sys/unix/
H A Depoll_zos.go63 for epEvt, pEvt := range ep2p {
65 pollEvts |= pEvt
83 for pEvt, epEvt := range p2ep {
84 if (revents & pEvt) != 0 {
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/vendor/golang.org/x/sys/unix/
H A Depoll_zos.go63 for epEvt, pEvt := range ep2p {
65 pollEvts |= pEvt
83 for pEvt, epEvt := range p2ep {
84 if (revents & pEvt) != 0 {
/dports/sysutils/brename/brename-2.11.1/vendor/golang.org/x/sys/unix/
H A Depoll_zos.go63 for epEvt, pEvt := range ep2p {
65 pollEvts |= pEvt
83 for pEvt, epEvt := range p2ep {
84 if (revents & pEvt) != 0 {
/dports/security/vault/vault-1.8.2/vendor/github.com/snowflakedb/gosnowflake/vendor/golang.org/x/sys/unix/
H A Depoll_zos.go63 for epEvt, pEvt := range ep2p {
65 pollEvts |= pEvt
83 for pEvt, epEvt := range p2ep {
84 if (revents & pEvt) != 0 {
/dports/deskutils/pet/pet-0.4.0/vendor/golang.org/x/sys/unix/
H A Depoll_zos.go63 for epEvt, pEvt := range ep2p {
65 pollEvts |= pEvt
83 for pEvt, epEvt := range p2ep {
84 if (revents & pEvt) != 0 {
/dports/security/vault/vault-1.8.2/vendor/golang.org/x/sys/unix/
H A Depoll_zos.go63 for epEvt, pEvt := range ep2p {
65 pollEvts |= pEvt
83 for pEvt, epEvt := range p2ep {
84 if (revents & pEvt) != 0 {
/dports/databases/redis_exporter/redis_exporter-1.33.0/vendor/golang.org/x/sys/unix/
H A Depoll_zos.go63 for epEvt, pEvt := range ep2p {
65 pollEvts |= pEvt
83 for pEvt, epEvt := range p2ep {
84 if (revents & pEvt) != 0 {
/dports/dns/dnscrypt-proxy2/dnscrypt-proxy-2.1.1/vendor/golang.org/x/sys/unix/
H A Depoll_zos.go63 for epEvt, pEvt := range ep2p {
65 pollEvts |= pEvt
83 for pEvt, epEvt := range p2ep {
84 if (revents & pEvt) != 0 {
/dports/devel/goredo/goredo-1.21.0/src/vendor/golang.org/x/sys/unix/
H A Depoll_zos.go63 for epEvt, pEvt := range ep2p {
65 pollEvts |= pEvt
83 for pEvt, epEvt := range p2ep {
84 if (revents & pEvt) != 0 {
/dports/dns/prometheus-dnssec-exporter/prometheus-dnssec-exporter-caa7d89/vendor/golang.org/x/sys/unix/
H A Depoll_zos.go63 for epEvt, pEvt := range ep2p {
65 pollEvts |= pEvt
83 for pEvt, epEvt := range p2ep {
84 if (revents & pEvt) != 0 {
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/golang.org/x/sys/unix/
H A Depoll_zos.go63 for epEvt, pEvt := range ep2p {
65 pollEvts |= pEvt
83 for pEvt, epEvt := range p2ep {
84 if (revents & pEvt) != 0 {
/dports/dns/nextdns/nextdns-1.32.2/vendor/golang.org/x/sys/unix/
H A Depoll_zos.go63 for epEvt, pEvt := range ep2p {
65 pollEvts |= pEvt
83 for pEvt, epEvt := range p2ep {
84 if (revents & pEvt) != 0 {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/golang.org/x/sys/unix/
H A Depoll_zos.go63 for epEvt, pEvt := range ep2p {
65 pollEvts |= pEvt
83 for pEvt, epEvt := range p2ep {
84 if (revents & pEvt) != 0 {
/dports/security/lego/lego-4.5.3/vendor/golang.org/x/sys/unix/
H A Depoll_zos.go63 for epEvt, pEvt := range ep2p {
65 pollEvts |= pEvt
83 for pEvt, epEvt := range p2ep {
84 if (revents & pEvt) != 0 {

123456