Home
last modified time | relevance | path

Searched refs:HARDTABS (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/ucblib/libcurses/
H A Dcr_put.c19 #define HARDTABS 8 macro
188 i = (destcol / HARDTABS) + (destcol % HARDTABS); in plod()
195 j = destcol / HARDTABS - outcol / HARDTABS; in plod()
197 j += destcol % HARDTABS; in plod()
245 i = destcol % HARDTABS + destcol / HARDTABS; in plod()
333 i = tabcol(outcol, HARDTABS); in plod()