Searched refs:match_substring (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | primary.c | 844 match_substring (gfc_charlen *cl, int init, gfc_ref **result, bool deferred) in match_substring() function 1190 if (match_substring (NULL, 0, &e->ref, false) != MATCH_NO) in match_string_constant() 2584 switch (match_substring (primary->ts.u.cl, equiv_flag, &substring, def)) in gfc_match_varspec() 3897 && match_substring (sym->ts.u.cl, 0, &e->ref, false) == MATCH_YES) in gfc_match_rvalue()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | primary.cc | 823 match_substring (gfc_charlen *cl, int init, gfc_ref **result, bool deferred) in match_substring() function 1169 if (match_substring (NULL, 0, &e->ref, false) != MATCH_NO) in match_string_constant() 2572 switch (match_substring (primary->ts.u.cl, equiv_flag, &substring, def)) in gfc_match_varspec() 3905 && match_substring (sym->ts.u.cl, 0, &e->ref, false) == MATCH_YES) in gfc_match_rvalue()
|
H A D | ChangeLog-2003 | 49 * primary.c (match_substring): Fix substring bug for start point
|
H A D | ChangeLog-2004 | 2098 match_boz_constant, match_real_constant, match_substring,
|
H A D | ChangeLog-2018 | 2787 * primary.c (match_substring): Use gfc_charlen_int_kind.
|
H A D | ChangeLog-2015 | 761 * primary.c (match_substring): Add an argument 'deferred' to
|
H A D | ChangeLog-2006 | 2208 * primary.c (gfc_match_rvalue): Don't call match_substring for
|
/netbsd-src/external/gpl3/gdb/dist/gdb/ |
H A D | ChangeLog-2001 | 51 * maint.c (match_substring): GNU coding standards fixes. 57 * maint.c (match_substring): Make parameters `string' and `substr' 141 * maint.c (match_substring): New function. Tokenizer for 143 (match_bfd_flag): Use match_substring. 144 (print_bfd_section_info): Use match_substring. 145 (print_objfile_section_info): Use match_substring. 146 (maintenance_info_sections): Use match_substring.
|
H A D | ChangeLog-2021 | 6046 * maint.c (match_substring): Return a bool, fix whitespace issue.
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
H A D | ChangeLog-2001 | 51 * maint.c (match_substring): GNU coding standards fixes. 57 * maint.c (match_substring): Make parameters `string' and `substr' 141 * maint.c (match_substring): New function. Tokenizer for 143 (match_bfd_flag): Use match_substring. 144 (print_bfd_section_info): Use match_substring. 145 (print_objfile_section_info): Use match_substring. 146 (maintenance_info_sections): Use match_substring.
|