Searched refs:touched (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dlib_overlay.c143 bool touched; local
182 touched = FALSE;
200 touched = TRUE;
207 touched = TRUE;
211 if (touched) {
/freebsd-11-stable/usr.bin/finger/
H A Dutil.c292 time_t touched; local
312 touched = sb.st_atime;
313 if (touched < w->loginat) {
315 touched = w->loginat;
317 w->idletime = now < touched ? 0 : now - touched;
/freebsd-11-stable/contrib/lua/src/
H A Dlfunc.h41 int touched; /* mark to avoid cycles with dead threads */ member in struct:UpVal::__anon3413::__anon3414
H A Dlfunc.c72 uv->u.open.touched = 1;
H A Dlgc.c324 if (uv->u.open.touched) {
326 uv->u.open.touched = 0;
521 uv->u.open.touched = 1; /* can be marked in 'remarkupvals' */
H A Dlapi.c1295 if (upisopen(*up1)) (*up1)->u.open.touched = 1;
/freebsd-11-stable/usr.bin/w/
H A Dw.c137 time_t touched; local
244 touched = stp->st_atime;
245 if (touched < ep->utmp.ut_tv.tv_sec) {
247 touched = ep->utmp.ut_tv.tv_sec;
249 if ((ep->idle = now - touched) < 0)
/freebsd-11-stable/crypto/openssl/util/
H A Dmkerr.pl67 files will be touched!)
/freebsd-11-stable/contrib/bmake/mk/
H A Dmeta.autodep.mk98 # if it isn't supposed to be touched by us the Makefile should have
/freebsd-11-stable/share/mk/
H A Dmeta.autodep.mk99 # if it isn't supposed to be touched by us the Makefile should have
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp2638 // We shouldn't have touched other maps yet.

Completed in 125 milliseconds