Searched refs:commentCommand (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/tcl-102/tcl_ext/tdom/tdom/generic/
H A Dtdom.h51 XML_CommentHandler commentCommand; member in struct:CHandlerSet
100 Tcl_Obj *commentCommand; /* Script for comments */ member in struct:TclHandlerSet
H A Dtclexpat.h48 XML_CommentHandler commentCommand; member in struct:CHandlerSet
97 Tcl_Obj *commentCommand; /* Script for comments */ member in struct:TclHandlerSet
H A Dtclexpat.c250 handlerSet->commentCommand = NULL;
308 handlerSet->commentCommand = NULL;
1337 if (activeTclHandlerSet->commentCommand != NULL) {
1338 Tcl_DecrRefCount(activeTclHandlerSet->commentCommand);
1341 activeTclHandlerSet->commentCommand = objPtr[1];
1342 Tcl_IncrRefCount(activeTclHandlerSet->commentCommand);
1834 if (activeTclHandlerSet->commentCommand) {
1835 Tcl_SetObjResult(interp, activeTclHandlerSet->commentCommand);
3570 if (activeTclHandlerSet->commentCommand == NULL) {
3574 cmdPtr = Tcl_DuplicateObj(activeTclHandlerSet->commentCommand);
[all...]
H A Ddom.c5227 handlerSet->commentCommand = commentHandler;
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tclxml/
H A Dtclxml.c632 xmlinfo->commentCommand = NULL;
1047 if (parent->commentCommand) {
1048 Tcl_IncrRefCount(parent->commentCommand);
1092 external->commentCommand = parent->commentCommand;
1702 if (xmlinfo->commentCommand != NULL) {
1703 Tcl_DecrRefCount(xmlinfo->commentCommand);
1707 xmlinfo->commentCommand = objPtr[1];
1708 Tcl_IncrRefCount(xmlinfo->commentCommand);
1918 if (xmlinfo->commentCommand) {
[all...]
H A Dtclxml.h203 Tcl_Obj *commentCommand; /* Script for comments */ member in struct:TclXML_Info

Completed in 198 milliseconds