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

/freebsd-13-stable/sbin/bectl/
H A Dbectl_list.c74 #define INDENT_INCREMENT 2 macro
205 pc->current_indent += INDENT_INCREMENT;
207 pc->current_indent += INDENT_INCREMENT;
214 pc->current_indent -= INDENT_INCREMENT;
319 be_maxcol = MAX(be_maxcol, strlen(propstr) + INDENT_INCREMENT);
323 strlen(propstr) + INDENT_INCREMENT * 2);

Completed in 103 milliseconds