Home
last modified time | relevance | path

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

/dports/devel/libgnt/libgnt-2.14.3/
H A Dgntbox.c404 int wchange, hchange; in gnt_box_confirm_size() local
411 hchange = widget->priv.height - height; in gnt_box_confirm_size()
413 if (wchange == 0 && hchange == 0) in gnt_box_confirm_size()
428 gnt_widget_confirm_size(wid, w - wchange, h - hchange)) { in gnt_box_confirm_size()
462 if (hchange > 0 && in gnt_box_confirm_size()
464 !gnt_widget_confirm_size(wid, w, h - hchange)) in gnt_box_confirm_size()
477 int wchange, hchange; in gnt_box_size_changed() local
484 hchange = widget->priv.height - oldh; in gnt_box_size_changed()
489 gnt_widget_set_size(wid, tw + wchange, th + hchange); in gnt_box_size_changed()
495 hchange = 0; in gnt_box_size_changed()
[all …]
/dports/cad/irsim/irsim-9.7.110/base/
H A Dhist.c28 #define hchange head /* for the compiler's sake */ macro
243 p = newh = &nd->hchange;
275 if( nd->curr != &nd->hchange )
277 nd->hchange = *nd->curr;
278 nd->curr = &nd->hchange;
284 nd->hchange.next = b->next; /* b->next => punt before next edge */
H A Dnet.h145 HistEnt hchange; /* special entry to avoid changing the history */ member
/dports/astro/py-astlib/astLib-0.11.7/PyWCSTools/wcssubs-3.9.5/
H A Dfitshead.h256 int hchange( /* Change a keyword name in a FITS header */
363 extern int hchange(); /* Change a keyword name in a FITS header */
H A Dfitsfile.c508 hchange (pheader, "SIMPLE", "ROOTHEAD");
509 hchange (pheader, "NEXTEND", "NUMEXT");
H A Dhput.c843 hchange (hstring, keyword1, keyword2) in hchange() function
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Networking/Clustering/
H A Dmod.rs39 pub fn CloseClusterNotifyPort(hchange: *const _HCHANGE) -> super::super::Foundation::BOOL; in CloseClusterNotifyPort()
226 …pub fn CreateClusterNotifyPort(hchange: *const _HCHANGE, hcluster: *const _HCLUSTER, dwfilter: u32… in CreateClusterNotifyPort()
227 …pub fn CreateClusterNotifyPortV2(hchange: *const _HCHANGE, hcluster: *const _HCLUSTER, filters: *c… in CreateClusterNotifyPortV2()
303 …pub fn GetNotifyEventHandle(hchange: *const _HCHANGE, lphtargetevent: *mut super::super::Foundatio… in GetNotifyEventHandle()
360 …pub fn RegisterClusterNotify(hchange: *const _HCHANGE, dwfiltertype: u32, hobject: super::super::F… in RegisterClusterNotify()
362 …pub fn RegisterClusterNotifyV2(hchange: *const _HCHANGE, filter: NOTIFY_FILTER_AND_TYPE, hobject: … in RegisterClusterNotifyV2()
364 …pub fn RegisterClusterResourceTypeNotifyV2(hchange: *const _HCHANGE, hcluster: *const _HCLUSTER, f… in RegisterClusterResourceTypeNotifyV2()
3543 pub type PCLUSAPI_CLOSE_CLUSTER_NOTIFY_PORT = unsafe extern "system" fn(hchange: *const _HCHANGE) -…
3667 pub type PCLUSAPI_CREATE_CLUSTER_NOTIFY_PORT = unsafe extern "system" fn(hchange: *const _HCHANGE, …
3733 pub type PCLUSAPI_GET_NOTIFY_EVENT_HANDLE_V2 = unsafe extern "system" fn(hchange: *const _HCHANGE, …
[all …]
/dports/cad/irsim/irsim-9.7.110/faultsim/
H A Dincsim.c80 #define hchange head macro
509 if( DoingFault ) n->hchange = *n->curr, n->curr = &n->hchange;
1909 if( nd->curr == &nd->hchange )
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Networking/Clustering/
H A Dmod.rs5601 pub unsafe fn CloseClusterNotifyPort(hchange: *const _HCHANGE) -> super::super::Foundation::BOOL { in CloseClusterNotifyPort()
5606 fn CloseClusterNotifyPort(hchange: *const _HCHANGE) -> super::super::Foundation::BOOL; in CloseClusterNotifyPort()
5608 ::std::mem::transmute(CloseClusterNotifyPort(::std::mem::transmute(hchange))) in CloseClusterNotifyPort()
7378 pub unsafe fn CreateClusterNotifyPort(hchange: *const _HCHANGE, hcluster: *const _HCLUSTER, dwfilte… in CreateClusterNotifyPort()
7383 …fn CreateClusterNotifyPort(hchange: *const _HCHANGE, hcluster: *const _HCLUSTER, dwfilter: u32, dw… in CreateClusterNotifyPort()
8106 ::std::mem::transmute(hchange), in GetClusterNotifyV2()
8239 pub unsafe fn GetNotifyEventHandle(hchange: *const _HCHANGE, lphtargetevent: *mut super::super::Fou… in GetNotifyEventHandle()
8244 …fn GetNotifyEventHandle(hchange: *const _HCHANGE, lphtargetevent: *mut super::super::Foundation::H… in GetNotifyEventHandle()
8246 …::std::mem::transmute(GetNotifyEventHandle(::std::mem::transmute(hchange), ::std::mem::transmute(l… in GetNotifyEventHandle()
14067 pub type PCLUSAPI_CLOSE_CLUSTER_NOTIFY_PORT = unsafe extern "system" fn(hchange: *const _HCHANGE) -…
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Graphics/Printing/
H A Dmod.rs201 …pub fn FindClosePrinterChangeNotification(hchange: super::super::Foundation::HANDLE) -> super::sup… in FindClosePrinterChangeNotification()
205 …pub fn FindNextPrinterChangeNotification(hchange: super::super::Foundation::HANDLE, pdwchange: *mu… in FindNextPrinterChangeNotification()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/
H A DStyledText.java2859 …boolean hchange = 0 <= x && x < clientAreaWidth || wordWrap || newCaretLine != content.getLineAtOf… in doMouseLocationChange()
2860 if (vchange && hchange && (newCaretOffset != caretOffset || newCaretAlignemnt != caretAlignment)) { in doMouseLocationChange()
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/custom/
H A DStyledText.java2860 …boolean hchange = 0 <= x && x < clientAreaWidth || wordWrap || newCaretLine != content.getLineAtOf… in doMouseLocationChange()
2861 if (vchange && hchange && (newCaretOffset != caretOffset || newCaretAlignemnt != caretAlignment)) { in doMouseLocationChange()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Graphics/Printing/
H A Dmod.rs5103 …m0: ::windows::runtime::IntoParam<'a, super::super::Foundation::HANDLE>>(hchange: Param0) -> super… in FindClosePrinterChangeNotification()
5108 …fn FindClosePrinterChangeNotification(hchange: super::super::Foundation::HANDLE) -> super::super::… in FindClosePrinterChangeNotification()
5110 ::std::mem::transmute(FindClosePrinterChangeNotification(hchange.into_param().abi())) in FindClosePrinterChangeNotification()
5131 …m0: ::windows::runtime::IntoParam<'a, super::super::Foundation::HANDLE>>(hchange: Param0, pdwchang… in FindNextPrinterChangeNotification()
5136 …fn FindNextPrinterChangeNotification(hchange: super::super::Foundation::HANDLE, pdwchange: *mut u3… in FindNextPrinterChangeNotification()
5138 …::std::mem::transmute(FindNextPrinterChangeNotification(hchange.into_param().abi(), ::std::mem::tr… in FindNextPrinterChangeNotification()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/UI/Shell/
H A Dmod.rs644 …pub fn SHChangeNotification_Lock(hchange: super::super::Foundation::HANDLE, dwprocid: u32, pppidl:… in SHChangeNotification_Lock()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/UI/Shell/
H A Dmod.rs45358 …m0: ::windows::runtime::IntoParam<'a, super::super::Foundation::HANDLE>>(hchange: Param0, dwprocid…
45363 …fn SHChangeNotification_Lock(hchange: super::super::Foundation::HANDLE, dwprocid: u32, pppidl: *mu…
45365 …::std::mem::transmute(SHChangeNotification_Lock(hchange.into_param().abi(), ::std::mem::transmute(…