OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:inherits
(Results
1 - 1
of
1
) sorted by relevancy
/xsrc/external/mit/libXcursor/dist/src/
library.c
188
if (!strncmp (line, "
Inherits
", 8))
230
XcursorInherit
inherits
[MAX_INHERITS_DEPTH + 1];
local
245
memset (
inherits
, 0, sizeof (
inherits
));
248
inherits
[d].theme = theme;
250
while (f == NULL && d >= 0 &&
inherits
[d].theme != NULL)
259
dir = _XcursorBuildThemeDir (path,
inherits
[d].theme);
268
if (!f &&
inherits
[d + 1].line == NULL)
278
inherits
[d + 1].line = _XcursorThemeInherits (full);
279
inherits
[d + 1].theme = inherits[d + 1].line
[
all
...]
Completed in 18 milliseconds
Indexes created Sat Jul 04 00:25:45 UTC 2026