Home
last modified time | relevance | path

Searched refs:cur_linenum (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dscanner.cc1759 int cur_linenum = LOCATION_LINE (gfc_current_locus.lb->location); in gfc_gobble_whitespace() local
1760 if (cur_linenum != linenum) in gfc_gobble_whitespace()
1762 linenum = cur_linenum; in gfc_gobble_whitespace()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dscanner.c1711 int cur_linenum = LOCATION_LINE (gfc_current_locus.lb->location); in gfc_gobble_whitespace() local
1712 if (cur_linenum != linenum) in gfc_gobble_whitespace()
1714 linenum = cur_linenum; in gfc_gobble_whitespace()