Searched refs:csopts (Results 1 – 5 of 5) sorted by relevance
/dports/sysutils/detox/detox-1.4.5/src/ |
H A D | config_file_yacc.y | 28 static struct clean_string_options *csopts; variable 107 csopts->filename = $4; 120 csopts->filename = $4; 133 csopts->filename = $4; 135 cf_append_sequence_entry(&clean_safe, csopts); 143 csopts->remove_trailing = 1; 146 csopts = NULL; 156 csopts->remove_trailing = 1; 159 csopts = NULL; 168 csopts->remove_trailing = 1; [all …]
|
H A D | config_file_yacc.c | 93 static struct clean_string_options *csopts; variable 1372 csopts->filename = (yyvsp[-2].string); in yyparse() 1396 csopts->filename = (yyvsp[-2].string); in yyparse() 1398 cf_append_sequence_entry(&clean_utf_8, csopts); in yyparse() 1420 csopts->filename = (yyvsp[-2].string); in yyparse() 1422 cf_append_sequence_entry(&clean_safe, csopts); in yyparse() 1433 csopts->remove_trailing = 1; in yyparse() 1436 csopts = NULL; in yyparse() 1450 csopts->remove_trailing = 1; in yyparse() 1453 csopts = NULL; in yyparse() [all …]
|
H A D | config_file_spoof.c | 103 static struct clean_string_options *csopts; in spoof_config_file() local 105 csopts = malloc(sizeof(struct clean_string_options)); in spoof_config_file() 106 if (csopts == NULL) { in spoof_config_file() 111 memset(csopts, 0, sizeof(struct clean_string_options)); in spoof_config_file() 112 csopts->remove_trailing = 1; in spoof_config_file() 114 work->options = csopts; in spoof_config_file()
|
/dports/print/photoprint/photoprint-0.4.2-pre2/ |
H A D | pp_cms.cpp | 371 SimpleComboOptions csopts; in pp_cms_new() local 372 csopts.Add("RGB",_("RGB"),_("Send Red, Green and Blue data to the printer driver")); in pp_cms_new() 373 csopts.Add("CMYK",_("CMYK"),_("Send Cyan, Magenta, Yellow and Black data to the printer driver")); in pp_cms_new() 375 ob->colourspace=simplecombo_new(csopts); in pp_cms_new()
|
/dports/audio/bristol/bristol-0.60.10/brighton/ |
H A D | brightonCS80.c | 635 static brightonLocations csopts[OPTS_COUNT] = { variable 766 csopts
|