Home
last modified time | relevance | path

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

/dports/math/ngraph/Ngraph-6.3.54-src/src/
H A Dobject.c741 lpcur=looproot; in registerevloop()
744 while (lpcur->next!=NULL) lpcur=lpcur->next; in registerevloop()
760 lpcur=looproot; in unregisterevloop()
763 if ((lpcur->obj==obj) && (lpcur->idn==idn) && (lpcur->inst==inst)) { in unregisterevloop()
768 lpcur=lpcur->next; in unregisterevloop()
772 lpcur=lpcur->next; in unregisterevloop()
781 lpcur=looproot; in unregisterallevloop()
783 lpdel=lpcur; in unregisterallevloop()
784 lpcur=lpcur->next; in unregisterallevloop()
800 lpcur=looproot; in eventloop()
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmapidefs.h285 CURRENCY *lpcur; member
H A Dwabdefs.h282 CURRENCY *lpcur; member
/dports/devel/upp/upp/bazaar/MAPIEx/plugin/include_MINGW32/
H A Dmapidefs.h285 CURRENCY *lpcur; member
H A Dwabdefs.h282 CURRENCY *lpcur; member
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwabdefs.h282 CURRENCY *lpcur; member
H A Dmapidefs.h285 CURRENCY *lpcur; member
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/AddressBook/
H A Dmod.rs939 pub lpcur: *mut super::Com::CY, field
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/mapi/include/
H A Dmapidefs.h488 CURRENCY FAR *lpcur; member
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/AddressBook/
H A Dmod.rs4852 pub lpcur: *mut super::Com::CY, field
4865 …debug_struct("SCurrencyArray").field("cValues", &self.cValues).field("lpcur", &self.lpcur).finish() in fmt()
4871 self.cValues == other.cValues && self.lpcur == other.lpcur in eq()