Searched refs:argtotal (Results 1 – 6 of 6) sorted by relevance
43 int argtotal = 0; in split_keywordspec() local78 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()
80 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()
40 int argtotal; /* total number of arguments */ member
46 int argtotal; /* total number of arguments, 0 if unspecified */ member
1555 shapes.shapes[0].argtotal = 0; in extract_variable()3120 || shape->argtotal > 1) in extract_balanced()
4697 * xgettext.h (struct callshape): Add field 'argtotal'.4701 argtotal.4704 (arglist_parser_decidedp): Compare also the argtotal if given.