Lines Matching refs:cur_tabstop
26 static inline unsigned cur_tabstop(struct printbuf *buf) in cur_tabstop() function
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()
125 pad = (int) cur_tabstop(out) - (int) __printbuf_linelen(out, pos); in __printbuf_do_indent()
132 out->cur_tabstop++; in __printbuf_do_indent()
135 pad = (int) cur_tabstop(out) - (int) __printbuf_linelen(out, pos) - 1; in __printbuf_do_indent()
146 out->cur_tabstop++; in __printbuf_do_indent()
316 buf->cur_tabstop = 0; in bch2_prt_newline()
335 int spaces = max_t(int, 0, cur_tabstop(out) - printbuf_linelen(out)); in __prt_tab()
340 out->cur_tabstop++; in __prt_tab()
351 if (WARN_ON(!cur_tabstop(out))) in bch2_prt_tab()
359 int pad = (int) cur_tabstop(buf) - (int) printbuf_linelen(buf); in __prt_tab_rjust()
364 buf->cur_tabstop++; in __prt_tab_rjust()
378 if (WARN_ON(!cur_tabstop(buf))) in bch2_prt_tab_rjust()