HomeSort by: relevance | last modified time | path
    Searched defs:USE_POLL (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/less/dist/
os.c 46 #define USE_POLL 1
47 static int use_poll = TRUE; variable
49 #define USE_POLL 0
51 #if USE_POLL
98 #if USE_POLL
103 use_poll = FALSE;
108 #if USE_POLL
151 #endif /* USE_POLL */
155 #if USE_POLL
156 return (use_poll);
    [all...]
  /src/external/mit/xorg/lib/libxcb/files/
config.h 109 #define USE_POLL 1

Completed in 52 milliseconds