Home
last modified time | relevance | path

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

/busybox-1.35.0/editors/
Dvi.c777 static int next_tabstop(int col) in next_tabstop() function
790 co = next_tabstop(co); in next_column()
2167 col = next_tabstop(col) - col + 1; in char_insert()