Home
last modified time | relevance | path

Searched refs:next_shapes (Results 1 – 10 of 10) sorted by relevance

/third_party/gettext/gettext-tools/src/
Dx-awk.c698 const struct callshapes *next_shapes = NULL; in extract_parenthesized() local
740 next_shapes = (const struct callshapes *) keyword_value; in extract_parenthesized()
760 state ? next_shapes : NULL))) in extract_parenthesized()
Dx-lua.c1044 const struct callshapes *next_shapes = NULL; in extract_balanced() local
1072 next_shapes = (const struct callshapes *) keyword_value; in extract_balanced()
1090 state ? next_shapes : NULL))) in extract_balanced()
1167 tmp_argparser = arglist_parser_alloc (mlp, next_shapes); in extract_balanced()
Dx-vala.c1236 const struct callshapes *next_shapes = NULL; in extract_balanced() local
1264 next_shapes = (const struct callshapes *) keyword_value; in extract_balanced()
1282 state ? next_shapes : NULL))) in extract_balanced()
1337 tmp_argparser = arglist_parser_alloc (mlp, next_shapes); in extract_balanced()
Dx-php.c1432 const struct callshapes *next_shapes = NULL; in extract_balanced() local
1459 next_shapes = (const struct callshapes *) keyword_value; in extract_balanced()
1477 state ? next_shapes : NULL))) in extract_balanced()
Dx-csharp.c1826 const struct callshapes *next_shapes = NULL; in extract_parenthesized() local
1896 next_shapes = (const struct callshapes *) keyword_value; in extract_parenthesized()
1934 state ? next_shapes : NULL))) in extract_parenthesized()
Dx-python.c1544 const struct callshapes *next_shapes = NULL; in extract_balanced() local
1571 next_shapes = (const struct callshapes *) keyword_value; in extract_balanced()
1589 state ? next_shapes : NULL))) in extract_balanced()
Dx-java.c1464 const struct callshapes *next_shapes = NULL; in extract_parenthesized() local
1534 next_shapes = (const struct callshapes *) keyword_value; in extract_parenthesized()
1572 state ? next_shapes : NULL))) in extract_parenthesized()
Dx-javascript.c1613 const struct callshapes *next_shapes = NULL; in extract_balanced() local
1640 next_shapes = (const struct callshapes *) keyword_value; in extract_balanced()
1658 state ? next_shapes : NULL))) in extract_balanced()
Dx-perl.c3041 const struct callshapes *next_shapes = NULL; in extract_balanced() local
3105 if (next_shapes != NULL) in extract_balanced()
3113 for (i = 0; i < next_shapes->nshapes; i++) in extract_balanced()
3115 const struct callshape *shape = &next_shapes->shapes[i]; in extract_balanced()
3166 next_shapes = shapes; in extract_balanced()
3171 next_shapes = NULL; in extract_balanced()
Dx-c.c2196 const struct callshapes *next_shapes = NULL; in extract_parenthesized() local
2220 next_shapes = token.shapes; in extract_parenthesized()
2250 state ? next_shapes : NULL))) in extract_parenthesized()