Searched refs:nodict (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/tools/docbook/libxslt/xsltproc/
H A Dxsltproc.c81 static int nodict = 0; variable
606 } else if ((!strcmp(argv[i], "-nodict")) ||
607 (!strcmp(argv[i], "--nodict"))) {
608 nodict++;
724 if (nodict != 0)
/haiku-fatelf/src/tools/docbook/libxml2/
H A DdebugXML.c50 int nodict; /* if the document has no dictionnary */ member in struct:_xmlDebugCtxt
68 ctxt->nodict = 0;
286 if ((dict == NULL) && (ctxt->nodict == 0)) {
293 ctxt->nodict = 1;

Completed in 50 milliseconds