Searched refs:T_NUMCOL (Results 1 – 2 of 2) sorted by relevance
154 #define T_NUMCOL 160 macro155 unsigned int t_tabstops[T_NUMCOL / (sizeof(unsigned int) * 8)];
40 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()