Lines Matching refs:subsubname
212 const char *subname, const char *subsubname,
1463 const char *subname, const char *subsubname, in profile_get_value() argument
1473 names[2] = subsubname; in profile_get_value()
1496 const char *subsubname, const char *def_val, in profile_get_string() argument
1504 subsubname, &value); in profile_get_string()
1524 const char *subsubname, int def_val, int *ret_int) in profile_get_integer() argument
1535 retval = profile_get_value(profile, name, subname, subsubname, &value); in profile_get_integer()
1565 const char *subsubname, unsigned int def_val, in profile_get_uint() argument
1577 retval = profile_get_value(profile, name, subname, subsubname, &value); in profile_get_uint()
1606 const char *subsubname, double def_val, double *ret_double) in profile_get_double() argument
1617 retval = profile_get_value(profile, name, subname, subsubname, &value); in profile_get_double()
1678 const char *subsubname, int def_val, int *ret_boolean) in profile_get_boolean() argument
1688 retval = profile_get_value(profile, name, subname, subsubname, &value); in profile_get_boolean()
1768 const char *subsubname = 0; in do_cmd() local
1774 subsubname = names[2]; in do_cmd()
1775 if (subsubname && names[3]) { in do_cmd()
1781 subsubname, &value); in do_cmd()