Searched refs:cur_tabstop (Results 1 – 2 of 2) sorted by relevance
28 return buf->cur_tabstop < buf->nr_tabstops in cur_tabstop()29 ? buf->_tabstops[buf->cur_tabstop] in cur_tabstop()102 if (cur_tabstop(out)) { in __printbuf_do_indent()120 out->cur_tabstop = 0; in __printbuf_do_indent()132 out->cur_tabstop++; in __printbuf_do_indent()146 out->cur_tabstop++; in __printbuf_do_indent()316 buf->cur_tabstop = 0; in bch2_prt_newline()340 out->cur_tabstop++; in __prt_tab()351 if (WARN_ON(!cur_tabstop(out))) in bch2_prt_tab()364 buf->cur_tabstop++; in __prt_tab_rjust()[all …]
100 u8 cur_tabstop; member263 buf->cur_tabstop = 0; in printbuf_reset()
Completed in 7 milliseconds