Searched refs:po_gram_error (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/ |
| H A D | po-lex.c | 79 po_gram_error (const char *fmt, ...) in po_gram_error() function 433 po_gram_error (_("invalid multibyte sequence")); in mbfile_getc() 461 po_gram_error (_("\ in mbfile_getc() 471 po_gram_error (_("\ in mbfile_getc() 503 po_gram_error (_("invalid multibyte sequence")); in mbfile_getc() 850 po_gram_error (_("invalid control sequence")); in control_sequence()
|
| H A D | po-lex.h | 85 extern void po_gram_error (const char *fmt, ...)
|
| H A D | po-gram-gen.y | 54 #define yyerror po_gram_error
|
| H A D | ChangeLog.0 | 253 po_lex_pass_comments, po_lex_pass_obsolete_entries, po_gram_error, 257 (po_gram_error, po_gram_error_at_line): Use ANSI C function 704 * po-lex.h (po_gram_error): Treat Apple's version of GCC like non-GCC. 705 * po-lex.c (po_gram_error): Likewise. 710 * po-lex.h (po_gram_error): Use __VA_ARGS__ + 0 instead of __VA_ARGS__. 794 (po_gram_error): Modernize varargs handling. Fix memory leak. 1672 * po-lex.h (po_gram_error): Cast line number to 'unsigned long'. 1673 * po-lex.c (po_gram_error): Likewise. 2612 (po_gram_error): Also output current column number. 2616 (po_gram_error): Also output current column number. [all …]
|
| H A D | ChangeLog | 69 (po_gram_error, po_gram_error_at_line): Declare format string argument. 1817 (po_gram_error, po_gram_error_at_line): Use po_xerror instead of 1822 (po_gram_error, po_gram_error_at_line): Remove optimized macros. 1872 integer, so that po_gram_error doesn't cause the program to exit(). 1984 * po-lex.h (po_gram_error, po_gram_error_at_line): Test for 1987 * po-lex.c (po_gram_error, po_gram_error_at_line): Likewise. 2345 (po_gram_error): Use po_error instead of error. 2347 * po-lex.c (po_gram_error): Use po_error instead of error. 4170 * po-lex.h (po_gram_error): Don't use ISO C 99 feature on DEC C. 4171 * po-lex.c (po_gram_error): LIkewise.
|
| H A D | po-gram-gen.c | 56 #define yyerror po_gram_error
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/po/ |
| H A D | Makevars | 20 --flag=po_gram_error:1:c-format --flag=po_gram_error_at_line:2:c-format
|