Searched refs:MB_METASTRLEN (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/zsh-61/zsh/Src/
H A Dparams.c1324 zlong nchars = (zlong)MB_METASTRLEN(s) + r;
1468 len = MB_METASTRLEN(d);
1733 start = - MB_METASTRLEN(p);
1999 unsigned int fwidth = v->pm->width ? v->pm->width : MB_METASTRLEN(s);
2040 unsigned int charlen = MB_METASTRLEN(s);
H A Dzsh.h2783 #define MB_METASTRLEN(str) mb_metastrlen(str, 0) macro
2865 #define MB_METASTRLEN(str) ztrlen(str) macro
H A Dsubst.c3195 int sl = sep ? MB_METASTRLEN(sep) : 1;

Completed in 182 milliseconds