Searched refs:x_c_keyword (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/ |
H A D | x-c.c | 133 x_c_keyword (const char *name) in x_c_keyword() function 153 x_c_keyword ("gettext"); in init_keywords() 154 x_c_keyword ("dgettext:2"); in init_keywords() 155 x_c_keyword ("dcgettext:2"); in init_keywords() 156 x_c_keyword ("ngettext:1,2"); in init_keywords() 157 x_c_keyword ("dngettext:2,3"); in init_keywords() 158 x_c_keyword ("dcngettext:2,3"); in init_keywords() 159 x_c_keyword ("gettext_noop"); in init_keywords() 160 x_c_keyword ("pgettext:1c,2"); in init_keywords() 161 x_c_keyword ("dpgettext:2c,3"); in init_keywords() [all …]
|
H A D | x-c.h | 59 extern void x_c_keyword (const char *name);
|
H A D | xgettext.c | 398 x_c_keyword (optarg); in main()
|
H A D | ChangeLog.0 | 326 * x-c.h (extract_c, x_c_extract_all, x_c_keyword, x_c_any_keywords, 329 (x_c_keyword, phase1_ungetc, phase2_ungetc, phase3_ungetc, 1312 * x-c.c (x_c_keyword): Use split_keywordspec. 2318 (x_c_keyword): Store keywords without NUL in hash table. 2398 (x_c_keyword): Moved here from xget-lex.c, renamed from
|
H A D | ChangeLog | 2956 (add_keyword): Renamed from x_c_keyword. Add keywords table argument. 2957 (x_c_keyword, x_objc_keyword): New functions.
|