Home | History | Annotate | Download | only in src

Lines Matching refs:nc

1156 	size_t nc = 0;
1158 for (cp = xcp; cp < (xcp + nb); ++nc)
1160 return (nc);
1454 /* Delete nc chars to the right of the cursor (including cursor position) */
1456 x_delete(size_t nc, bool push)
1461 if (nc == 0)
1466 for (i = 0; i < nc; ++i) {
1477 /* nc = i; */
1577 size_t nc;
1590 nc = x_nb2nc(cp - xcp);
1593 return (nc);