Searched refs:Tcl_UniChar (Results 76 - 100 of 131) sorted by relevance

123456

/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/patches/v8.1b2/
H A DtclStubs.c3042 Tcl_UniChar
3051 Tcl_UniChar
3059 Tcl_UniChar
3067 Tcl_UniChar
3195 Tcl_UniChar * chPtr;
H A Dtcl.h1267 typedef unsigned short Tcl_UniChar; typedef
H A Dtcl.h.orig1267 typedef unsigned short Tcl_UniChar;
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/patches/v8.1b3/
H A DtclStubs.c3042 Tcl_UniChar
3051 Tcl_UniChar
3059 Tcl_UniChar
3067 Tcl_UniChar
3195 Tcl_UniChar * chPtr;
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclInt.h2007 Tcl_UniChar *resultPtr));
2615 * Tcl_UniChar *ch));
2621 ((*(chPtr) = (Tcl_UniChar) *(str)), 1) \
2631 * EXTERN int TclUniCharNcmp _ANSI_ARGS_((CONST Tcl_UniChar *cs,
2632 * CONST Tcl_UniChar *ct, unsigned long n));
2636 # define TclUniCharNcmp(cs,ct,n) memcmp((cs),(ct),(n)*sizeof(Tcl_UniChar))
H A DtclParseExpr.c1579 Tcl_UniChar ch;
1925 Tcl_UniChar ch;
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclLoad.c144 Tcl_UniChar ch;
H A DtclInt.h2659 Tcl_UniChar *resultPtr);
3666 * MODULE_SCOPE int TclUtfToUniChar(const char *string, Tcl_UniChar *ch);
3672 ((*(chPtr) = (Tcl_UniChar) *(str)), 1) \
3682 * MODULE_SCOPE int TclUniCharNcmp(const Tcl_UniChar *cs,
3683 * const Tcl_UniChar *ct, unsigned long n);
3688 # define TclUniCharNcmp(cs,ct,n) memcmp((cs),(ct),(n)*sizeof(Tcl_UniChar))
/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkInt.h1181 Tcl_UniChar c, struct TkFontAttributes *faPtr);
H A DtkFont.c511 Tcl_UniChar uniChar = 0;
1716 Tcl_UniChar ch;
2908 Tcl_UniChar ch;
/macosx-10.10.1/tcl-105/tcl_ext/tdom/tdom/generic/
H A Ddomxpath.c2868 Tcl_UniChar *ufStr, *upfrom, unichar;
3516 lenstr = Tcl_DStringLength (&tstr) / sizeof (Tcl_UniChar);
3517 fromlen = Tcl_DStringLength (&tfrom) / sizeof (Tcl_UniChar);
3518 len = Tcl_DStringLength (&tto) / sizeof (Tcl_UniChar);
3520 upfrom = (Tcl_UniChar *)Tcl_DStringValue (&tstr);
3523 ufStr = (Tcl_UniChar *)Tcl_DStringValue (&tfrom);
/macosx-10.10.1/tcl-105/tcl_ext/tclresource/tclresource/
H A DtclResource.c1375 CONST Tcl_UniChar * uniString;
1410 numChars = Tcl_DStringLength(&dss) / sizeof(Tcl_UniChar);
/macosx-10.10.1/tcl-105/tk/tk/generic/ttk/
H A DttkEntry.c288 Tcl_UniChar ch;
411 Tcl_UniChar ch;
/macosx-10.10.1/tcl-105/tcl_ext/expect/expect/
H A DDbg.c314 Tcl_UniChar ch;
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/incrTcl/itcl/generic/
H A Ditcl_class.c870 Tcl_UniChar ch;
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/tests/data/ok/peg_cparam-critcl/
H A D0_basic_arithmetic393 Tcl_UniChar uni;
1141 Tcl_UniChar ch;
H A D10_notahead393 Tcl_UniChar uni;
1141 Tcl_UniChar ch;
H A D1_functions393 Tcl_UniChar uni;
1141 Tcl_UniChar ch;
H A D4_choice393 Tcl_UniChar uni;
1141 Tcl_UniChar ch;
H A D5_sequence393 Tcl_UniChar uni;
1141 Tcl_UniChar ch;
H A D6_optional393 Tcl_UniChar uni;
1141 Tcl_UniChar ch;
H A D7_kleene393 Tcl_UniChar uni;
1141 Tcl_UniChar ch;
H A D8_pkleene393 Tcl_UniChar uni;
1141 Tcl_UniChar ch;
H A D9_ahead393 Tcl_UniChar uni;
1141 Tcl_UniChar ch;
/macosx-10.10.1/tcl-105/tk/tk/macosx/
H A DtkMacOSXFont.c672 Tcl_UniChar c, /* Character of interest */

Completed in 182 milliseconds

123456