Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Doptions.c147 gfc_option.max_continue_free = 255; in gfc_init_options()
754 gfc_option.max_continue_free = 39; in gfc_handle_option()
H A Dscanner.c1338 if (++continue_count == gfc_option.max_continue_free) in gfc_next_char_literal()
1342 "statement at %C", gfc_option.max_continue_free); in gfc_next_char_literal()
H A Dgfortran.h2749 int max_continue_free; member
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Doptions.cc147 gfc_option.max_continue_free = 255; in gfc_init_options()
768 gfc_option.max_continue_free = 39; in gfc_handle_option()
H A Dscanner.cc1380 if (++continue_count == gfc_option.max_continue_free) in gfc_next_char_literal()
1384 "statement at %C", gfc_option.max_continue_free); in gfc_next_char_literal()
H A Dgfortran.h3034 int max_continue_free; member
H A DChangeLog-20061487 max_continue_free.