Lines Matching refs:shapes
41 arglist_parser_alloc (message_list_ty *mlp, const struct callshapes *shapes) in arglist_parser_alloc() argument
43 if (shapes == NULL || shapes->nshapes == 0) in arglist_parser_alloc()
62 xtimes (shapes->nshapes - 1, in arglist_parser_alloc()
67 ap->keyword = shapes->keyword; in arglist_parser_alloc()
68 ap->keyword_len = shapes->keyword_len; in arglist_parser_alloc()
70 ap->nalternatives = shapes->nshapes; in arglist_parser_alloc()
71 for (i = 0; i < shapes->nshapes; i++) in arglist_parser_alloc()
73 ap->alternative[i].argnumc = shapes->shapes[i].argnumc; in arglist_parser_alloc()
74 ap->alternative[i].argnum1 = shapes->shapes[i].argnum1; in arglist_parser_alloc()
75 ap->alternative[i].argnum2 = shapes->shapes[i].argnum2; in arglist_parser_alloc()
77 shapes->shapes[i].argnum1_glib_context; in arglist_parser_alloc()
79 shapes->shapes[i].argnum2_glib_context; in arglist_parser_alloc()
80 ap->alternative[i].argtotal = shapes->shapes[i].argtotal; in arglist_parser_alloc()
81 ap->alternative[i].xcomments = shapes->shapes[i].xcomments; in arglist_parser_alloc()