Searched refs:napmax (Results 1 – 3 of 3) sorted by relevance
/external/libvncserver/x11vnc/ | ||
D | options.h | 346 extern int napmax; |
D | options.c | 446 int napmax = 1500; /* longest nap in ms. */ variable |
D | scan.c | 2997 ms = ms > napmax ? napmax : ms; in nap_check() |