Home
last modified time | relevance | path

Searched refs:nalternatives (Results 1 – 3 of 3) sorted by relevance

/third_party/gettext/gettext-tools/src/
Dxg-arglist-parser.c53 ap->nalternatives = 0; in arglist_parser_alloc()
70 ap->nalternatives = shapes->nshapes; in arglist_parser_alloc()
108 xtimes (ap->nalternatives, sizeof (struct partial_call)))); in arglist_parser_clone()
115 copy->nalternatives = ap->nalternatives; in arglist_parser_clone()
116 for (i = 0; i < ap->nalternatives; i++) in arglist_parser_clone()
155 size_t nalternatives = ap->nalternatives; in arglist_parser_remember() local
160 for (i = 0; i < nalternatives; i++) in arglist_parser_remember()
213 size_t nalternatives = ap->nalternatives; in arglist_parser_remember_msgctxt() local
216 for (i = 0; i < nalternatives; i++) in arglist_parser_remember_msgctxt()
249 for (i = 0; i < ap->nalternatives; i++) in arglist_parser_decidedp()
[all …]
Dxg-arglist-parser.h68 size_t nalternatives; /* number of partial_call alternatives */ member
Dx-perl.c3315 size_t nalternatives = argparser->nalternatives; in extract_balanced() local
3318 for (i = 0; i < nalternatives; i++) in extract_balanced()