Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/vi/port/
H A Dexrecover.c296 time_t sf_time; member
387 (void)cftime((char *)cp, "%a %b %d", &fp->sf_time); in listfiles()
388 (void)cftime((char *)cp2, "%R", &fp->sf_time); in listfiles()
413 curtime = fl->sf_time; in enter()
415 if (f->sf_time < curtime) in enter()
416 curtime = f->sf_time; in enter()
418 if (f->sf_time == curtime) in enter()
426 fp->sf_time = H.Time; in enter()
448 if (p1->sf_time > p2->sf_time) in qucmp()
450 return(p1->sf_time < p2->sf_time); in qucmp()
/titanic_41/usr/src/cmd/fs.d/cachefs/mdbug/
H A Dpriv.h88 boolean sf_time:1; /* TRUE if should print time information */ member
H A Ddbug.c789 dbug_state_object_p->sf_time = TRUE; in db_push()
1428 dbug_state_object_p->sf_time = 0; in dbug_state_create()