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

/scripts/
H A Dcleanfile11 $max_width = 79;
85 $max_width = shift(@ARGV)+0;
156 if ($max_width && $l_width > $max_width) {
158 "$f:$lineno: line exceeds $max_width characters ($l_width)\n";
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 ",
/scripts/kconfig/
H A Dutil.c86 gs.max_width = 0;
97 gs.max_width = 0;
H A Dlkc.h124 * when max_width is not zero long lines in string s (if any) get
125 * wrapped not to exceed the max_width value
127 int max_width; member in struct:gstr
H A Dmconf.c637 help.max_width = getmaxx(stdscr) - 10;
H A Dexpr.c1143 if (gs->max_width) {
1156 if ((last_line_length + extra_length) > gs->max_width)

Completed in 2112 milliseconds