Home
last modified time | relevance | path

Searched refs:tok_FUNCTION (Results 1 – 4 of 4) sorted by relevance

/dports/devel/ftnchek/ftnchek-3.3.1/
H A Dtokdefs.h94 tok_FUNCTION = 320, enumerator
194 #define tok_FUNCTION 320 macro
H A Dkeywords.c152 {"FUNCTION", tok_FUNCTION, NP | NI | EK, 0},
598 else if(putative_keyword_class == tok_FUNCTION /* A non-IK case */
H A Dfortran.y321 %token tok_FUNCTION
1045 function_keyword: tok_FUNCTION
4914 && opener_class != tok_FUNCTION in pop_block()
H A Dfortran.c118 tok_FUNCTION = 320, enumerator
218 #define tok_FUNCTION 320 macro
7670 && opener_class != tok_FUNCTION in pop_block()