Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/scripts/
H A Dcleanpatch11 $max_width = 79;
85 $max_width = shift(@ARGV)+0;
166 if ($max_width && $l_width > $max_width) {
168 "$f:$lineno: adds line exceeds $max_width ",
/rk3399_rockchip-uboot/scripts/kconfig/
H A Dutil.c86 gs.max_width = 0; in str_new()
H A Dlkc.h126 int max_width; member
H A Dmconf.c793 help.max_width = getmaxx(stdscr) - 10; in show_help()
H A Dexpr.c1181 if (gs->max_width) { in expr_print_gstr_helper()
1194 if ((last_line_length + extra_length) > gs->max_width) in expr_print_gstr_helper()