Lines Matching defs:width
324 static int run_shell_tests(int argc, const char *argv[], int i, int width,
354 pr_info("%3d: %-*s:", i, width, test_suite.desc);
371 int width = list_script_max_width();
376 if (width < len)
377 width = len;
400 pr_info("%3d: %-*s:", i, width, test_description(t, -1));
419 int subw = width > 2 ? width - 2 : width;
447 return run_shell_tests(argc, argv, i, width, skiplist);