Searched refs:shapep (Results 1 – 2 of 2) sorted by relevance
985 const char **endp, struct callshape *shapep) in split_keywordspec() argument1097 shapep->argnum1 = (argnum1 > 0 ? argnum1 : 1); in split_keywordspec()1098 shapep->argnum2 = argnum2; in split_keywordspec()1099 shapep->argnumc = argnumc; in split_keywordspec()1100 shapep->argnum1_glib_context = argnum1_glib_context; in split_keywordspec()1101 shapep->argnum2_glib_context = argnum2_glib_context; in split_keywordspec()1102 shapep->argtotal = argtotal; in split_keywordspec()1104 string_list_init (&shapep->xcomments); in split_keywordspec()1106 string_list_append (&shapep->xcomments, xcomments.item[--i]); in split_keywordspec()1114 shapep->argnum1 = 1; in split_keywordspec()[all …]
65 struct callshape *shapep);