Home | History | Annotate | Download | only in misc

Lines Matching refs:def_val

1349 				     const char *def_val)
1361 profile_get_string(profile, "defaults", opt, 0, def_val, &ret);
1365 int get_int_from_profile(char **types, const char *opt, int def_val)
1370 profile_get_integer(profile, "defaults", opt, 0, def_val, &ret);
1377 unsigned int def_val)
1382 profile_get_uint(profile, "defaults", opt, 0, def_val, &ret);
1389 double def_val)
1394 profile_get_double(profile, "defaults", opt, 0, def_val, &ret);
1400 int get_bool_from_profile(char **types, const char *opt, int def_val)
1405 profile_get_boolean(profile, "defaults", opt, 0, def_val, &ret);