Searched refs:x_python_keyword (Results 1 – 5 of 5) sorted by relevance
/third_party/gettext/gettext-tools/src/ |
D | x-python.c | 87 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()
|
D | x-python.h | 43 extern void x_python_keyword (const char *keyword);
|
D | xgettext.c | 475 x_python_keyword (optarg); in main()
|
D | ChangeLog.0 | 383 * 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.
|
D | ChangeLog.1 | 4849 * x-python.c (x_python_keyword): Use callshape API: split_keywordspec, 5006 * x-python.c (x_python_keyword, extract_parenthesized): Update.
|