thp_settings
struct thp_settings settings = *thp_current_settings();
struct thp_settings default_settings;
struct thp_settings current_settings;
void thp_read_settings(struct thp_settings *settings)
*settings = (struct thp_settings) {
static struct thp_settings settings_stack[MAX_SETTINGS_DEPTH];
void thp_write_settings(struct thp_settings *settings)
static struct thp_settings saved_settings;
struct thp_settings *thp_current_settings(void)
void thp_push_settings(struct thp_settings *settings)
void thp_write_settings(struct thp_settings *settings);
void thp_read_settings(struct thp_settings *settings);
struct thp_settings *thp_current_settings(void);
void thp_push_settings(struct thp_settings *settings);
struct thp_settings default_settings = {
struct thp_settings settings = *thp_current_settings();
struct thp_settings settings = *thp_current_settings();
struct thp_settings settings = *thp_current_settings();
struct thp_settings settings;
struct thp_settings settings;
struct thp_settings settings;
struct thp_settings settings = *thp_current_settings();