Home
last modified time | relevance | path

Searched refs:argtotal (Results 1 – 6 of 6) sorted by relevance

/third_party/gettext/gettext-tools/src/
Dxg-arglist-callshape.c43 int argtotal = 0; in split_keywordspec() local
78 if (argtotal != 0) in split_keywordspec()
81 argtotal = arg; in split_keywordspec()
152 shapep->argtotal = argtotal; in split_keywordspec()
169 shapep->argtotal = 0; in split_keywordspec()
212 && old_shapes->shapes[i].argtotal == shape->argtotal) in insert_keyword_callshape()
Dxg-arglist-parser.c80 ap->alternative[i].argtotal = shapes->shapes[i].argtotal; in arglist_parser_alloc()
126 ccp->argtotal = cp->argtotal; in arglist_parser_clone()
256 || (cp->argtotal > 0 && cp->argtotal < argnum))) in arglist_parser_decidedp()
277 && (cp->argtotal == 0 || cp->argtotal == argnum)) in arglist_parser_done()
293 && (cp->argtotal == 0 || cp->argtotal == argnum) in arglist_parser_done()
318 && (cp->argtotal == 0 || cp->argtotal == argnum) in arglist_parser_done()
337 && (cp->argtotal == 0 || cp->argtotal == argnum) in arglist_parser_done()
369 && (cp->argtotal == 0 || cp->argtotal == argnum) in arglist_parser_done()
Dxg-arglist-callshape.h40 int argtotal; /* total number of arguments */ member
Dxg-arglist-parser.h46 int argtotal; /* total number of arguments, 0 if unspecified */ member
Dx-perl.c1555 shapes.shapes[0].argtotal = 0; in extract_variable()
3120 || shape->argtotal > 1) in extract_balanced()
DChangeLog.14697 * xgettext.h (struct callshape): Add field 'argtotal'.
4701 argtotal.
4704 (arglist_parser_decidedp): Compare also the argtotal if given.