dtotimespec        81 lib/timespec.h struct timespec dtotimespec (double)
dtotimespec      6224 src/dispnew.c        struct timespec t = dtotimespec (duration);
dtotimespec      6299 src/dispnew.c  	  struct timespec t = dtotimespec (seconds);
dtotimespec      1095 src/eval.c       struct timespec interval = dtotimespec (XFLOATINT (timeout));
dtotimespec      2269 src/image.c    	  old = timespec_sub (t, dtotimespec (delay));
dtotimespec      2037 src/keyboard.c 	  struct timespec interval = dtotimespec (XFLOATINT (Vpolling_period));
dtotimespec       841 src/lread.c          struct timespec wait_time = dtotimespec (duration);
dtotimespec      4893 src/process.c  	      struct timespec t = dtotimespec (XFLOAT_DATA (seconds));
dtotimespec      37936 src/xdisp.c        delay = dtotimespec (XFLOAT_DATA (Vhourglass_delay));
dtotimespec      28185 src/xterm.c      fallback = dtotimespec (0.5);