/netbsd/external/gpl3/gcc/dist/libgfortran/runtime/ |
H A D | environ.c | 329 match_word (const char *word, int tok) in match_word() function 381 result = match_word ("big_endian", BIG); in next_token() 386 result = match_word ("little_endian", LITTLE); in next_token() 391 result = match_word ("native", NATIVE); in next_token() 396 result = match_word ("swap", SWAP); in next_token() 402 result = match_word ("r16_ieee", R16_IEEE); in next_token() 404 result = match_word ("r16_ibm", R16_IBM); in next_token()
|
/netbsd/external/gpl3/gcc.old/dist/libgfortran/runtime/ |
H A D | environ.c | 325 match_word (const char *word, int tok) in match_word() function 377 result = match_word ("big_endian", BIG); in next_token() 382 result = match_word ("little_endian", LITTLE); in next_token() 387 result = match_word ("native", NATIVE); in next_token() 392 result = match_word ("swap", SWAP); in next_token()
|
/netbsd/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | parse.c | 54 match_word (const char *str, match (*subr) (void), locus *old_locus) in match_word() function 131 if (match_word (keyword, subr, &old_locus) == MATCH_YES) \ 159 if (match_word ("use", gfc_match_use, &old_locus) == MATCH_YES) in decode_specification_statement() 322 if (match_word ("use", gfc_match_use, &old_locus) == MATCH_YES) in decode_statement() 366 m = match_word (NULL, gfc_match_st_function, &old_locus); in decode_statement() 619 else if ((m2 = match_word (keyword, subr, &old_locus)) \ 774 else if ((m2 = match_word (keyword, subr, &old_locus)) \ 808 else if ((m2 = match_word (keyword, subr, &old_locus)) \
|
H A D | parse.cc | 56 match_word (const char *str, match (*subr) (void), locus *old_locus) in match_word() function 133 if (match_word (keyword, subr, &old_locus) == MATCH_YES) \ 161 if (match_word ("use", gfc_match_use, &old_locus) == MATCH_YES) in decode_specification_statement() 324 if (match_word ("use", gfc_match_use, &old_locus) == MATCH_YES) in decode_statement() 368 m = match_word (NULL, gfc_match_st_function, &old_locus); in decode_statement() 621 else if ((m2 = match_word (keyword, subr, &old_locus)) \ 778 else if ((m2 = match_word (keyword, subr, &old_locus)) \ 812 else if ((m2 = match_word (keyword, subr, &old_locus)) \
|
H A D | ChangeLog-2004 | 2094 * parse.c (match_word, decode_statement, next_free, next_fixed,
|
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | parse.c | 54 match_word (const char *str, match (*subr) (void), locus *old_locus) in match_word() function 131 if (match_word (keyword, subr, &old_locus) == MATCH_YES) \ 159 if (match_word ("use", gfc_match_use, &old_locus) == MATCH_YES) in decode_specification_statement() 322 if (match_word ("use", gfc_match_use, &old_locus) == MATCH_YES) in decode_statement() 366 m = match_word (NULL, gfc_match_st_function, &old_locus); in decode_statement() 619 else if ((m2 = match_word (keyword, subr, &old_locus)) \ 774 else if ((m2 = match_word (keyword, subr, &old_locus)) \ 808 else if ((m2 = match_word (keyword, subr, &old_locus)) \
|
/netbsd/external/gpl3/gcc/dist/libgfortran/ |
H A D | ChangeLog-2006 | 1548 (match_word): New function.
|