Searched refs:ntabs (Results 1 – 1 of 1) sorted by relevance
254 teken_subr_cursor_backward_tabulation(teken_t *t, unsigned int ntabs) in teken_subr_cursor_backward_tabulation() argument266 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() argument309 ntabs--; in teken_subr_cursor_forward_tabulation()310 } while (ntabs > 0); in teken_subr_cursor_forward_tabulation()