Lines Matching refs:inherits
797 char *inherits = NULL; in XcursorScanTheme() local
819 if (!f && !inherits) in XcursorScanTheme()
824 inherits = _XcursorThemeInherits (full); in XcursorScanTheme()
834 for (i = inherits; i && f == NULL; i = _XcursorNextPath (i)) in XcursorScanTheme()
836 if (inherits != NULL) in XcursorScanTheme()
837 free (inherits); in XcursorScanTheme()
934 char *inherits = NULL; in xcursor_load_theme() local
955 if (!inherits) { in xcursor_load_theme()
958 inherits = _XcursorThemeInherits(full); in xcursor_load_theme()
966 for (i = inherits; i; i = _XcursorNextPath(i)) in xcursor_load_theme()
969 if (inherits) in xcursor_load_theme()
970 free(inherits); in xcursor_load_theme()