Searched refs:best_cp (Results 1 – 2 of 2) sorted by relevance
283 struct partial_call *best_cp = NULL; in arglist_parser_done() local298 if (best_cp != NULL) in arglist_parser_done()303 best_cp = cp; in arglist_parser_done()307 if (best_cp == NULL) in arglist_parser_done()351 best_cp = best_cp1; in arglist_parser_done()354 if (best_cp != NULL) in arglist_parser_done()357 best_cp = best_cp2; in arglist_parser_done()361 if (best_cp == NULL) in arglist_parser_done()372 if (best_cp != NULL) in arglist_parser_done()377 best_cp = cp; in arglist_parser_done()[all …]
516 (arglist_parser_done): Make a copy of best_cp->msgid_plural when518 best_cp->msgid. Also move code conversion logic earlier taking519 into account of the ownership transfer of best_cp->msgid.