Searched refs:split_keywordspec (Results 1 – 17 of 17) sorted by relevance
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/ |
H A D | xgettext.h | 64 extern void split_keywordspec (const char *spec, const char **endp,
|
H A D | x-awk.c | 76 split_keywordspec (name, &end, &shape); in x_awk_keyword()
|
H A D | ChangeLog | 971 * 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 D | x-tcl.c | 95 split_keywordspec (name, &end, &shape); in x_tcl_keyword()
|
H A D | x-librep.c | 93 split_keywordspec (name, &end, &shape); in x_librep_keyword()
|
H A D | x-scheme.c | 103 split_keywordspec (name, &end, &shape); in x_scheme_keyword()
|
H A D | x-php.c | 80 split_keywordspec (name, &end, &shape); in x_php_keyword()
|
H A D | x-sh.c | 94 split_keywordspec (name, &end, &shape); in x_sh_keyword()
|
H A D | x-elisp.c | 91 split_keywordspec (name, &end, &shape); in x_elisp_keyword()
|
H A D | x-java.c | 82 split_keywordspec (name, &end, &shape); in x_java_keyword()
|
H A D | x-lisp.c | 137 split_keywordspec (name, &end, &shape); in x_lisp_keyword()
|
H A D | x-c.c | 122 split_keywordspec (name, &end, &shape); in add_keyword()
|
H A D | x-csharp.c | 85 split_keywordspec (name, &end, &shape); in x_csharp_keyword()
|
H A D | x-python.c | 94 split_keywordspec (name, &end, &shape); in x_python_keyword()
|
H A D | x-perl.c | 83 split_keywordspec (name, &end, &shape); in x_perl_keyword()
|
H A D | ChangeLog.0 | 404 * 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 D | xgettext.c | 984 split_keywordspec (const char *spec, in split_keywordspec() function
|