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

/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/dted/
H A Ddted.c689 const char *nchanStr, *verboseStr, *minStr, *maxStr, *gammaStr, *nomapStr; local
697 nomapStr = "0";
730 nomapStr = Tcl_GetStringFromObj(objv[i], (int *) NULL);
758 c = nomapStr[0]; length = strlen (nomapStr);
759 if (!strncmp (nomapStr, "1", length) || \
760 !strncmp (nomapStr, "true", length) || \
761 !strncmp (nomapStr, "on", length)) {
763 } else if (!strncmp (nomapStr, "0", length) || \
764 !strncmp (nomapStr, "fals
[all...]
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/raw/
H A Draw.c846 *minStr, *maxStr, *gammaStr, *nomapStr, *uuencodeStr; local
860 nomapStr = "0";
912 nomapStr = Tcl_GetStringFromObj(objv[i], (int *) NULL);
974 c = nomapStr[0]; length = strlen (nomapStr);
975 if (!strncmp (nomapStr, "1", length) || \
976 !strncmp (nomapStr, "true", length) || \
977 !strncmp (nomapStr, "on", length)) {
979 } else if (!strncmp (nomapStr, "0", length) || \
980 !strncmp (nomapStr, "fals
[all...]

Completed in 163 milliseconds