Searched refs:justify_max_void_percent (Results 1 – 4 of 4) sorted by relevance
582 extern int justify_max_void_percent;
1560 PARSE_INT(RC_JUSTIFY_MAX_VOID_PERCENT, justify_max_void_percent),
590 int justify_max_void_percent = 35; variable
3366 && justify_max_void_percent > 0 in split_line()3367 && justify_max_void_percent <= 100 in split_line()3368 && justify_max_void_percent >= ((100 * spare) in split_line()