Searched refs:INDENT_STR_STEP (Results 1 – 1 of 1) sorted by relevance
57 #define INDENT_STR_STEP 2 macro63 if (g_indent_level + INDENT_STR_STEP > INDENT_STR_MAXLEN) in __pr_out_indent_inc()65 g_indent_level += INDENT_STR_STEP; in __pr_out_indent_inc()72 if (g_indent_level - INDENT_STR_STEP < 0) in __pr_out_indent_dec()74 g_indent_level -= INDENT_STR_STEP; in __pr_out_indent_dec()