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

/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkObj.c964 int firstInt, secondInt; /* The two components of the padding */
974 if (Tk_GetPixelsFromObj(interp, tkwin, specObj, &firstInt) != TCL_OK) {
981 secondInt = firstInt;
1003 if (Tk_GetPixelsFromObj(interp, tkwin, objv[0], &firstInt) != TCL_OK ||
1004 (firstInt < 0)) {
1017 secondInt = firstInt;
1033 *halfPtr = firstInt;
1035 *allPtr = firstInt + secondInt;
948 int firstInt, secondInt; /* The two components of the padding */ local
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkObj.c875 int firstInt, secondInt; /* The two components of the padding */
885 if (Tk_GetPixelsFromObj(interp, tkwin, specObj, &firstInt) != TCL_OK) {
892 secondInt = firstInt;
914 if (Tk_GetPixelsFromObj(interp, tkwin, objv[0], &firstInt) != TCL_OK ||
915 (firstInt < 0)) {
928 secondInt = firstInt;
944 *halfPtr = firstInt;
946 *allPtr = firstInt + secondInt;
861 int firstInt, secondInt; /* The two components of the padding */ local

Completed in 115 milliseconds