Searched refs:ST_BACKSPACE (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| H A D | parse.c | 448 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 D | gfortran.h | 202 ST_BACKSPACE, ST_BLOCK, ST_BLOCK_DATA, enumerator
|
| H A D | io.c | 2917 return match_filepos (ST_BACKSPACE, EXEC_BACKSPACE); in gfc_match_backspace()
|
| H A D | match.c | 1632 match ("backspace", gfc_match_backspace, ST_BACKSPACE) in gfc_match_if()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
| H A D | parse.cc | 450 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 D | gfortran.h | 236 ST_BACKSPACE, ST_BLOCK, ST_BLOCK_DATA, enumerator
|
| H A D | io.cc | 2917 return match_filepos (ST_BACKSPACE, EXEC_BACKSPACE); in gfc_match_backspace()
|
| H A D | match.cc | 1607 match ("backspace", gfc_match_backspace, ST_BACKSPACE) in gfc_match_if()
|