Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dx-php.c67 x_php_keyword (const char *name) in x_php_keyword() function
99 x_php_keyword ("_"); in init_keywords()
100 x_php_keyword ("gettext"); in init_keywords()
101 x_php_keyword ("dgettext:2"); in init_keywords()
102 x_php_keyword ("dcgettext:2"); in init_keywords()
104 x_php_keyword ("ngettext:1,2"); in init_keywords()
105 x_php_keyword ("dngettext:2,3"); in init_keywords()
106 x_php_keyword ("dcngettext:2,3"); in init_keywords()
H A Dx-php.h35 extern void x_php_keyword (const char *keyword);
H A Dxgettext.c411 x_php_keyword (optarg); in main()
H A DChangeLog.0374 * x-php.h (extract_php, x_php_keyword, x_php_extract_all): Likewise.
375 * x-php.c (x_php_keyword, phase1_ungetc, phase2_ungetc, comment_add,
504 (main): Call x_php_extract_all, x_php_keyword.
H A DChangeLog1386 * x-php.c (x_php_keyword): Use callshape API: split_keywordspec,
1547 * x-php.c (x_php_keyword, extract_parenthesized): Update.