Home
last modified time | relevance | path

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

/dports/sysutils/videogen/videogen-0.33/
H A Dvideogen.h108 extern int commit_fbset (int, unsigned int *, unsigned int);
H A Dcfg.y124 if (commit_fbset (CFG_PREC_CFGFILE, &fbset, 1) == 0)
129 if (commit_fbset (CFG_PREC_CFGFILE, &fbset, 0) == 0)
H A Dchecks.c64 commit_fbset (int precedence, unsigned int *fbset, unsigned int x) in commit_fbset() function
H A Dargs.c103 if (commit_fbset (CFG_PREC_CMDLINE, &fbset, 1) == 0) in arg_action()
109 if (commit_fbset (CFG_PREC_CMDLINE, &fbset, 0) == 0) in arg_action()
H A Dcfg.tab.c1070 if (commit_fbset (CFG_PREC_CFGFILE, &fbset, 1) == 0) in yyparse()
1075 if (commit_fbset (CFG_PREC_CFGFILE, &fbset, 0) == 0) in yyparse()