Home
last modified time | relevance | path

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

/freebsd/sbin/bectl/
H A Dbectl_list.c71 #define INDENT_INCREMENT 2 macro
202 pc->current_indent += INDENT_INCREMENT; in print_info()
204 pc->current_indent += INDENT_INCREMENT; in print_info()
211 pc->current_indent -= INDENT_INCREMENT; in print_info()
315 be_maxcol = MAX(be_maxcol, strlen(propstr) + INDENT_INCREMENT); in print_headers()
319 strlen(propstr) + INDENT_INCREMENT * 2); in print_headers()