Home | History | Annotate | Download | only in android

Lines Matching refs:maxwidth

1620     int                maxwidth = 0;
1626 if (width > maxwidth)
1627 maxwidth = width;
1639 (int)(maxwidth - strlen(oo->name)),
1645 PRINTF( " %-*s %s\n", maxwidth, "-qemu args...", "pass arguments to qemu");
1646 PRINTF( " %-*s %s\n", maxwidth, "-qemu -h", "display qemu help");
1648 PRINTF( " %-*s %s\n", maxwidth, "-verbose", "same as '-debug-init'");
1649 PRINTF( " %-*s %s\n", maxwidth, "-debug <tags>", "enable/disable debug messages");
1650 PRINTF( " %-*s %s\n", maxwidth, "-debug-<tag>", "enable specific debug messages");
1651 PRINTF( " %-*s %s\n", maxwidth, "-debug-no-<tag>","disable specific debug messages");
1653 PRINTF( " %-*s %s\n", maxwidth, "-help", "print this help");
1654 PRINTF( " %-*s %s\n", maxwidth, "-help-<option>", "print option-specific help");
1660 PRINTF( " %-*s %s\n", maxwidth, help, tt->desc );
1662 PRINTF( " %-*s %s\n", maxwidth, "-help-all", "prints all help content");