• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/zsh-61/zsh/Src/Zle/

Lines Matching defs:mcols

47  * mcols:    Local copy of columns used in sizing arrays. 
51 static int noselect, mselect, inselect, mcol, mline, mcols, mlines;
64 * mlastcols: stored value of mcols for use in calculating mnew.
95 * contains mcols*mlines entries. These entries contain a pointer to
1400 int mm = (mcols * ml), i;
1402 for (i = mcols; i-- > 0; ) {
1724 int mm = (mcols * ml), i;
1727 for (i = mcols; i-- > 0; ) {
1733 for (i = mcols; i-- > 0; ) {
1745 int mm = (mcols * ml);
1780 int mm = mcols * ml, i;
1783 for (i = (width ? width : mcols); i-- > 0; ) {
1789 for (i = (width ? width : mcols); i-- > 0; ) {
1805 int mm = mcols * ml;
2057 mlastcols = mcols = zterm_columns;
2090 for (n = wish; n < mcols && (!matchtab[n] || mmarked(matchtab[n])); n++);
2091 if (n == mcols)
2293 ex = mcols - 1;
2299 p = mtab + (mline * mcols) + mcol;
2319 x = mcols - 1;
2324 if (++x == mcols) {
2337 x = mcols - 1;
2339 p = mtab + (y * mcols) + x;
2467 for (x = mcols; x > 0; x--, p++)
2471 mcol = mcols - x;
2565 i = mcols * mlines;
2583 while (mcol < mcols - 1 && p[1] == minfo.cur)
2813 for (mcol = 0; mcol < mcols; mcol++, p++)
2816 if (mcol != mcols)
2820 p -= mlines * mcols;
2926 p -= mline * mcols;
2931 p += mcols;
2962 p += mline * mcols;
2966 p -= mcols;
2995 p += mcols;
3023 p -= mcols;
3047 p -= mcols;
3069 p += mcols;
3092 if (mcol == mcols - 1) {
3129 mcol = mcols - 1;
3140 p += mcols - 1 - mcol;
3141 wishcol = mcol = mcols - 1;
3162 p += mcols - mcol - 1;
3163 mcol = mcols - 1;
3168 wishcol = mcols - 1;
3177 p -= mline * mcols;
3178 pg -= mline * mcols;
3182 p += mcols;
3183 pg += mcols;
3196 p += mline * mcols;
3197 pg += mline * mcols;
3200 p -= mcols;
3201 pg -= mcols;