Home
last modified time | relevance | path

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

/titanic_44/usr/src/ucblib/libcurses/
H A Dcr_put.c28 #define HARDTABS 8 macro
197 i = (destcol / HARDTABS) + (destcol % HARDTABS); in plod()
204 j = destcol / HARDTABS - outcol / HARDTABS; in plod()
206 j += destcol % HARDTABS; in plod()
254 i = destcol % HARDTABS + destcol / HARDTABS; in plod()
342 i = tabcol(outcol, HARDTABS); in plod()