Home
last modified time | relevance | path

Searched refs:str_printmode (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DSettings.cc138 str_printmode = NULL; in Settings()
210 str_printmode = dbe_strdup (_settings->str_printmode); in Settings()
346 free (str_printmode); in ~Settings()
425 if (str_printmode == NULL) in read_rc()
429 str_printmode = dbe_strdup (NTXT ("text")); in read_rc()
698 if (!str_printmode || override) in set_rc()
896 free (str_printmode); in set_printmode()
897 str_printmode = dbe_strdup (arg); in set_printmode()
H A DSettings.h377 char *str_printmode; variable
H A DDbeView.h211 return dbe_strdup (settings->str_printmode); in get_printmode_str()
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DSettings.cc138 str_printmode = NULL; in Settings()
210 str_printmode = dbe_strdup (_settings->str_printmode); in Settings()
346 free (str_printmode); in ~Settings()
425 if (str_printmode == NULL) in read_rc()
429 str_printmode = dbe_strdup (NTXT ("text")); in read_rc()
698 if (!str_printmode || override) in set_rc()
896 free (str_printmode); in set_printmode()
897 str_printmode = dbe_strdup (arg); in set_printmode()
H A DSettings.h377 char *str_printmode; variable
H A DDbeView.h211 return dbe_strdup (settings->str_printmode); in get_printmode_str()