Home
last modified time | relevance | path

Searched refs:x_python_keyword (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dx-python.c81 x_python_keyword (const char *name) in x_python_keyword() function
113 x_python_keyword ("gettext"); in init_keywords()
114 x_python_keyword ("ugettext"); in init_keywords()
115 x_python_keyword ("dgettext:2"); in init_keywords()
116 x_python_keyword ("ngettext:1,2"); in init_keywords()
117 x_python_keyword ("ungettext:1,2"); in init_keywords()
118 x_python_keyword ("dngettext:2,3"); in init_keywords()
119 x_python_keyword ("_"); in init_keywords()
H A Dx-python.h33 extern void x_python_keyword (const char *keyword);
H A Dxgettext.c401 x_python_keyword (optarg); in main()
H A DChangeLog.0383 * x-python.h (extract_python, x_python_keyword, x_python_extract_all):
386 (x_python_keyword, phase1_ungetc, comment_add, phase2_ungetc,
849 (main): Call x_python_extract_all, x_python_keyword.
H A DChangeLog1391 * x-python.c (x_python_keyword): Use callshape API: split_keywordspec,
1548 * x-python.c (x_python_keyword, extract_parenthesized): Update.