Home
last modified time | relevance | path

Searched refs:DumpListOfParmNames (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dproto.h379 extern void DumpListOfParmNames( char *, FILE *, int ); /* MR5 janm 26-May-97 */
660 extern void DumpListOfParmNames(); /* MR5 janm 26-May-97 */
Dlex.c647 DumpListOfParmNames(char *pdecl, FILE *output, int initialComma) /* MR5 */ in DumpListOfParmNames() function
649 DumpListOfParmNames(pdecl, output, initialComma) /* MR5 */ in DumpListOfParmNames()
Dgen.c3769 DumpListOfParmNames( q->pdecl, output, needComma ); /* MR5 */