Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/lynx/src/
DLYGlobalDefs.h582 extern int justify_max_void_percent;
DLYReadCFG.c1560 PARSE_INT(RC_JUSTIFY_MAX_VOID_PERCENT, justify_max_void_percent),
DLYMain.c590 int justify_max_void_percent = 35; variable
DGridText.c3366 && 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()