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()335 buf->cur_tabstop = 0; in bch2_prt_newline()359 out->cur_tabstop++; in __prt_tab()370 if (WARN_ON(!cur_tabstop(out))) in bch2_prt_tab()383 buf->cur_tabstop++; in __prt_tab_rjust()[all …]
100 u8 cur_tabstop; member270 buf->cur_tabstop = 0; in printbuf_reset_keep_tabstops()
Completed in 5 milliseconds