Home
last modified time | relevance | path

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

/dragonfly/usr.bin/dsynth/
H A Dhtml.c58 static time_t HtmlLast; variable
98 HtmlLast = 0; in HtmlInit()
283 if (HtmlLast && (int)(time(NULL) - HtmlLast) < 10 && info->active) in HtmlUpdateTop()
285 HtmlLast = time(NULL); in HtmlUpdateTop()