Home
last modified time | relevance | path

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

/third_party/glfw/src/
H A Dlinux_joystick.c327 _glfw.linjs.regexCompiled = (regcomp(&_glfw.linjs.regex, "^event[0-9]\\+$", 0) == 0); in _glfwInitJoysticksLinux()
328 if (!_glfw.linjs.regexCompiled) in _glfwInitJoysticksLinux()
382 if (_glfw.linjs.regexCompiled) in _glfwTerminateJoysticksLinux()
H A Dlinux_joystick.h53 GLFWbool regexCompiled; member

Completed in 3 milliseconds