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

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

Completed in 110 milliseconds