Home
last modified time | relevance | path

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

/third_party/gettext/gettext-tools/src/
Dx-python.c87 x_python_keyword (const char *name) in x_python_keyword() function
119 x_python_keyword ("gettext"); in init_keywords()
120 x_python_keyword ("ugettext"); in init_keywords()
121 x_python_keyword ("dgettext:2"); in init_keywords()
122 x_python_keyword ("ngettext:1,2"); in init_keywords()
123 x_python_keyword ("ungettext:1,2"); in init_keywords()
124 x_python_keyword ("dngettext:2,3"); in init_keywords()
125 x_python_keyword ("_"); in init_keywords()
Dx-python.h43 extern void x_python_keyword (const char *keyword);
Dxgettext.c475 x_python_keyword (optarg); in main()
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.
DChangeLog.14849 * x-python.c (x_python_keyword): Use callshape API: split_keywordspec,
5006 * x-python.c (x_python_keyword, extract_parenthesized): Update.