Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dmsguniq.c64 { "add-location", no_argument, &line_comment, 1 },
71 { "no-location", no_argument, &line_comment, 0 },
177 line_comment = 1; in main()
274 if (!line_comment && sort_by_filepos) in main()
H A Dmsgcat.c65 { "add-location", no_argument, &line_comment, 1 },
73 { "no-location", no_argument, &line_comment, 0 },
200 line_comment = 1; in main()
285 if (!line_comment && sort_by_filepos) in main()
H A Dmsgcomm.c67 { "add-location", no_argument, &line_comment, 1 },
75 { "no-location", no_argument, &line_comment, 0 },
199 line_comment = 1; in main()
284 if (!line_comment && sort_by_filepos) in main()
H A Dmsgconv.c64 { "add-location", no_argument, &line_comment, 1 },
71 { "no-location", no_argument, &line_comment, 0 },
250 if (!line_comment && sort_by_filepos) in main()
H A Dmsgen.c60 { "add-location", no_argument, &line_comment, 1 },
67 { "no-location", no_argument, &line_comment, 0 },
239 if (!line_comment && sort_by_filepos) in main()
H A Dmsgattrib.c82 { "add-location", no_argument, &line_comment, 1 },
95 { "no-location", no_argument, &line_comment, 0 },
206 line_comment = 1; in main()
352 if (!line_comment && sort_by_filepos) in main()
H A Dmsgfilter.c114 { "add-location", no_argument, &line_comment, 1 },
123 { "no-location", no_argument, &line_comment, 0 },
305 if (!line_comment && sort_by_filepos) in main()
H A Dmsggrep.c95 { "add-location", no_argument, &line_comment, 1 },
114 { "no-location", no_argument, &line_comment, 0 },
425 if (!line_comment && sort_by_filepos) in main()
H A Dread-catalog.h169 extern DLL_VARIABLE int line_comment;
H A Dread-catalog.c459 int line_comment = 1; variable
477 pop->handle_filepos_comments = (line_comment != 0); in read_catalog_stream()
H A Dx-po.c155 pop->handle_filepos_comments = (line_comment != 0); in extract()
H A Dmsgmerge.c106 { "add-location", no_argument, &line_comment, 1 },
117 { "no-location", no_argument, &line_comment, 0 },
373 if (!line_comment && sort_by_filepos) in main()
H A Dxgettext.c192 { "add-location", no_argument, &line_comment, 1 },
216 { "no-location", no_argument, &line_comment, 0 },
433 line_comment = 1; in main()
531 if (!line_comment && sort_by_filepos) in main()
2207 if (line_comment) in remember_a_message()
H A DChangeLog.01574 * xgettext.c (line_comment): Remove variable, so default value is
2355 * xgettext.h (line_comment, exclude): New declarations.
2357 (line_comment): Make non-static.
2484 (line_comment, omit_header, more_than, less_than): Remove variables.
3093 (merge_class_ty, line_comment, merge_constructor, merge_destructor,
5122 Disable line_comment option when omit_header is selected.
5123 (write_out_domain): Don't write empty line if !line_comment.
H A DChangeLog3728 * read-po.h (line_comment, allow_duplicates, input_syntax): Likewise.
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/woe32dll/
H A Dgettextsrc-exports.c52 VARIABLE(line_comment)