Home | History | Annotate | Download | only in pkgdata

Lines Matching refs:COMMENT

110     COMMENT,
152 /*07*/ UOPTION_DEF( "comment", 'C', UOPT_REQUIRES_ARG),
241 "Use a custom comment (instead of the copyright)",
416 o.comment = U_COPYRIGHT_STRING;
417 } else if (options[COMMENT].doesOccur) {
418 o.comment = options[COMMENT].value;
597 result = writePackageDatFile(datFileNamePath, o->comment, o->srcDir, o->fileListFiles->str, NULL, U_CHARSET_FAMILY ? 'e' : U_IS_BIG_ENDIAN ? 'b' : 'l');
1617 createCommonDataFile(o->tmpDir, o->shortName, o->entryName, NULL, o->srcDir, o->comment, o->fileListFiles->str, 0, TRUE, o->verbose, gencmnFile);
2038 continue; /* comment or empty line */