Searched refs:formatObj (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/tktreectrl/tktreectrl/generic/
H A DtkTreeElem.c2379 Tcl_Obj *formatObj; /* -format */ member in struct:ElementTextData
2558 Tcl_Obj *dataObj, *formatObj; local
2618 formatObj = etd ? etd->formatObj : NULL;
2619 if ((formatObj == NULL) && (etdM != NULL))
2620 formatObj = etdM->formatObj;
2623 dataType or formatObj. */
2627 (etd->formatObj != NULL)))) {
2668 if (formatObj
[all...]
/macosx-10.10.1/libxslt-13/libxslt/libxslt/
H A Dfunctions.c602 xmlXPathObjectPtr formatObj = NULL; local
630 formatObj = valuePop(ctxt);
640 formatObj->stringval,
649 xmlXPathFreeObject(formatObj);
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclClock.c1879 #define formatObj results[0]
1910 formatObj = litPtr[LIT__DEFAULT_FORMAT];
1922 formatObj = objv[i+1];
1961 #undef formatObj
1854 #define formatObj macro
1936 #undef formatObj macro
/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkImgPhoto.c4075 MatchFileFormat(interp, chan, fileName, formatObj, imageFormatPtr,
4080 Tcl_Obj *formatObj; /* User-specified format string, or NULL. */
4095 if (formatObj) {
4096 formatString = Tcl_GetString(formatObj);
4107 if (formatObj != NULL) {
4122 if ((*formatPtr->fileMatchProc)(chan, fileName, formatObj,
4167 if ((formatObj != NULL) && !matched) {
4209 MatchStringFormat(interp, data, formatObj, imageFormatPtr,
4213 Tcl_Obj *formatObj; /* User-specified format string, or NULL. */
4228 if (formatObj) {
[all...]
/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkImgPhoto.c4060 Tcl_Obj *formatObj, /* User-specified format string, or NULL. */
4075 if (formatObj) {
4076 formatString = Tcl_GetString(formatObj);
4086 if (formatObj != NULL) {
4101 if ((*formatPtr->fileMatchProc)(chan, fileName, formatObj,
4146 if ((formatObj != NULL) && !matched) {
4190 Tcl_Obj *formatObj, /* User-specified format string, or NULL. */
4205 if (formatObj) {
4206 formatString = Tcl_GetString(formatObj);
4216 if (formatObj !
4031 MatchFileFormat( Tcl_Interp *interp, Tcl_Channel chan, char *fileName, Tcl_Obj *formatObj, Tk_PhotoImageFormat **imageFormatPtr, int *widthPtr, int *heightPtr, int *oldformat) argument
4161 MatchStringFormat( Tcl_Interp *interp, Tcl_Obj *data, Tcl_Obj *formatObj, Tk_PhotoImageFormat **imageFormatPtr, int *widthPtr, int *heightPtr, int *oldformat) argument
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/quicktimetcl/quicktimetcl/
H A DQuickTimeTcl.c1004 Tcl_Obj *formatObj, /* Any -format option, or NULL! */
1071 if (formatObj == NULL) {
1074 formatPtr = Tcl_GetStringFromObj( formatObj, (int *) NULL );
997 FileWriteQuickTime( Tcl_Interp *interp, const char *fileName, Tcl_Obj *formatObj, Tk_PhotoImageBlock *blockPtr ) argument
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dmeasfmt.cpp560 const UObject* formatObj = obj.getObject(); local
561 const Measure* amount = dynamic_cast<const Measure*>(formatObj);
H A Ddtitvfmt.cpp248 const UObject* formatObj = obj.getObject(); local
249 const DateInterval* interval = dynamic_cast<const DateInterval*>(formatObj);
H A Dtzfmt.cpp769 const UObject* formatObj = obj.getObject(); local
770 const TimeZone* tz = dynamic_cast<const TimeZone*>(formatObj);
772 const Calendar* cal = dynamic_cast<const Calendar*>(formatObj);
/macosx-10.10.1/tcl-105/tk/tk/generic/ttk/
H A DttkEntry.c1822 Tcl_Obj *formatObj; member in struct:__anon13312
1849 "", Tk_Offset(Spinbox, spinbox.formatObj), -1,

Completed in 231 milliseconds