Home
last modified time | relevance | path

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

/scripts/
A Dcleanfile13 $max_width = 79;
87 $max_width = shift(@ARGV)+0;
158 if ($max_width && $l_width > $max_width) {
160 "$f:$lineno: line exceeds $max_width characters ($l_width)\n";
A Dcleanpatch13 $max_width = 79;
87 $max_width = shift(@ARGV)+0;
168 if ($max_width && $l_width > $max_width) {
170 "$f:$lineno: adds line exceeds $max_width ",
/scripts/kconfig/
A Dutil.c54 gs.max_width = 0; in str_new()
A Dlkc.h66 int max_width; member
A Dmconf.c376 help.max_width = getmaxx(stdscr) - 10; in show_help()
A Dexpr.c1125 if (gs->max_width) { in expr_print_gstr_helper()
1138 if ((last_line_length + extra_length) > gs->max_width) in expr_print_gstr_helper()

Completed in 8 milliseconds