Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/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 ",
/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dutil.c84 gs.max_width = 0; in str_new()
95 gs.max_width = 0; in str_assign()
H A Dlkc.h133 int max_width; member
H A Dexpr.c1148 if (gs->max_width) { in expr_print_gstr_helper()
1161 if ((last_line_length + extra_length) > gs->max_width) in expr_print_gstr_helper()
H A Dmconf.c636 help.max_width = getmaxx(stdscr) - 10; in show_help()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dvideodev2.h358 __u32 max_width; /* Maximum frame width [pixel] */ member