Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dlex.c647 DumpListOfParmNames(char *pdecl, FILE *output, int initialComma) /* MR5 */ in DumpListOfParmNames() argument
649 DumpListOfParmNames(pdecl, output, initialComma) /* MR5 */ in DumpListOfParmNames()
652 int initialComma; /* MR5 */
661 if ( !firstTime || initialComma ) putc(',', output); /* MR5 */