Home
last modified time | relevance | path

Searched refs:ST_BACKSPACE (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dparse.c448 match ("backspace", gfc_match_backspace, ST_BACKSPACE); in decode_statement()
1545 #define case_executable case ST_ALLOCATE: case ST_BACKSPACE: case ST_CALL: \
1818 case ST_BACKSPACE: in gfc_ascii_statement()
H A Dgfortran.h202 ST_BACKSPACE, ST_BLOCK, ST_BLOCK_DATA, enumerator
H A Dio.c2917 return match_filepos (ST_BACKSPACE, EXEC_BACKSPACE); in gfc_match_backspace()
H A Dmatch.c1632 match ("backspace", gfc_match_backspace, ST_BACKSPACE) in gfc_match_if()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dparse.cc450 match ("backspace", gfc_match_backspace, ST_BACKSPACE); in decode_statement()
1664 #define case_executable case ST_ALLOCATE: case ST_BACKSPACE: case ST_CALL: \
1948 case ST_BACKSPACE: in gfc_ascii_statement()
H A Dgfortran.h236 ST_BACKSPACE, ST_BLOCK, ST_BLOCK_DATA, enumerator
H A Dio.cc2917 return match_filepos (ST_BACKSPACE, EXEC_BACKSPACE); in gfc_match_backspace()
H A Dmatch.cc1607 match ("backspace", gfc_match_backspace, ST_BACKSPACE) in gfc_match_if()