Home
last modified time | relevance | path

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

/original-bsd/usr.sbin/timed/timed/
H A Dextern.h58 void synch __P((long));
H A Dmaster.c120 synch(0L); in master()
357 synch(tvtomsround(ntime));
381 synch(mydelta) in synch() function
H A Dslave.c216 synch(tvtomsround(msg->tsp_time)); in slave()
260 synch(tvtomsround(ntime)); in slave()
/original-bsd/usr.bin/tn3270/ascii/
H A Ddefault.map40 " synch = '^r'; reshow = '^v'; eeof = '^e'; tab = '^i';",
H A Dtermcodes.m4133 TC(SYNCH) /* user and us are in synch */
/original-bsd/old/sysline/
H A Dsysline.c170 int synch = 1; /* synchronize with clock */ variable
319 synch = 0; /* no more sync */
718 if (synch) /* sync with clock */ in timeprint()