Home
last modified time | relevance | path

Searched refs:callshape (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dxgettext.h52 struct callshape struct
65 struct callshape *shapep); argument
73 struct callshape shapes[1]; /* actually nshapes elements */
80 const struct callshape *shape);
H A Dx-awk.c70 struct callshape shape; in x_awk_keyword()
H A DChangeLog969 * xgettext.h (struct callshape): New field 'xcomments'.
997 * xgettext.h (struct callshape): Add fields argnum1_glib_context,
1239 * xgettext.h (struct callshape): Add field 'argtotal'.
1329 (struct callshape): New structure type.
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,
[all …]
H A Dx-tcl.c90 struct callshape shape; in x_tcl_keyword()
H A Dx-librep.c87 struct callshape shape; in x_librep_keyword()
H A Dx-scheme.c97 struct callshape shape; in x_scheme_keyword()
H A Dx-php.c74 struct callshape shape; in x_php_keyword()
H A Dx-sh.c88 struct callshape shape; in x_sh_keyword()
H A Dx-elisp.c85 struct callshape shape; in x_elisp_keyword()
H A Dxgettext.c985 const char **endp, struct callshape *shapep) in split_keywordspec()
1128 const struct callshape *shape) in insert_keyword_callshape()
1176 + old_shapes->nshapes * sizeof (struct callshape)); in insert_keyword_callshape()
H A Dx-java.c76 struct callshape shape; in x_java_keyword()
H A Dx-lisp.c128 struct callshape shape; in x_lisp_keyword()
H A Dx-c.c116 struct callshape shape; in add_keyword()
H A Dx-csharp.c79 struct callshape shape; in x_csharp_keyword()
H A Dx-perl.c77 struct callshape shape; in x_perl_keyword()
2953 const struct callshape *shape = &next_shapes->shapes[i]; in extract_balanced()
H A Dx-python.c88 struct callshape shape; in x_python_keyword()