Home | History | Annotate | Download | only in android

Lines Matching defs:maxwidth

1587     int                maxwidth = 0;
1593 if (width > maxwidth)
1594 maxwidth = width;
1606 (int)(maxwidth - strlen(oo->name)),
1612 PRINTF( " %-*s %s\n", maxwidth, "-qemu args...", "pass arguments to qemu");
1613 PRINTF( " %-*s %s\n", maxwidth, "-qemu -h", "display qemu help");
1615 PRINTF( " %-*s %s\n", maxwidth, "-verbose", "same as '-debug-init'");
1616 PRINTF( " %-*s %s\n", maxwidth, "-debug <tags>", "enable/disable debug messages");
1617 PRINTF( " %-*s %s\n", maxwidth, "-debug-<tag>", "enable specific debug messages");
1618 PRINTF( " %-*s %s\n", maxwidth, "-debug-no-<tag>","disable specific debug messages");
1620 PRINTF( " %-*s %s\n", maxwidth, "-help", "print this help");
1621 PRINTF( " %-*s %s\n", maxwidth, "-help-<option>", "print option-specific help");
1627 PRINTF( " %-*s %s\n", maxwidth, help, tt->desc );
1629 PRINTF( " %-*s %s\n", maxwidth, "-help-all", "prints all help content");