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

/macosx-10.9.5/zsh-60/zsh/Src/Zle/
H A Dcompresult.c1663 int *ws, tlines, tcols, width, glines; local
1726 tcols = g->cols;
1740 for (tcols = zterm_columns / (g->shortest + CM_SPACE);
1741 tcols > g->cols;
1742 tcols--) {
1744 memset(ws, 0, tcols * sizeof(int));
1752 if (tcol == tcols) {
1769 for (tcols = zterm_columns / (g->shortest + CM_SPACE);
1770 tcols > g->cols;
1771 tcols
[all...]
H A Dzle_tricky.c2551 int tlines = 0, tline, tcols = 0, maxlen, nth, width; local
2559 for (tcols = zterm_columns / shortest; tcols > ncols;
2560 tcols--) {
2565 if (!(nth % tcols))
2569 nth += tcols;
2589 if (tcols > ncols)
2595 maxlen = tcols = 0;
2602 widths[tcols++] = maxlen;
2607 widths[tcols
[all...]

Completed in 146 milliseconds