Home | History | Annotate | Download | only in libcurses

Lines Matching defs:lcnt

815 	int retval, inc, lcnt, tx;
842 lcnt = 0;
844 while (lcnt < screen->slk_label_len) {
845 inc = wctomb(ts, l->label[lcnt]);
848 lcnt++;
854 l->x + tx, 0, lcnt, l->label[lcnt]);
856 screen->slk_label_len, wcwidth(l->label[lcnt]));
858 wc[0] = l->label[lcnt];
866 if (l->x + wcwidth(l->label[lcnt] + tx) >=
876 0, l->x + tx, l->label[lcnt]);
884 0, l->x + tx, l->label[lcnt]);
887 tx += wcwidth(l->label[lcnt]);
888 lcnt += inc;