Home
last modified time | relevance | path

Searched refs:ENSUREP_C (Results 1 – 2 of 2) sorted by relevance

/dports/editors/abiword/abiword-3.0.5/src/wp/ap/xp/
H A Dap_Frame.cpp43 #define ENSUREP_C(p) do { UT_ASSERT_HARMLESS(p); if (!p) goto Cleanup; } while (0) macro
346 ENSUREP_C(pClone); in buildFrame()
674 ENSUREP_C(pDocLayout); in _showDocument()
677 ENSUREP_C(pView); in _showDocument()
/dports/editors/abiword/abiword-3.0.5/src/wp/ap/gtk/
H A Dap_UnixFrame.cpp67 #define ENSUREP_C(p) do { UT_ASSERT(p); if (!p) goto Cleanup; } while (0) macro
203 ENSUREP_C(pClone); in cloneFrame()