Home
last modified time | relevance | path

Searched refs:split_keywordspec (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dxgettext.h64 extern void split_keywordspec (const char *spec, const char **endp,
H A Dx-awk.c76 split_keywordspec (name, &end, &shape); in x_awk_keyword()
H A DChangeLog971 * xgettext.c (split_keywordspec): Accept the ID:ARGNUM...,"XCOMMENT"
1001 * xgettext.c (split_keywordspec): Recognize suffix 'g' and set the
1242 * xgettext.c (split_keywordspec): Recognize NNt syntax and fill
1330 (split_keywordspec): Return a struct callshape, not two integers,
1339 * xgettext.c (split_keywordspec): Return a struct callshape, not two
1346 * x-awk.c (x_awk_keyword): Use callshape API: split_keywordspec,
1351 * x-c.c (add_keyword): Use callshape API: split_keywordspec,
1361 * x-csharp.c (x_csharp_keyword): Use callshape API: split_keywordspec,
1366 * x-elisp.c (x_elisp_keyword): Use callshape API: split_keywordspec,
1370 * x-java.c (x_java_keyword): Use callshape API: split_keywordspec,
[all …]
H A Dx-tcl.c95 split_keywordspec (name, &end, &shape); in x_tcl_keyword()
H A Dx-librep.c93 split_keywordspec (name, &end, &shape); in x_librep_keyword()
H A Dx-scheme.c103 split_keywordspec (name, &end, &shape); in x_scheme_keyword()
H A Dx-php.c80 split_keywordspec (name, &end, &shape); in x_php_keyword()
H A Dx-sh.c94 split_keywordspec (name, &end, &shape); in x_sh_keyword()
H A Dx-elisp.c91 split_keywordspec (name, &end, &shape); in x_elisp_keyword()
H A Dx-java.c82 split_keywordspec (name, &end, &shape); in x_java_keyword()
H A Dx-lisp.c137 split_keywordspec (name, &end, &shape); in x_lisp_keyword()
H A Dx-c.c122 split_keywordspec (name, &end, &shape); in add_keyword()
H A Dx-csharp.c85 split_keywordspec (name, &end, &shape); in x_csharp_keyword()
H A Dx-python.c94 split_keywordspec (name, &end, &shape); in x_python_keyword()
H A Dx-perl.c83 split_keywordspec (name, &end, &shape); in x_perl_keyword()
H A DChangeLog.0404 * xgettext.h (split_keywordspec, xgettext_comment_add,
408 exclude_directive_message, read_exclusion_file, split_keywordspec,
1310 * xgettext.h (split_keywordspec): New declaration.
1311 * xgettext.c (split_keywordspec): New function.
1312 * x-c.c (x_c_keyword): Use split_keywordspec.
1315 (x_java_keyword): Use split_keywordspec.
H A Dxgettext.c984 split_keywordspec (const char *spec, in split_keywordspec() function