Searched refs:tab_size (Results 1 – 5 of 5) sorted by relevance
498 int tab_col, tab_size; in flush_line() local503 tab_size = tab_col - last_col; in flush_line()504 if (tab_size == 1) in flush_line()508 nspace -= tab_size; in flush_line()
169 enum tab_size { TABSIZE = 8 }; enum
176 enum tab_size { TABSIZE = 8 }; enum
230 enum tab_size { TABSIZE = 8 }; enum
116 tab_size(_FORMI_FIELD_LINES *row, unsigned int i);2140 cur->cursor_xpos += tab_size(row, in _formi_manipulate_field()2200 size = tab_size(row, pos); in _formi_manipulate_field()3411 tab_size(_FORMI_FIELD_LINES *row, unsigned int i) in tab_size() function