Home
last modified time | relevance | path

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

/freebsd/sys/teken/
H A Dteken.h154 #define T_NUMCOL 160 macro
155 unsigned int t_tabstops[T_NUMCOL / (sizeof(unsigned int) * 8)];
H A Dteken_subr.h40 if (col >= T_NUMCOL) in teken_tab_isset()
54 if (col >= T_NUMCOL) in teken_tab_clear()
68 if (col >= T_NUMCOL) in teken_tab_set()
82 memset(t->t_tabstops, 0, T_NUMCOL / 8); in teken_tab_default()
84 for (i = 8; i < T_NUMCOL; i += 8) in teken_tab_default()
1316 memset(t->t_tabstops, 0, T_NUMCOL / 8); in teken_subr_tab_clear()