Searched refs:stringtype (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/snit/
H A Dvalidate.tcl22 stringtype \
546 # snit::stringtype
548 snit::type ::snit::stringtype {
/macosx-10.9.5/CF-855.17/
H A DCFBinaryPList.c285 static CFTypeID stringtype = -1, datatype = -1, numbertype = -1, datetype = -1; variable
290 if ((CFTypeID)-1 == stringtype) {
291 stringtype = CFStringGetTypeID();
459 if (stringtype == type) {
552 if (stringtype == type || numbertype == type || datetype == type || datatype == type) {
971 if (CFGetTypeID(key) == stringtype) {
H A DCFPropertyList.c113 static CFTypeID stringtype, datatype, numbertype, datetype; variable
119 stringtype = CFStringGetTypeID();
199 if (stringtype != CFGetTypeID(key) && !*(ctx->error)) {
204 ctx->answer = key && value && (stringtype == CFGetTypeID(key)) && __CFPropertyListIsValidAux(value, true, ctx->set, ctx->format, ctx->error);
214 if (stringtype == type) return true;
527 if (typeID == stringtype) {
3096 } else if (typeID == stringtype) {
/macosx-10.9.5/tcl-102/tk/tk/library/
H A Dmkpsenc.tcl1114 dup type /stringtype eq
1126 dup type /stringtype eq
1333 dup type /stringtype eq {
/macosx-10.9.5/tcl-102/tk84/tk/library/
H A Dmkpsenc.tcl1114 dup type /stringtype eq
1126 dup type /stringtype eq
1333 dup type /stringtype eq {
/macosx-10.9.5/swig-10/Source/CParse/
H A Dparser.y1581 %type <node> fname stringtype;
1899 stringtype : string LBRACE parm RBRACE { label
1910 | stringtype {
6000 | idstring EQUAL stringtype {
6004 | idstring EQUAL stringtype COMMA kwargs {
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dpostscr.vim131 syn keyword postscrConstant packedarraytype realtype savetype stringtype

Completed in 249 milliseconds