Home | History | Annotate | Download | only in android

Lines Matching refs:maxwidth

1633     int                maxwidth = 0;
1639 if (width > maxwidth)
1640 maxwidth = width;
1652 (int)(maxwidth - strlen(oo->name)),
1658 PRINTF( " %-*s %s\n", maxwidth, "-qemu args...", "pass arguments to qemu");
1659 PRINTF( " %-*s %s\n", maxwidth, "-qemu -h", "display qemu help");
1661 PRINTF( " %-*s %s\n", maxwidth, "-verbose", "same as '-debug-init'");
1662 PRINTF( " %-*s %s\n", maxwidth, "-debug <tags>", "enable/disable debug messages");
1663 PRINTF( " %-*s %s\n", maxwidth, "-debug-<tag>", "enable specific debug messages");
1664 PRINTF( " %-*s %s\n", maxwidth, "-debug-no-<tag>","disable specific debug messages");
1666 PRINTF( " %-*s %s\n", maxwidth, "-help", "print this help");
1667 PRINTF( " %-*s %s\n", maxwidth, "-help-<option>", "print option-specific help");
1673 PRINTF( " %-*s %s\n", maxwidth, help, tt->desc );
1675 PRINTF( " %-*s %s\n", maxwidth, "-help-all", "prints all help content");