Searched refs:warped (Results 1 - 3 of 3) sorted by relevance

/ast/src/cmd/warp/
H A Dwarp.c252 int warped; member in struct:__anon240
300 if (p->warped)
445 if (p->warped || !state.factor)
450 p->warped = 1;
506 if ((r = (*(Gettimeofday_f)p->call)(tv, tz)) != -1 && !p->warped)
509 p->warped = 1;
566 if (p->warped || !state.factor || to <= 1000)
571 if ((r = (*(Poll_f)p->call)(f, n, to)) != -1 && !p->warped && p->level != state.level)
572 p->warped = 1;
627 if (p->warped || !stat
[all...]
H A Dwarp.sh53 [f:factor?Set the warped clock to tick at \afactor\a seconds per real second.]:
60 warped in the same time frame. Time progresses for \acommand\a and its
64 time frame for non-warped commands.]
65 [+?Processes are warped by intercepting system calls with a dll that is
115 interactive \bsh\b(1) where 1 warped day passes for each
195 : if no command then start a warped shell
/ast/src/lib/libast/tm/
H A Dtmxfmt.c33 #define warped(t,n) ((t)<((n)-tmxsns(6L*30L*24L*60L*60L,0))||(t)>((n)+tmxsns(24L*60L*60L,0))) macro
397 if (warped(t, now))
492 p = warped(t, now) ? (char*)0 : (char*)format;

Completed in 16 milliseconds