Home
last modified time | relevance | path

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

/dports/audio/mp3splt/mp3splt-2.6.2/src/
H A Doptions_checker.c62 opt->x_option || opt->A_option || in check_args()
80 opt->x_option || opt->A_option || in check_args()
94 opt->A_option || opt->E_option || in check_args()
110 opt->A_option || opt->S_option || in check_args()
118 if (opt->A_option) in check_args()
H A Doptions_manager.h50 short A_option; member
H A Dmp3splt.c285 opt->A_option = SPLT_TRUE; in main()
653 !opt->s_option && !opt->A_option && !opt->S_option && in main()
866 if ((opt->c_option || opt->A_option) && !opt->o_option) in main()
H A Doptions_manager.c147 opt->A_option = SPLT_FALSE; in new_options()
/dports/lang/cocor/cocor-1.7_3/sources/
H A Dcrt.h277 extern int A_option; /* TRUE => Trace Automata */
H A Dcr.c343 if (A_option) ShowDFA(); in main()
H A Dcr.frm343 if (A_option) ShowDFA();
H A Dcrt.c66 int A_option = FALSE; /* TRUE => Automata */ variable
1680 A_option = TRUE; in SetOptions()
/dports/graphics/gmt/gmt-6.3.0/src/
H A Dpsconvert.c414 char A_option[GMT_LEN128] = {""}, I_option[GMT_LEN128] = {""}, N_option[GMT_LEN128] = {""}; in psconvert_parse_A_settings() local
423 strcat (A_option, "+u"); in psconvert_parse_A_settings()
439 strcat (A_option, "+r"); in psconvert_parse_A_settings()
441 strcat (A_option, "+u"); in psconvert_parse_A_settings()
443 strcat (A_option, "+M"); in psconvert_parse_A_settings()
484 n_errors += psconvert_parse_new_A_settings (GMT, A_option, Ctrl); in psconvert_parse_A_settings()