Searched refs:xslDebugStatus (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/tools/docbook/libxslt/libxslt/
H A Dxsltutils.h282 XSLTPUBVAR int xslDebugStatus; variable
H A Dxsltutils.c2139 int xslDebugStatus; variable
2145 * This function sets the value of xslDebugStatus.
2150 xslDebugStatus = value;
2156 * Get xslDebugStatus.
2158 * Returns the value of xslDebugStatus.
2163 return(xslDebugStatus);
2199 * If either cur or node are a breakpoint, or xslDebugStatus in state
H A Dtransform.c448 if (xslDebugStatus == XSLT_DEBUG_NONE)
466 cur->debugStatus = xslDebugStatus;
4599 if (xslDebugStatus != XSLT_DEBUG_NONE)
4672 if (xslDebugStatus != XSLT_DEBUG_NONE)
4901 if (xslDebugStatus != XSLT_DEBUG_NONE)
5198 if (((long) root->content) >= 0 && (xslDebugStatus == XSLT_DEBUG_NONE))

Completed in 92 milliseconds