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

/ast/src/cmd/ksh93/edit/
H A Dhistory.c46 #define HIST_RECENT 600 macro
375 sh_timeradd(1000L*(HIST_RECENT-30), 1, hist_touch, (void*)hp->histname);
447 * clean out history file OK if not modified in HIST_RECENT seconds
452 return(fstat(fd,&statb)>=0 && (time((time_t*)0)-statb.st_mtime) >= HIST_RECENT);
/ast/src/cmd/ie/
H A Dhistory.c92 #define HIST_RECENT 600 macro
293 if((time((time_t*)0)-statb.st_mtime) < HIST_RECENT)

Completed in 14 milliseconds