Home
last modified time | relevance | path

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

/dports/games/quakeforge/quakeforge-0.7.2/libs/video/targets/
H A Dfbset.c197 static int atoboolean(const char *var);
379 atoboolean (const char *var) in atoboolean() function
513 vmode->hsync = atoboolean(Opt_hsync); in ModifyVideoMode()
515 vmode->vsync = atoboolean(Opt_vsync); in ModifyVideoMode()
517 vmode->csync = atoboolean(Opt_csync); in ModifyVideoMode()
519 vmode->gsync = atoboolean(Opt_gsync); in ModifyVideoMode()
521 vmode->extsync = atoboolean(Opt_extsync); in ModifyVideoMode()
523 vmode->bcast = atoboolean(Opt_bcast); in ModifyVideoMode()
525 vmode->laced = atoboolean(Opt_laced); in ModifyVideoMode()
527 vmode->dblscan = atoboolean(Opt_double); in ModifyVideoMode()
[all …]