Searched refs:defValue (Results 1 - 21 of 21) sorted by relevance

/macosx-10.9.5/tcl-102/tk/tk/generic/
H A DtkOldConfig.c196 if (specPtr->defValue != NULL) {
197 value = Tk_GetUid(specPtr->defValue);
708 argv[3] = specPtr->defValue;
1138 if (specPtr->defValue != NULL) {
1139 specPtr->defValue = Tk_GetUid(specPtr->defValue);
H A Dtk.h167 const char *defValue; /* Default value for option if not specified
348 Tk_Uid defValue; /* Default value for option if not specified
166 const char *defValue; /* Default value for option if not specified member in struct:Tk_OptionSpec
347 Tk_Uid defValue; /* Default value for option if not specified member in struct:Tk_ConfigSpec
H A DtkConfig.c266 if (specPtr->defValue != NULL) {
267 optionPtr->defaultPtr = Tcl_NewStringObj(specPtr->defValue,-1);
/macosx-10.9.5/tcl-102/tk84/tk/generic/
H A DtkOldConfig.c216 if (specPtr->defValue != NULL) {
217 value = Tk_GetUid(specPtr->defValue);
735 argv[3] = specPtr->defValue;
1157 if (specPtr->defValue != NULL) {
1158 specPtr->defValue = Tk_GetUid(specPtr->defValue);
H A Dtk.h172 char *defValue; /* Default value for option if not specified member in struct:Tk_OptionSpec
358 Tk_Uid defValue; /* Default value for option if not member in struct:Tk_ConfigSpec
H A DtkConfig.c274 if (specPtr->defValue != NULL) {
276 Tcl_NewStringObj(specPtr->defValue, -1);
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DSplitKit.h300 /// defValue - define a value in RegIdx from ParentVNI at Idx.
305 VNInfo *defValue(unsigned RegIdx, const VNInfo *ParentVNI, SlotIndex Idx);
H A DSplitKit.cpp372 VNInfo *SplitEditor::defValue(unsigned RegIdx, function in class:SplitEditor
456 return defValue(RegIdx, ParentVNI, Def);
1056 defValue(RegIdx, ParentVNI, ParentVNI->def);
/macosx-10.9.5/libxml2-26/libxml2/include/libxml/
H A DschemasInternals.h261 const xmlChar *defValue; /* The initial value of the value constraint */ member in struct:_xmlSchemaAttribute
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A DschemasInternals.h261 const xmlChar *defValue; /* The initial value of the value constraint */ member in struct:_xmlSchemaAttribute
/macosx-10.9.5/tcl-102/tk/tk/macosx/
H A DtkMacOSXButton.c263 specPtr->defValue = DEF_BUTTON_HIGHLIGHT_WIDTH_NOCM;
266 specPtr->defValue = DEF_BUTTON_PADX_NOCM;
269 specPtr->defValue = DEF_BUTTON_PADY_NOCM;
H A DtkMacOSXScrlbr.c211 specPtr->defValue = defWidth;
/macosx-10.9.5/tcl-102/tk/tk/win/
H A DtkWinScrlbr.c384 specPtr->defValue = defWidth;
/macosx-10.9.5/tcl-102/tk84/tk/win/
H A DtkWinScrlbr.c398 specPtr->defValue = defWidth;
/macosx-10.9.5/libxml2-26/libxml2/
H A Dxmlschemas.c529 const xmlChar * defValue; member in struct:_xmlSchemaAttributeUse
7110 const xmlChar *tmpNs = NULL, *tmpName = NULL, *defValue = NULL; local
7200 if (defValue) {
7205 defValue = xmlSchemaGetNodeContent(pctxt, (xmlNodePtr) attr);
7214 if (defValue) {
7219 defValue = xmlSchemaGetNodeContent(pctxt, (xmlNodePtr) attr);
7316 if (defValue != NULL) {
7317 attrDecl->defValue = defValue;
7350 if (defValue !
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Dxmlschemas.c529 const xmlChar * defValue; member in struct:_xmlSchemaAttributeUse
7091 const xmlChar *tmpNs = NULL, *tmpName = NULL, *defValue = NULL; local
7181 if (defValue) {
7186 defValue = xmlSchemaGetNodeContent(pctxt, (xmlNodePtr) attr);
7195 if (defValue) {
7200 defValue = xmlSchemaGetNodeContent(pctxt, (xmlNodePtr) attr);
7297 if (defValue != NULL) {
7298 attrDecl->defValue = defValue;
7331 if (defValue !
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/snit/
H A Dmain1.tcl3451 set defValue {}
3453 set defValue [lindex $result 3]
3456 return [list $opt $res $cls $defValue [$self cget $opt]]
H A Dmain1_83.tcl3475 set defValue {}
3477 set defValue [lindex $result 3]
3480 return [list $opt $res $cls $defValue [$self cget $opt]]
H A Dmain2.tcl3339 set defValue {}
3341 set defValue [lindex $result 3]
3344 return [list $opt $res $cls $defValue [$self cget $opt]]
/macosx-10.9.5/tcl-102/tk84/tk/macosx/
H A DtkMacOSXScrlbr.c151 specPtr->defValue = defWidth;
/macosx-10.9.5/tcl-102/tcl_ext/tktreectrl/tktreectrl/generic/
H A DtkTreeColumn.c5761 if (specPtr->defValue == NULL) {
5767 specPtr->defValue = ckalloc(Tcl_DStringLength(&dString) + 1);
5768 strcpy((char *)specPtr->defValue, Tcl_DStringValue(&dString));

Completed in 478 milliseconds