Home
last modified time | relevance | path

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

/openbsd/usr.bin/mg/
H A Dutil.c26 ntabstop(int col, int tabw) in ntabstop() function
116 col = ntabstop(col, wp->w_bufp->b_tabw); in getcolpos()
389 nicol = ntabstop(nicol, curwp->w_bufp->b_tabw); in lfindent()
494 target = ntabstop(target, curbp->b_tabw); in space_to_tabstop()
H A Dcmode.c248 nicol = ntabstop(nicol, curbp->b_tabw); in getindent()
413 col = ntabstop(col, curbp->b_tabw); in findcolpos()
H A Dmatch.c185 col = ntabstop(bufo, curbp->b_tabw); in displaymatch()
H A Ddisplay.c322 target = ntabstop(vtcol, wp->w_bufp->b_tabw); in vtputc()
356 target = ntabstop(vtcol + lbound, wp->w_bufp->b_tabw); in vtpute()
516 curcol = ntabstop(curcol, curwp->w_bufp->b_tabw); in update()
H A Dparagraph.c416 col = ntabstop(col, curwp->w_bufp->b_tabw); in fillword()
H A Dbasic.c280 col = ntabstop(col, curbp->b_tabw); in getgoal()
H A Ddef.h547 int ntabstop(int, int);