Searched refs:defaultPath (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/libXt/dist/src/
H A DIntrinsic.c1355 static const char *defaultPath = NULL; local in function:XtResolvePathname
1371 if (defaultPath == NULL) {
1372 defaultPath = getenv("XFILESEARCHPATH");
1373 if (defaultPath == NULL)
1374 defaultPath = impl_default;
1376 path = defaultPath;

Completed in 5 milliseconds