Searched refs:do_RETURN (Results 1 – 4 of 4) sorted by relevance
/dports/devel/ftnchek/ftnchek-3.3.1/ |
H A D | symtab.h | 980 PROTO(int do_RETURN,( int hashno, Token *keyword ));
|
H A D | fortran.y | 428 (void)do_RETURN(current_module_hash,&($1)); 3599 (void)do_RETURN(current_module_hash,&($1)); 3603 if( do_RETURN(current_module_hash,&($1)) ) {
|
H A D | symtab.c | 1563 do_RETURN(int hashno, Token *keyword) in do_RETURN() function 1567 do_RETURN(hashno,keyword) in do_RETURN()
|
H A D | fortran.c | 2747 (void)do_RETURN(current_module_hash,&(yyvsp[0])); 6081 (void)do_RETURN(current_module_hash,&(yyvsp[-1])); 6088 if( do_RETURN(current_module_hash,&(yyvsp[-2])) ) {
|