Searched refs:vcntcol (Results 1 – 1 of 1) sorted by relevance
559 short vcntcol; variable571 vcntcol = 0; in qcolumn()589 vcntcol = vcntcol - col + 1; in qcolumn()604 return (vcntcol); in qcolumn()617 vcntcol = 0; in nqcolumn()644 return (vcntcol); in nqcolumn()658 vcntcol += value(vi_TABSTOP) - vcntcol % value(vi_TABSTOP);663 vcntcol += cols;670 if ((mc_wrap) == 1 && (remcols = (WCOLS - (vcntcol % WCOLS))) < cols)671 vcntcol += remcols;[all …]