Searched refs:N_ (Results 1 – 10 of 10) sorted by relevance
161 #define BAD_COMMA (BAD_BANG + sizeof(N_("multiple `!'s")))162 #define BAD_STEP (BAD_COMMA + sizeof(N_("unexpected `,'")))163 #define EXCESS_OPEN_BRACE (BAD_STEP + sizeof(N_("invalid usage of +N or ~N as first address")))164 #define EXCESS_CLOSE_BRACE (EXCESS_OPEN_BRACE + sizeof(N_("unmatched `{'")))165 #define EXCESS_JUNK (EXCESS_CLOSE_BRACE + sizeof(N_("unexpected `}'")))166 #define EXPECTED_SLASH (EXCESS_JUNK + sizeof(N_("extra characters after command")))167 #define NO_CLOSE_BRACE_ADDR (EXPECTED_SLASH + sizeof(N_("expected \\ after `a', `c' or `i'")))168 #define NO_COLON_ADDR (NO_CLOSE_BRACE_ADDR + sizeof(N_("`}' doesn't want any addresses")))169 #define NO_SHARP_ADDR (NO_COLON_ADDR + sizeof(N_(": doesn't want any addresses")))170 #define NO_COMMAND (NO_SHARP_ADDR + sizeof(N_("comments don't accept any addresses")))[all …]
29 # define N_(String) gettext_noop(String) macro31 # define N_(String) (String) macro41 #define BAD_MODIF (NO_REGEX + sizeof(N_("no previous regular expression")))42 #define END_ERRORS (BAD_MODIF + sizeof(N_("cannot specify modifiers on empty regexp")))
291 N_("Options:\n"),292 N_("\294 N_("\296 N_("\299 N_("\301 N_("\303 N_("\306 N_("\309 N_("\311 N_("\[all …]
346 #define N_(msgid) gettext_noop (msgid) macro
13 XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ \16 --flag=N_:1:pass-c-format\
47 * sed/compile.c: added N_() markers and corresponding gettext()
38 #define N_(msgid) msgid macro249 char const *left = gettext_quote (N_("`"), quoting_style); in quotearg_buffer_restyled()250 char const *right = gettext_quote (N_("'"), quoting_style); in quotearg_buffer_restyled()
44 #define N_(String) gettext_noop(String) macro
894 * sed/regex.c: Don't use N_ on the lines that define901 * sed/compile.c: Don't use N_ on the lines that define1522 * sed/compile.c: added N_() markers and corresponding gettext()
28 XGETTEXT_OPTIONS = --keyword=_ --keyword=N_