Home
last modified time | relevance | path

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

/freebsd/sys/teken/
H A Dteken_subr.h254 teken_subr_cursor_backward_tabulation(teken_t *t, unsigned int ntabs) in teken_subr_cursor_backward_tabulation() argument
266 ntabs--; in teken_subr_cursor_backward_tabulation()
267 } while (ntabs > 0); in teken_subr_cursor_backward_tabulation()
297 teken_subr_cursor_forward_tabulation(teken_t *t, unsigned int ntabs) in teken_subr_cursor_forward_tabulation() argument
309 ntabs--; in teken_subr_cursor_forward_tabulation()
310 } while (ntabs > 0); in teken_subr_cursor_forward_tabulation()