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

/macosx-10.9.5/zsh-60/zsh/Src/Zle/
H A Dzle_misc.c1237 int lenstr; /* Length of chars */ member in struct:suffixset
1259 addsuffix(int tp, int flags, ZLE_STRING_T chars, int lenstr, int lensuf) argument
1267 if (lenstr) {
1268 newsuf->chars = zalloc(lenstr*sizeof(ZLE_CHAR_T));
1269 ZS_memcpy(newsuf->chars, chars, lenstr);
1272 newsuf->lenstr = lenstr;
1326 int lenstr = 0; local
1329 lenstr = 2;
1331 lenstr
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tdom/tdom/generic/
H A Ddomxpath.c2865 int lenstr, fromlen, utfCharLen; local
3516 lenstr = Tcl_DStringLength (&tstr) / sizeof (Tcl_UniChar);
3521 for (i = 0; i < lenstr; i++) {

Completed in 134 milliseconds