Searched refs:tabcol (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/ucblib/libcurses/
H A Dcr_put.c36 int tabcol(int, int);
342 i = tabcol(outcol, HARDTABS);
407 tabcol(int col, int ts) function
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_vput.c548 int i = tabcol(destcol, value(vi_TABSTOP)) - destcol;
693 inssiz = tabcol(inscol, value(vi_TABSTOP)) - inscol;
775 if (inssiz >= doomed + tabcol(tabstart, value(vi_TABSTOP)) - tabstart) {
H A Dex_put.c742 i = tabcol(outcol, value(vi_HARDTABS));
H A Dex_subr.c832 tabcol(int col, int ts) function

Completed in 49 milliseconds