Home
last modified time | relevance | path

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

/dports/lang/mawk/mawk-1.3.4-20190203/
H A Dfcall.c247 case SCOPE_FUNCT: in first_pass()
373 (scope == SCOPE_FUNCT ? fbp == p->call : 1)) { in relocate_resolve_list()
H A Dcode.h32 #define SCOPE_FUNCT 3 macro
H A Dparse.y244 { if ( scope != SCOPE_FUNCT )
981 scope = SCOPE_FUNCT ;
1413 case SCOPE_FUNCT: in switch_code_to_main()
H A Dparse.c1498 case SCOPE_FUNCT: in switch_code_to_main()
1833 { if ( scope != SCOPE_FUNCT ) in YYPARSE_DECL()
2675 scope = SCOPE_FUNCT ; in YYPARSE_DECL()
/dports/lang/awka/awka-0.7.5/awka/
H A Dfcall.c241 case SCOPE_FUNCT:
370 (scope == SCOPE_FUNCT ? fbp == p->call : 1))
H A Dparse.y252 { if ( scope != SCOPE_FUNCT )
256 { if ( scope != SCOPE_MAIN && scope != SCOPE_FUNCT )
262 { if ( scope != SCOPE_MAIN && scope != SCOPE_FUNCT )
1070 scope = SCOPE_FUNCT ;
1430 case SCOPE_FUNCT : in switch_code_to_main()
H A Dcode.h59 #define SCOPE_FUNCT 3 macro
H A Dparse.c1453 case SCOPE_FUNCT : in switch_code_to_main()
1726 { if ( scope != SCOPE_FUNCT ) in yyparse()
1732 { if ( scope != SCOPE_MAIN && scope != SCOPE_FUNCT ) in yyparse()
1740 { if ( scope != SCOPE_MAIN && scope != SCOPE_FUNCT ) in yyparse()
2657 scope = SCOPE_FUNCT ; in yyparse()