Searched refs:last_function (Results 1 – 1 of 1) sorted by relevance
280 static char *last_function = NULL; in vfinfo() local331 || last_function == NULL in vfinfo()335 || strcmp (last_function, functionname) != 0) in vfinfo()346 if (last_function != NULL) in vfinfo()347 free (last_function); in vfinfo()348 last_function = xstrdup (functionname); in vfinfo()382 if (last_function != NULL) in vfinfo()384 free (last_function); in vfinfo()385 last_function = NULL; in vfinfo()