Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc/dist/libgfortran/runtime/
H A Denviron.c329 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 Denviron.c325 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 Dparse.c54 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 Dparse.cc56 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 DChangeLog-20042094 * parse.c (match_word, decode_statement, next_free, next_fixed,
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dparse.c54 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 DChangeLog-20061548 (match_word): New function.