Home
last modified time | relevance | path

Searched refs:AlertSecs (Results 1 – 6 of 6) sorted by relevance

/mirbsd/src/gnu/usr.bin/lynx/src/
DLYGlobalDefs.h458 extern int AlertSecs;
DHTAlert.c1163 LYSleep(AlertSecs); in LYSleepAlert()
DLYMain.c501 int AlertSecs; /* time-delay for HTAlert() messages */ variable
1191 AlertSecs = SECS2Secs(ALERTSECS); in main()
DLYReadCFG.c1417 PARSE_TIM(RC_ALERTSECS, AlertSecs),
DLYUtils.c1789 CTRACE_SLEEP(AlertSecs); in HTCheckForInterrupt()
4508 CTRACE_SLEEP(AlertSecs); in LYConvertToURL()
/mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/
DHTTP.c365 if (i / TICK > (AlertSecs + 2)) { in ws_netread()