Home
last modified time | relevance | path

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

/dports/x11-fm/tdfsb/tdfsb-0.0.10/
H A Dtdfsb.c99 char TDFSB_CURRENTPATH[4096], fullpath[4096], yabuf[4096], fpsbuf[12], cfpsbuf[12], throttlebuf[14]… variable
2193 …for (c2=0;c2<strlen(throttlebuf);c2++) { glutStrokeCharacter(GLUT_STROKE_MONO_ROMAN,throttlebuf[c2… in display()
2481 if (TDFSB_FPS_CONFIG) strcpy(throttlebuf,"Throttle: ON"); in speckey()
2482 else strcpy(throttlebuf,"Throttle:OFF"); in speckey()
2489 if (TDFSB_FPS_CONFIG) strcpy(throttlebuf,"Throttle: ON"); in speckey()
2490 else strcpy(throttlebuf,"Throttle:OFF"); in speckey()
2882 …if (TDFSB_FPS_CONFIG) { strcpy(throttlebuf,"Throttle:OFF"); TDFSB_FPS_CACHE=TDFSB_FPS_CONFIG; TD… in keyboard()
2883 … else { strcpy(throttlebuf,"Throttle: ON"); TDFSB_FPS_CONFIG=TDFSB_FPS_CACHE; } in keyboard()
2885 if (TDFSB_FPS_CONFIG) strcpy(throttlebuf,"Throttle: ON"); in keyboard()
2886 else strcpy(throttlebuf,"Throttle:OFF"); in keyboard()