Home | History | Annotate | Download | only in cs

Lines Matching refs:global_hdf

420       if (parse->global_hdf && nerr_handle(&err, NERR_NOT_FOUND))
421 err = hdf_search_path(parse->global_hdf, path, fpath);
757 if (ret_hdf == NULL && parse->global_hdf != NULL) {
758 ret_hdf = hdf_get_obj (parse->global_hdf, name);
876 if (retval == NULL && parse->global_hdf != NULL) {
877 retval = hdf_get_value (parse->global_hdf, name, NULL);
4165 /* Set global_hdf to be null */
4166 my_parse->global_hdf = NULL;
4179 my_parse->global_hdf = parent->global_hdf;