Searched refs:commit_fbset (Results 1 – 5 of 5) sorted by relevance
/dports/sysutils/videogen/videogen-0.33/ |
H A D | videogen.h | 108 extern int commit_fbset (int, unsigned int *, unsigned int);
|
H A D | cfg.y | 124 if (commit_fbset (CFG_PREC_CFGFILE, &fbset, 1) == 0) 129 if (commit_fbset (CFG_PREC_CFGFILE, &fbset, 0) == 0)
|
H A D | checks.c | 64 commit_fbset (int precedence, unsigned int *fbset, unsigned int x) in commit_fbset() function
|
H A D | args.c | 103 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 D | cfg.tab.c | 1070 if (commit_fbset (CFG_PREC_CFGFILE, &fbset, 1) == 0) in yyparse() 1075 if (commit_fbset (CFG_PREC_CFGFILE, &fbset, 0) == 0) in yyparse()
|