MCPcopy Create free account
hub / github.com/CloverHackyColor/CloverBootloader / help

Function help

BaseTools/Source/C/VfrCompile/Pccts/antlr/main.c:1011–1026  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1009static void
1010#ifdef __USE_PROTOS
1011help( void )
1012#else
1013help( )
1014#endif
1015{
1016 Opt *p = options;
1017 fprintf(stderr, "antlr [options] f1 f2 ... fn\n");
1018 while ( *(p->option) != '*' )
1019 {
1020 fprintf(stderr, " %-9s%s %s\n",
1021 p->option,
1022 (p->arg)?"___":" ",
1023 p->descr);
1024 p++;
1025 }
1026}
1027
1028/* The RulePtr array is filled in here. RulePtr exists primarily
1029 * so that sets of rules can be maintained for the FOLLOW caching

Callers 2

main.cFile · 0.70
UsageFunction · 0.50

Calls 1

fprintfFunction · 0.85

Tested by

no test coverage detected