Searched defs:vvp (Results 1 – 4 of 4) sorted by relevance
/openbsd/lib/libevent/ |
H A D | evutil.h | 68 #define evutil_timeradd(tvp, uvp, vvp) timeradd((tvp), (uvp), (vvp)) argument 69 #define evutil_timersub(tvp, uvp, vvp) timersub((tvp), (uvp), (vvp)) argument
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/ |
H A D | deref1.C | 7 void fn (void *vp, volatile void *vvp) in fn()
|
/openbsd/usr.bin/mg/ |
H A D | display.c | 646 ucopy(struct video *vvp, struct video *pvp) in ucopy() 698 uline(int row, struct video *vvp, struct video *pvp) in uline()
|
/openbsd/sys/sys/ |
H A D | time.h | 93 #define timeradd(tvp, uvp, vvp) \ argument 102 #define timersub(tvp, uvp, vvp) \ argument
|