Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dgen.c3709 int needComma; /* MR1 */ local
3756 needComma=0; /* MR1 */
3760 needComma=1; /* MR1 */
3764 if (needComma) {_gen(",");needComma=0;}; /* MR1 */
3766 needComma=1; /* MR1 */
3769 DumpListOfParmNames( q->pdecl, output, needComma ); /* MR5 */