Home
last modified time | relevance | path

Searched refs:ovec (Results 1 – 5 of 5) sorted by relevance

/original-bsd/lib/libc/gen/
H A Dsleep.c27 struct sigvec vec, ovec; local
55 (void) sigvec(SIGALRM, &vec, &ovec);
61 (void) sigvec(SIGALRM, &ovec, (struct sigvec *)0);
H A Dusleep.c30 struct sigvec vec, ovec; local
58 (void) sigvec(SIGALRM, &vec, &ovec);
64 (void) sigvec(SIGALRM, &ovec, (struct sigvec *)0);
/original-bsd/usr.bin/tip/aculib/
H A Dcourier.c329 struct sigvec vec, ovec; in cour_nap() local
335 setvec(ovec, SIG_DFL); in cour_nap()
341 (void) sigvec(SIGALRM, &vec, &ovec); in cour_nap()
345 (void) sigvec(SIGALRM, &ovec, (struct sigvec *)0); in cour_nap()
H A Dt3000.c357 struct sigvec vec, ovec; in t3000_nap() local
363 setvec(ovec, SIG_DFL); in t3000_nap()
369 (void) sigvec(SIGALRM, &vec, &ovec); in t3000_nap()
373 (void) sigvec(SIGALRM, &ovec, (struct sigvec *)0); in t3000_nap()
/original-bsd/sys/vax/uba/
H A Dqv.c262 static int tvec, ovec; local
272 ovec = cvec;
309 if( ovec == cvec ) {