Searched refs:ntabstop (Results 1 – 7 of 7) sorted by relevance
/openbsd/usr.bin/mg/ |
H A D | util.c | 26 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 D | cmode.c | 248 nicol = ntabstop(nicol, curbp->b_tabw); in getindent() 413 col = ntabstop(col, curbp->b_tabw); in findcolpos()
|
H A D | match.c | 185 col = ntabstop(bufo, curbp->b_tabw); in displaymatch()
|
H A D | display.c | 322 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 D | paragraph.c | 416 col = ntabstop(col, curwp->w_bufp->b_tabw); in fillword()
|
H A D | basic.c | 280 col = ntabstop(col, curbp->b_tabw); in getgoal()
|
H A D | def.h | 547 int ntabstop(int, int);
|