Home
last modified time | relevance | path

Searched refs:has_indent_or_tabstops (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/fs/bcachefs/
Dprintbuf.c154 if (out->has_indent_or_tabstops && !out->suppress_indent_tabstop_handling) in printbuf_do_indent()
255 buf->has_indent_or_tabstops = true; in bch2_printbuf_tabstop_push()
276 buf->has_indent_or_tabstops = true; in bch2_printbuf_indent_add()
300 buf->has_indent_or_tabstops = false; in bch2_printbuf_indent_sub()
Dprintbuf.h92 bool has_indent_or_tabstops:1; member